- establish rpm_script_t before scriptlet exec, ignore errors for now.
[tools/librpm-tizen.git] / CHANGES
1 4.2.2 -> 4.3:
2         - upgrade to zlib-1.2.beta7.
3         - fix: short option help missing string terminator.
4         - permit secondary tag match patterns with RPMQV_ALL.
5         - fix: cut-n-paste error setting nopromote for Conflicts: (#81965).
6         - don't use error string after gzclose (Dmitry V. Levin).
7         - only internal Berkeley db from now on.
8         - revive "make dist".
9         - fix: added index size wrong iff _transaction_color != 0/3 (#103865).
10         - fix: escape '+' in regex patterns through RPMMIRE_DEFAULT (#103851).
11         - RPMMIRE_DEFAULT is overkill, use RPMMIRE_STRCMP instead (#103851).
12         - don't use mktemp if mkstemp is available (#103850).
13         - use -fPIC -DPIC on all platforms, not just mandatory (#112713).
14         - python: return None for NEVRAO, [] for everything else.
15         - python: throw exception on bad arg to labelCompare (#113661).
16         - re-add --enable-posixmutexes to build.
17         - fix: set fcontext from pkg when file_contexts doesn't exist (#114040).
18         - fix: set fcontext for "mkdir -p" directories not in packages.
19         - fix: setfiles (aka rpmsx.c) dinna handle patterns correctly.
20         - establish rpm_script_t before scriptlet exec, ignore errors for now.
21
22 4.2.1 -> 4.2.2:
23         - unify signal handling in librpmio, use condvar to deliver signal.
24         - make peace with libtool-1.5, autoconf-2.59, automake-1.8.
25         - build with db-4.2.52 internal.
26         - refresh bsddb.
27         - detect (and remove) dbenv files while upgrading to db-4.2.52.
28         - ensure that librpmdb links against just built, not system, librpmio.
29         - fix: dangling pointer brain fart (#107835).
30         - fix: ds.Single() method needs malloc'd elements (#109919).
31         - convert ja and ko man pages to utf8 (#106050).
32         - man page corrections (#106415).
33         - perl.req typo (#106672).
34         - fix: wrong package count for trigger scriptlet 1st arg (#100509).
35         - fix: don't break header SHA1 if non-existent user/group (#97727).
36         - remove fuids/fgids from rpmfi, easier to lookup fuser/fgroup instead.
37         - merge sensible parts of openpkg rpm.patch.bugfix (#104780).
38         - mark _javadocdir as documentation (#102898).
39         - flush pipe before exit 1 in check-files (#103867).
40         - perl.req: avoid regex misfire on '^use' in "= <<" assign (#109934).
41         - find-debuginfo.sh: permit stripping unwritable by non-root (#112429).
42         - missing build dependency (#111104).
43         - spelling corrections (#112728).
44         - popt: pad to display length, not strlen, for i18n popt args (#106240).
45         - python: include Python.h before glibc features.h.
46         - python: return [], not None, accessing header tags (#112794).
47         - python: avoid invoking python to acquire ill-specified parameters.
48
49 4.2 -> 4.2.1:
50         - fix: nested %if handling, optind initialization posix vs. glibc.
51         - add version check for package with provides and obsoletes.
52         - hack out O_DIRECT support in db4 for now.
53         - build with external beecrypt-3.0.0.
54         - x86_64 -> athlon, ppc64[ip]series -> ppc64 arch compatibility.
55         - treat missing epoch's exactly the same as Epoch: 0.
56         - pass structure pointer, not args, through headerSprintf call chain.
57         - add ":xml" header format modifier.
58         - --queryformat '[%%{*:xml}\n]' to dump header content in XML.
59         - add ".arch" suffix to erase colored packages with identical NEVR.
60         - update ja man pages (#92261).
61         - backport rpmsw stopwatch, insturment rpmts operations.
62         ? toy method to enable --stats through bindings.
63         - fdCLose typo (#97257).
64         - brp-python-bytecompile to automagically bytecode compile python.
65         ? update for fr.po (#97829).
66         - don't attempt to remove dbenv on --rebuilddb.
67         - autorelocate ix86 package file paths on ia64.
68         - resurrect manifests, RPMRC_NOTFOUND returned by readLead().
69         - python: missed tuple refcount in IDTXload/IDTXglob.
70         - fix: IDTXglob should return REMOVETID sorted headers (#89857).
71         - resolve elf32/elf64 file conflicts to prefer elf64.
72         - apply debugedit patch necessary to produce kernel -debuginfo files.
73         ? ia64: autorelocate only colored, not every, file when installing.
74         ? repair find-debuginfo.sh to avoid recursing in /usr/lib/debug.
75         ? fix: ia64: don't attempt autorelocate on .src.rpm's.
76         ? fix: debuginfo: -not -path /usr/lib/debug needed -prune too.
77         ? fix: packages w/o file colors segfault.
78         ? add amd64 as alias for x86_64 (#99553).
79         ? fix: add -n to brp-compress to avoid needless file conflicts.
80         ? fix: ia32 on ia64 segfaults because of automagic file relocations.
81         ? speed up convertdb1 (#103206).
82         ? revert i18n table change to preserve help array size.
83         ? add config directories for ppc64pseries/ppc64iseries.
84         ? filter GLIBC_PRIVATE dependencies.
85         - fix: check added provides against installed conflicts (#110317).
86         - changes for python 2.3
87         - changes for libtool-1.5
88         - changes for automake-1.7.8
89         - changes for db-4.2.42.
90         - splint fiddles.
91
92 4.1 -> 4.2:
93         - set cachesize without a dbenv, the default is far too small.
94         - db: don't return EACCES on db->close w/o environment.
95         - unify cachesize configuration, with (or without) a dbenv.
96         - comments regarding unsupported (yet) db-4.1.17 functionality.
97         - update to db-4.1.24 final.
98         - eliminate myftw, use Fts(3) instead.
99         - dump libelf, gulp elfutils, for now.
100         - python: permit headers to be hashed.
101         - use %%{_lib} for libraries.
102         - include file-3.39 (with homebrewed) libfmagic, for now.
103         - add debug sub-package patch.
104         - re-add elfutils/libdwarf (for dwarf.h), eliminate tools/dwarf2.h.
105         - resurrect genhdlist "greased lightning" pathway for now.
106         - elfutils: avoid gcc-3.2 ICE on x86_64 for now.
107         - add /usr/lib/rpm/rpmdeps.
108         - add /usr/lib/rpm/magic.
109         - fix: /dev/initctl has not MD5 segfault (#76718).
110         - rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
111         - add error message on glob failure (#76012).
112         - add _javadir/_javadocdir/_javaclasspath macros.
113         - fix: bash must have functional libtermcap.so.2.
114         - update to elfutils-0.56.
115         - have debug sub-subpackage use external, not internal, elfutils.
116         - apply patches 1-6 to db-4.1.24.
117         - resurrect availablePackages one more time.
118         - fix: option conflict error message (#77373).
119         - add AC_SYS_LARGFILE throughout.
120         - statically link rpmdeps against (internal) libfmagic.
121         - use rpmdeps rather than find-{requires,provides}.
122         - bundle libfmagic into librpmbuild for now.
123         - apply patches 7 and 8 to db-4.1.24.
124         - upgrade to elfutils-0.59.
125         - add -g to all platforms optflags.
126         - build with external elfutils (preferred), if available.
127         - upgrade to elfutils-0.63.
128         - link rpm libraries together, use shared helpers with external -lelf.
129         - move libfmagic to librpmio.
130         - use libtool-1.4.3, autoconf-2.56.
131         - add explicit -L/lib64 -L/usr/lib64 for libtool mode=relink on x86_64.
132         - use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.
133         - late rpmts reference causes premature free (#78862).
134         - internal automagic dependency generation (disabled for now).
135         - don't generate dependencies unless execute bit is set.
136         - enable internal automagic dependency generation as default.
137         - fix: add rpmlib(VersionedDependencies) if versioned Provides: found.
138         - fix: add %%ifnarch noarch to debug_package macro.
139         - debug_packages "works", but non-noarch w/o %setup has empty payload.
140         - make dependency generation "opt-in" in order to build in distro.
141         - fix: make sure each library has DT_NEEDED for all unresolved syms.
142         - generate Elf provides even if file is not executable.
143         - disable fcntl(2) lock on Packages until glibc+nptl is fixed.
144         - make cdb locks "private" for pthreads compatibility w/o NPTL.
145         - add --enable-posixmutexes to use NPTL.
146         - make dependency generation "opt-out" everywhere.
147         - rebuild against glibc with fcntl fixed in libpthread.
148         - re-enable CDB locking, removing "private" from %%__dbi_cdb macro.
149         - popt aliases for -U et al to achieve dynamic link with nptl.
150         - add --file{class,provide,require} popt aliases and header extensions.
151         - statically link against /usr/lib/nptl/libpthread.a, if present.
152         - remove popt aliases for -U et al.
153         - add -I/usr/include/nptl, Conflicts: kernel < 2.4.20.
154         - dynamically link /bin/rpm, link against good old -lpthread.
155         - test pthread_{mutex,cond}attr_setpshared(), add DB_ENV_PRIVATE if not.
156         - error on exclusive Packages fcntl lock if DB_ENV_PRIVATE is set.
157         - copy compressFilelist to convertdb1.c, remove internal legacy.h.
158         - add --enable-posixmutexes when configuring on linux.
159         - add rpmdb_{deadlock,dump,load,svc,stat,verify} utilities.
160         - include srpm pkgid in binary headers (#71460).
161         - add %check scriptlet to run after %install (#64137).
162         - simplify specfile query linkage loop.
163         - drill rpmts into parseSpec(), carrying Spec along.
164         - fix: remove rpmfi scareMem so that headers can be reloaded on ia64.
165         - fix: set DB_PRIVATE, not DB_ENV_PRIVATE, if unshared posix mutexes.
166         - remove useless kernel/glibc dependencies (#79872).
167         - add matching "config(N) = EVR"  dependencies iff %%config is found.
168         - add %%pubkey attribute to read armored pubkey files into header.
169         - permit both relative/absolute paths, display 'P' when verifying.
170         - resurrect automagic perl(foo) dependency generation.
171         - add BETA-GPG-KEY (but not in headers using %%pubkey yet).
172         - disable perl module magic rule.
173         - ignore ENOENT return from db->close (#80514,#79314).
174         - fix builddir relative inclusion, add %%pubkeys to rpm header.
175         - fix: package relocations were broken (#75057).
176         - error if querying with iterator on different sized arrays.
177         - add rpmfi methods to access color, class, and dependencies.
178         - don't segfault with packages produced by rpm-2.93 (#80618).
179         - python: eliminate hash.[ch] and upgrade.[ch], methods too.
180         - fix :armor query extension, tgpg mktmp handling (#80684).
181         - use rpmfiFClass() underneath --fileclass.
182         - use rpmfiFDepends() underneath --fileprovide and --filerequire.
183         - python: add fi.FColor() and fi.FClass() methods.
184         - calculate dependency color and refernces.
185         - python: add ds.Color() and ds.Refs() methods.
186         - fix: typo in assertion.
187         - add rpmts/rpmte/rpmfi/rpmds element colors.
188         - ignore items not in our rainbow (i.e. colors are functional).
189         - fix: dependency helpers now rate limited at 10ms, not 1s.
190         - add per-arch canonical color, only x86_64 enabled for now.
191         - file: avoid ogg/vorbis file classification problems.
192         - portabilitly: solaris fixes.
193         - for DSO's, provide the file basename if DT_SONAME not found.
194         - add perldeps.pl, start to replace perl.{prov,req}.
195         - file: read elf64 notes correctly.
196         - python: put rpmmodule.so where python expects to find.
197         - add brp-strip-static-archive build root policy helper.
198         - add -lelf to rpm LDFLAGS, not LDADD, since there is no libelf.la now.
199         - fix: obscure corner case(s) with rpmvercmp (#50977).
200         - file: *really* read elf64 notes correctly.
201         - python: restore thread context on errorCB (#80744).
202         - teach rpmquery to return "owning" package(s) in spite of alternatives.
203         - duplicate package checks with arch/os checks if colored.
204         - file conflict checks with colors.
205         - fix: debugedit.c problem.
206         - permit anaconda to choose "presentation order".
207         - fix: more debugedit.c problems.
208         - fix: clean relocation path for --prefix=/.
209         - python: permit stdout/stderr to be remapped to install.log.
210         - pay attention to package color when upgrading identical packages.
211         - fix: trap SIGPIPE, close database(s).
212         - configurable default query output format.
213         - popt: diddle doxygen/splint annotations, corrected doco.
214         - file: fix ogg/vorbis file classification problems.
215         - skip fingerprints in /usr/share/doc and /usr/src/debug.
216         - add file(1) as /usr/lib/rpm/rpmfile.
217         - enable transaction coloring for s390x/ppc64.
218         - file: check size read from elf header (#85297).
219         - fix: memory leak (85522).
220         - build with internal elfutils if not installed.
221
222 4.0.4 -> 4.1:
223         - loosely wire beecrypt library into rpm.
224         - drop rpmio/base64.[ch] in favor of beecrypt.
225         - drop lib/md5*.[ch] files in favor of beecrypt.
226         - legacy: drop brokenMD5 support (rpm-2.3.3 to rpm-2.3.8 on sparc).
227         - eliminate DYING code.
228         - bind beecrypt md5/sha1 underneath rpmio.
229         - create RFC-2440 OpenPGP API in rpmio.
230         - proof-of-concept GPG/DSA verification for legacy signatures.
231         - upgrade to beecrypt-2.2.0pre.
232         - proof-of-concept PGP/RSA verification for legacy signatures.
233         - ratchet up to lclint "strict" level.
234         - upgrade to db-4.0.7.
235         - use only header methods, routines are now static.
236         - beecrypt is at least as good as pgp/gpg on verify, pulling the plug.
237         - add :base64 and :armor format extensions, dump binary tags in hex.
238         - proof-of-concept pubkey retrieval from RPM-{PGP,GPG}-KEY.
239         - stupid macros to configure public key file paths.
240         - all symbols but hdrVec are now forward references in linkage.
241         - generate an rpm header on the fly for imported pubkeys.
242         - wire transactions through rpmcli signature modes.
243         - wire transactions through rpmcli query/verify modes.
244         - wire transactions through rpmcli install/erase modes.
245         - legacy signatures always checked (where possible) on package read.
246         - wire transactions through rpmcli build modes.
247         - lazy rpmdb open/close through transaction methods (mostly anyways).
248         - no-brainer refcounts for rpmdb object.
249         - check added header against transaction set, replace if newer.
250         - transaction sets created in cli main.
251         - no-brainer refcounts for ts object.
252         - memory indices for dependency check are typedef'd and abstract'd.
253         - no-brainer refcounts for fi object, debug the mess.
254         - dump the header early in transaction, recreate fi before installing.
255         - start hiding availablePackage data/methods in rpmal.c/rpmal.h.
256         - add some dinky availablePackage methods.
257         - transaction.c: cleanly uncouple availablePackage from TFI_t.
258         - add header refcount annotations throughout.
259         - depends.c: availablePackage is (almost) opaque.
260         - invent some toy transactionElement iterators.
261         - create rpmDepSet constructors/destructors.
262         - create toy rpmDepSet iterators.
263         - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well.
264         - depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].
265         - rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N.
266         - depends.h: hack around teIterator() et al from include for now.
267         - rpmds: move trigger dependencies into a rpmDepSet as well.
268         - rpmal: availablePackage is totally opaque, alKey with index replaces.
269         - linear search on added package provides is dumb.
270         - discarding entire signature header when using --addsign is dumb.
271         - rip out rpmDependencyConflict, replace with rpmProblem instead.
272         - no-brainer refcounts for rpmProblemSet object.
273         - header tag sets are per-transactionElement, not per-availablePackage.
274         - no-brainer refcounts for rpmDepSet and rpmFNSet objects.
275         - strip header tags for erased as well as installed transactionElements.
276         - common structure elements for unification of TFI_t and rpmFNSet.
277         - factor per-transactionElement data out of TFI_t through pointer ref.
278         - unify rpmFNSet into TFI_t.
279         - eliminate header reference in rpmtransAddPackage, use TFI_t data.
280         - commit to using rpmDepSet and TFI_t, not header.
281         - lclint rpmio fiddles.
282         - split file info tag sets into rpmfi.c.
283         - create toy TFI_t iterators.
284         - tweak overlapped file fingerprint retrieval for speed.
285         - transaction.c: use wrappers/iterators to access TFI_t.
286         - annotations to make a transactionElement opaque.
287         - use array of pointers rather than contiguous array for ts->order.
288         - methods to complete making transactionElement opaque.
289         - use TR_REMOVED relations as well as TR_ADDED for ordering.
290         - drop requirement that removed packages immediately follow added.
291         - hybrid chainsaw/presentation ordering algorithm.
292         - convert file md5sum's to binary on the fly, reducing memory footprint.
293         - header handling moved to librpmdb to avoid linkage loops.
294         - fix a couple dinky memory leaks.
295         - build with an internal zlib for now.
296         - protect brp-compress against /bin/ls output ambiguity (#56656,#56336).
297         - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.
298         - use db-4.0.14 final internally.
299         - 1st crack at making zlib rsync friendly.
300         - lclint-3.0.0.19 fiddles.
301         - simple automake wrapper for zlib.
302         - splint fiddles.
303         - make peace with gcc-3.1, remove compiler cruft.
304         - make peace with automake et al in 8.0, ugh.
305         - add payload uncompressed size to signature to avoid rewriting header.
306         - drill header sha1 into signature parallel to header+payload md5.
307         - mandatory "most effective" signature check on query/verify/install.
308         - don't bother adding empty filemd's to index.
309         - add Pubkey index, using signer id as binary key.
310         - display pubkeys in hex when debugging db access.
311         - retrieve pubkey(s) from rpmdb, not from detached signature file.
312         - add header DSA signature.
313         - add header RSA signature (untested, disabled for now).
314 `       - don't bother with signing check if 16 bits of hash don't match.
315         - only V3 signatures for now.
316         - wire --nodigest/--nosignature options to checksig/query/verify modes.
317         - splint annotations, signature cleanup.
318         - drill ts/fi through verify mode, add methods to keep fi abstract.
319         - use mmap when calculating file digests on verify, ~20% faster.
320         - permit --dbpath and --root with signature (i.e. --import) modes.
321         - beecrypt: add types.h, eliminate need for config.gnu.h.
322         - rescusitate --rebuild.
323         - use rpmdb-redhat to suggest dependency resolution(s).
324         - merge conflicts into problems, handle as transaction set variable.
325         - use build time to choose one of multiple alternative suggestions.
326         - add --nosuggests to disable suggested resolutions.
327         - attempt to make peace with automake-1.6.1, autoconf-2.53.
328         - rip out two layers of dbN gook, internal Berkeley db is here to stay.
329         - eliminate db1 support.
330         - enable CDB by default.
331         - use DBT_DB_MALLOC to eliminate re-malloc'ing header blobs.
332         - rework most of rpmdb.c prepatory to implementing duplicates.
333         - fix: 2 memory leaks in headerSprintf.
334         - fix: db mire's access out-of-bounds memory.
335         - plug install mode leaks.
336         - opaque (well mostly) rpmTransactionSet using methods.
337         - Grand Renaming of rpm data types.
338         - fix: synthesize unpacking progress callbacks for packages w/o files.
339         - python: add rpmds/rpmfi/rpmts methods.
340         - python: re-enable rpm-python sub-package.
341         - fix: resurrect "()(64bit)" markings using objdump.
342         - python: add rpmal/rpmte/rpmfd methods.
343         - perl: drop cpanflute and cpanflute2, will be in Chip's CPAN package.
344         - python: eliminate legacy db methods, add ts.dbMatch method.
345         - fix: use getgrnam, not getpwnam, to convert gid -> group.
346         - fix: avoid sign extension, use only 16 bits, when verifying rdev.
347         - python: separate {add,del}Macro methods, prepare for macro dictionary.
348         - i18n: copy current production PO files to top-of-stack.
349         - python: include rpmdb module, renamed from bsddb3.
350         - use /etc/rpm/platform (if it exists), rather than uname(2), for arch.
351         - python: portability fiddles (#54350).
352         - check inodes (but not blocks) on FAT file systems (#64256).
353         - add /usr/lib/rpm/redhat/* per-vendor configuration.
354         - remove build mode compatibility aliases, documented and gone.
355         - document digital signature verification in rpm.8.
356         - fix: separate existence and number checks for problems found (#66552).
357         - beecrypt: merge changes from beecrypt-2.3.0.
358         - beecrypt: merge doxygen markup with rpmapi doco.
359         - beecrypt: revert cpu/arch compile option mixup (#66752).
360         - ix86: make sure that rpm can verify prelinked shared libraries.
361         - don't install /usr/lib/rpm/redhat per-vendor configuration anymore.
362         - add translated man pages from PLD.
363         - resurrect libelf with Elf64, prelink verify should work everywhere.
364         - fix: reading macro files can corrupt memory if BUFSIZ is teensy.
365         - fix: assertion failure iff incomplete package install (#66837).
366         - python: link internal libelf (if used) directly into rpmmodule.so.
367         - use rpmdb-redhat for suggestions if/when configured (#67430).
368         - disambiguate failures to import (with error messages, duh).
369         - fix: multiple relocations (#67596).
370         - add --build/--program-prefix, delete libtoolize, from %configure.
371         - find-lang.sh: make sure that mo pattern matches leading '/' (#67368).
372         - disambiguate added/installed dependency failures (#50388).
373         - rescusitate remote ftp globs (#67678).
374         - open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise.
375         - turn off annoying gpg secmem warning.
376         - warn only once for each NOKEY/UNTRUSTED key id.
377         - factor common options into table, add rpmcliInit() and rpmcliFini().
378         - add preliminary rpmgraph(8) and rpmcache(8) executables to rpm-devel.
379         - use rpmfi in showQueryPackage(), eliminating headerGetEntry().
380         - fix: forgot lazy open of database on --freshen path (#67907).
381         - proof-of-concept rpmcache functionality.
382         - fix: do lazy open of database in rpmtsInitDB() (#67994).
383         - update rpmcache.8.
384         - fix: permit deletions of added packages (#67108).
385         - placeholders for manifest constants for SuSE patch packages.
386         - fix: repair 2ndary match criteria with rpmdb iterators.
387         - update for sv.po.
388         - display signature details using rpm -qi.
389         - skip signing packages already signed with same key (#62118).
390         - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.
391         - revert headerFree/headerLink/headerUnlink debugging.
392         - popt: mingw32 portability configure check (#67911).
393         - teach gendiff about unreadable files (#42666).
394         - python: sanity check fixes on rpmts/rpmte methods.
395         - have rpmdb-redhat autoconfigure rpm to use %%_solve_dbpath.
396         - popt: parse file into string of options (#56860).
397         - version added to *.la dependency libraries (#69063).
398         - expose digests in rpmio API, but hide internal beecrypt API (#68999).
399         - add methods to make signature handling opaque wrto rpmts.
400         - verify signatures/digests retrieved through rpmdbNextIterator().
401         - imbue %ghost with missingok attribute with --verify (#68933).
402         - fix: segfault if given a text file as 2nd arg to -Uvh (#69508).
403         - python: add ts.hdrCheck(), ts.rebuildDB() methods.
404         - python: iterating on an ts object returns transaction elements now.
405         - add yellowdog as vendor.
406         - python: remove the old initdb/rebuilddb methods, use ts.fooDB().
407         - python: 1st crack at backport to 1.5.2.
408         - popt: fix --usage (#62234).
409         - fix: --repackage repaired (#67217).
410         - fix: rpm2cpio disables signature checks (i.e. same behavior).
411         - popt: display sub-table options only once on --usage.
412         - wire --nosignatures et al as common options, rework CLI options.
413         - python: don't segfault in ts.GetKeys() on erased packages.
414         - update trpm.
415         - factor all mode-specific options into mode-specific tables.
416         - treat an unspecified epoch as Epoch: 0 everywhere.
417         - detect athlon/duron with CMOV (PLD).
418         - prevent stale locks in __db files by closing databases on signals.
419         - make --querytags a common option, fix errant regex (#70135).
420         - db3: increase mpool and cachesize, compile w/o --enable-debug.
421         - configurable (default off) build failure if missing %%doc files (PLD).
422         - configurable (default off) build failure iff unpackaged files (PLD).
423         - change from default off to default on.
424         - python: methods to disable all new features for benchmarking.
425         - preserve rpmdb file attributes across --rebuilddb (#70367).
426         - fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539).
427         - fix: repair --root with --verify (#70527).
428         - fix: signed pubkeys were imported incorrectly (#68291).
429         - include tgpg script to verify signatures using only gpg.
430         - check header blobs on export (i.e. rpmdbAdd()).
431         - enable iterator header blob checks for install/erase modes.
432         - python: _vsflags_up2date macro to configure verify signature flags.
433         - resurrect --rollback.
434         - renumber the callback types to be an orthogonal bit mask.
435         - provide repackage progress callbacks, compression is slow.
436         - fix: don't repackage %%ghost files.
437         - add --predefine to define macros before reading macro configuration.
438         - python: bare bones rollback bindings.
439         - python: enable threads on callbacks and longish rpmlib calls.
440         - python: expose RPMTAG_SOURCEPACKAGE to identify source headers.
441         - python: eliminate rpm.headerFromPackage() tuple return, deprecated.
442         - python: add ts.hdrFromFdno(fdno) method.
443         - fix: check for lead magic, better error message on failure (#69751).
444         - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead.
445         - python: the death of rpm.headerFromPackage(), use ts.hdrFromFdno().
446         - python: permit direct ts.dbMatch() python iterations.
447         - python: the death of rpm.checksig(), use ts.hdrFromFdno() instead.
448         - add bitmask for precise control of signature/digest verification.
449         - python: bindings to import pubkeys and display openpgp packets.
450         - fix: src.rpm installs need fd pos at payload.
451         - python: add return codes for rollbacks and fooDB methods.
452         - avoid generating fingerprints for locale/zoneinfo sub-directories.
453         - python: add (optional) ts.check() callback.
454         - python: include instance in IDTXload, filename in IDTXglob, return
455         - python: argument to ts.addErase (if integer) deletes that instance.
456         - python: rpmmi methods to return this instance, and number of members.
457         - supply transitive closure for CLI packages from rpmdb-redhat database.
458         - fix: rebuilddb stat'ed target, not source, for rename sanity.
459         - create /var/lib/rpm if non-existent in, say, a chroot.
460         - erased packages are now repackaged into /var/spool/repackage.
461         - fix: rebuilddb stat'ed target, not source, for rename sanity, take 2.
462         - python: explicit method to set transFlags.
463         - python: stuff package name into a string for repackage callbacks.
464         - rollback: re-create empty transaction set for multiple rollbacks.
465         - fix: %%basename typo (Dmitry V. Levin<ldv@altlinux.org>).
466         - fix: queryformat segfaults (Dmitry V. Levin<ldv@altlinux.org>).
467         - add --with-efence to configure, check install/upgrade with efence.
468         - beecrypt: short hex string conversion overflows target buffer.
469         - mark "successors only" packages in transaction.
470         - reap scriptlets with SIGCHLD handler.
471         - rename PSM_t to rpmpsm, add methods and refcounts to manage.
472         - remove %%configure/%%makeinstall from arch-os/macros, default is OK.
473         - don't export MALLOC_CHECK_ to scriptlets.
474         - squeaky clean memory leak checking.
475         - always malloc rpmfi structure, refcounts are correct in rpmtsRun().
476         - skip redundant /sbin/ldconfig scripts on upgrade (if possible).
477         - python: stupid typo broke ts.check().
478         - fix: add epoch to "already installed" check.
479         - check for interrupt during iteration.
480         - python: add ts.setProbFilter() method, remove ts.run() argument.
481         - fix: region trailer offset sanity check wrong (#71996).
482         - fix: don't stop if db1 database is currently in /var/lib/rpm (#72224).
483         - add a macro to create a sub-package with debugging symbols.
484         - merge signature returns into rpmRC.
485         - python: exceptions on NOKEY/NOTTRUSTED.
486         - python: don't remap NOKEY/UNTRUSTED to OK.
487         - beecrypt: change local absolute symbols to defines for prelinking.
488         - update ru.po.
489         - fix: handle NOKEY/NOTTRUSTED returns as if OK, always return header.
490         - portability: carry libelf in src rpm, include signal.h.
491         - fix: segfault with --checksig, plug memory leak (#72455).
492         - rpm-4.1 release candidate.
493         - requirement on libelf >= 0.8.2 to work around incompatible soname (#72792).
494         - fix: common sanity check on headers, prevent segfault (#72590).
495         - limit number of NOKEY/UNTRUSTED keys that will be warned once.
496         - libadd -lelf to rpmdb (#73024).
497         - portability: non-linux is easier, more to do (#72893).
498         - fix: SIGCHLD reaper race (#73134).
499         - fix: don't exit with open cursor, there be a stale lock.
500         - fix: check for signal induced exit more often (#73193).
501         - reinterpret the _unsafe_rollbacks macro as earliest rollback.
502         - fix: always do rpmalMakeIndex.
503         - fix: resurrect --triggers (#73330).
504         - python: typo in NOKEY exception string.
505         - fix: parse pgp packets more carefully.
506         - fix: parse header data more carefully.
507         - fix: register SIGCHLD handler before forking (#73134).
508         - better diagnostics on failed header parsing.
509         - lclint clean.
510         - rpm-4.1 release.
511         - fix: make sure that psm->child pid is set before SIGCHLD is handled.
512         - fix: use size_t consistently, avoid segfault on ia64.
513         - use %%{_lib} for libraries.
514         - fix: permit build with --disable-nls (#76258).
515
516 4.0.3 -> 4.0.4:
517         - solaris: translate i86pc to i386 (#57182).
518         - fix: %GNUconfigure breaks with single quotes (#57264).
519         - fix: typo in find-requires.
520         - tru64 compiler message cleanup.
521         - add buildarch lines for hppa (#57728).
522         - sparc: make dbenv per-rpmdb, not per-dbi.
523         - handle lazy db open's in chroot with absolute path, not prefix strip.
524         - Depends should use CDB if configured.
525         - autodetect python 1.5/2.2.
526         - make rpm-perl package self-hosting (#57748).
527         - permit gpg/pgp/pgp5 execs to be reconfigured.
528         - fix: signing multiple times dinna work, discard immutable region.
529         - remove poptmodule.so for separate packaging.
530         - permit subset installs for %lang colored hardlink file sets.
531         - missing key(s) on keyring when verifying a signature is now an error.
532         - remove dependency whiteout.
533         - calculate rpm-4.1 ordering/orientation metrics in rpmdepOrder().
534         - sync popt and rpmio with rpm-4.1, rpmio has OpenPGP API.
535         - sync rpmdb and build with rpm-4.1, lots of splint annotations.
536         - add :armor and :base64 query format qualifiers for binary signatures.
537         - fix: query format qualifiers needed header.c merge.
538         - fix: query format qualifiers needed header.c merge.
539         - ppc64 arch added (#58634,#58636).
540         - turn on auto-generated perl requirements (#58519, #58536, #58537).
541         - fix: %exclude functional (again).
542         - trap SIGILL for ppc64 inline asm voodoo fix from cross-dressed ppc32.
543         - fix: fancy hash fiddles if not a tty.
544         - fix: handle /.../ correctly in rpmCleanPath().
545         - transaction rollback code in rpmRollback().
546         - Red Hat 6.2 portability cruft.
547         - legacy: configurable whiteout for known Red Hat dependency loops.
548         - perl.req: don't mis-generate dependencies like perl(::path/to/foo.pl).
549         - permit args to be hidden within %__find_{requires,provides}.
550         - a couple more perl.{prov,req} fiddles.
551         - macro for %files, always include %defattr(), redhat config only.
552         - fix: drop header region when writing repackaged legacy header.
553         - bail on %files macro.
554         - transaction rollbacks are functional.
555         - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.
556         - generate index for hdrid (aka Sha1header) tag, query/verify by hdrid.
557         - generate index for fileid (aka Filemd5s) tag, query/verify by fileid.
558         - query/verify by install transaction id.
559         - rpm-4.0.4 release candidate.
560         - add cpanflute2, another perl.req fiddle.
561         - reapply Berkeley DB patch #4491.
562         - make --addsign and --resign behave exactly the same.
563         - *really* dump signature header immutable region.
564         - speedup large queries by ~50%.
565         - revert to presentation ordering Yet Again (#62158).
566         - non-glibc: on upgrade, mergesort is much faster than quicksort.
567         - fix: queries that evaluated to "" incorrectly returned NULL.
568         - fix: packages produced by rpm-4.0 dinna merge signature tags.
569         - fix: rpmdb iterator memory leak in python bindings.
570         - fix: include <sys/time.h> for 6.2 python modules.
571         - remove vestiges of mipseb arch (#62408).
572
573 4.0.2 -> 4.0.3:
574         - update per-interpreter dependency scripts, add sql/tcl (#20295).
575         - fix: rpmvercmp("1.a", "1.") returned -1, not +1 (#21392).
576         - add cpuid asm voodoo to detect athlon processors.
577         - add %exclude support (i.e. "everything but") to %files.
578           (Michael (Micksa) Slade" <micksa@knobbits.org>)
579         - add --with/--without popt glue for conditional builds(Tomasz Kloczko).
580         - python: strip header regions during unload.
581         - add -g to optflags in per-platform config.
582         - permit confgure/compile with db3-3.2.9.
583         - permit manifest files as args to query/verify/install modes.
584         - fix: parameterized macro segfault (Jakub Bogusz <qboosh@pld.org.pl>)
585         - fix: i18n tags in rpm-2.5.x had wrong offset/length (#33478).
586         - fix: AIX has sizeof(uint_16) != sizeof(mode_t) verify cast needed.
587         - fix: zero length hard links unpacked incorrectly (#34211).
588         - fix: --relocate missing trailing slash (#28874,#25876).
589         - fix: --excludedoc shouldn't create empty doc dir (#14531).
590         - fix: %_netsharedpath needs to look at basenames (#26561).
591         - fix: --excludepath was broken (#24434).
592         - fix: s390 (and ppc?) could return CPIOERR_BAD_HEADER (#28645).
593         - fix: Fwrite's are optimized out by aggressive compiler(irix) (#34711).
594         - portability: vsnprintf/snprintf wrappers for those without (#34657).
595         - more info provided by rpmdepOrder() debugging messages.
596         - merge (compatible) changes from top-of-stack into rpmlib.h.
597         - cpio mappings carry dirname/basename, not absolute path.
598         - fix: check waitpid return code.
599         - remove support for v1 src rpm's.
600         - re-position callbacks with ts/fi in cpio payload layer.
601         - state machines for packages (psm.c) and payloads (fsm.c)
602         - add --repackage option to put erased bits back into a package.
603         - fix: (ppc) copy va_list in loop (#36845).
604         - cpanflute perl dependency needs explicit epoch (#37034).
605         - regenerate rpm.8 man page from docbook glop (in max-rpm).
606         - lib/depends.c: diddle debugging messages.
607         - fix: readlink return value clobbered by header write.
608         - fix: ineeded count wrong for overlapped, created files.
609         - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.
610         - internalize locale insensitive ctype(3) in rpmio.h.
611         - boring lclint annotations and fiddles.
612         - transaction iterator(s) need to run in reverse order on pure erasures.
613         - erasures not yet strict, warn & chug on unlink(2)/rmdir(2) failure.
614         - more boring lclint annotations and fiddles.
615         - yet more boring lclint annotations and fiddles.
616         - still more boring lclint annotations and fiddles.
617         - enough lclint annotations and fiddles already.
618         - fix: specfile queries with BuildArch: (#27589).
619         - fix: debugging message displays header keys (#38454).
620         - use internal db-3.2.9 sources to build by default.
621         - don't build db1 support by default.
622         - create rpmdb.la so that linkage against rpm's db-3.2.9 is possible.
623         - rpm database has rpm.rpm g+w permissions to share db3 mutexes.
624         - expose more db3 macro configuration tokens.
625         - move fprint.[ch] and hash.[ch] to rpmdb directory.
626         - detect and fiddle incompatible mixtures of db3 env/open flags.
627         - add DBI_WRITECURSOR to map to db3 flags with CDB database model.
628         - add rpmdbSetIteratorRewrite to warn of pending lazy (re-)writes.
629         - harden rpmdb iterators from damaged header instance segfaults.
630         - add cron/logrotate scripts to save installed package filenames.
631         - upgrade to db-3.3.4.
632         - fix: filter duplicate package removals (#35828).
633         - add armv3l arch.
634         - fix: i18n strings need 1 on sucess return code (#41313).
635         - fix: skip %ghost files when building packages (#38218).
636         - headerFree() returns NULL, _free is C++ safe.
637         - remove all header region assertion failures, return NULL instead.
638         - perform db->verify when closing db files.
639         - eliminate db-1.85 and db-2.x configuration.
640         - fix: popt arg sanity checks broken, optarg != optArg.
641         - fix: popt range checks on floats/doubles broken.
642         - popt: return POPT_ERROR_ERRNO on config open/read/close failure.
643         - fix: popt exec doesn't add '--', --target et al no longer need '='.
644         - fix: popt consume-next-arg "!#:+" w/o side effect (#41956).
645         - fix: for busted db1, attempt chain reconnection to following record.
646         - return multiple suggested packages
647           (Pawel Kolodziej <pawelk@pld.org.pl>).
648         - fix: return suggested packages when using Depends cache.
649         - merge sparc64/ia64 fiddles back into linux.{req,prov}.
650         - automagically generate perl module dependencies always.
651         - fix: lclint fiddles broke uCache initialization (#43139).
652         - always use db cursors.
653         - permit duplicates for btree indices.
654         - document build modes in rpmbuild.8, rpmbuild is born.
655         - default to dbenv with mpool, --rebuilddb with nofsync is much faster.
656         - fix: QUERY_FOR_LIST file count clobbered.
657         - create top level rpmcli API, factor top level modes into popt tables.
658         - popt: add POPT_BIT_SET/POPT_BIT_CLR to API.
659         - autogen.sh checks for latest libtool-1.4 and automake-1.4-p2.
660         - rpm --verify reports failure(s) if corresponding tag is not in header.
661         - rpm --verify honors %config(missingok), add -v for legacy behavior.
662         - remove dead code frpm popt table reorg.
663         - more CLI typedefs/prototypes moved from rpmlib.h to rpmcli.h.
664         - rpm --verify skips files in non-installed states.
665         - rpm --verify skips content checks for %ghost files.
666         - rpm --verify displays config/doc/gnost/license/readme atrrs for files.
667         - rpm --verify checks immutable header region digest if available.
668         - rpmbuild adds header region digest (SHA1 as string).
669         - use rpmTag* typedefs in new hge/hae/hme/hre header vectors.
670         - remove rpmrc Provides: Yet Again, use virtual packages.
671         - dump cursor debugging wrappers.
672         - rpm --verify can disable rpmFileAttr checks.
673         - add rpmdbSetIteratorRE() for regex matching in database iterators.
674         - permit rpm -qa to take RE args applied to name tag.
675         - permit dbiFindMatches() to use version/release patterns.
676         - eliminate all uses of rpmdbSetIterator{Version,Release}.
677         - fix: db1 end-of-file not detected in legacy compatible way.
678         - fix: remove (harmless) chown error message from %post.
679         - add --target/--host to %configure, add example cross-build/config.site
680           scripts to /usr/lib/rpm <arjanv@redhat.com> (#44581).
681         - rpmdb iterator selectors permit default/strcmp/regex/glob matching.
682         - rpmdb iterator selectors permit negative matches.
683         - alpha: don't add "()(64bit)" dependency markers.
684         - ia64/sparc: <arch>.{req,prov} identical to linux.{req,prov}.
685         - add "rpmlib(ScriptletInterpreterArgs)" to track
686             %post -p "/sbin/ldconfig -n /usr/lib"
687           incompatibilities.
688         - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values(#32558).
689         - popt: add POPT_CONTEXT_ARG_OPTS for all opts to return 1 (#30912).
690         - fix: fsm reads/writes now return error on partial I/O.
691         - fix: Ferror returned spurious error for gzdio/bzdio.
692         - check for API/ABI creep, diddle up some compatibility.
693         - preliminary abstraction to support per-header methods.
694         - finalize per-header methods, accessing headerFoo through vector.
695         - make package ordering loop messages debug, not warning.
696         - remove {ia64,sparc}-linux.{prov,req}, changes merged into linux.*.
697         - fix: partial sets of hardlinked files permitted in payload.
698         - fix: mark rpmdb files with %config to prevent erasure on downgrade.
699         - work around a (possible) compiler problem on ia64.
700         - fix: rpm -qlv link count for directories dinna include '..'.
701         - fix: rpm -qlv size for directories should be zero.
702         - add --noghost to filter non-payload files from rpm -qlv output.
703         - add %{_gnu} macro to append "-gnu" to %{_target_platform} to
704           support --target/--host flavored %configure. Legacy behavior
705           available by undefining %{_gnu}.
706         - propagate %{_gnu} to per-platform configuration.
707         - fix: parameterized macros with massive mumber of options need
708           "optind = 1" "Dmitry V. Levin" <ldv@alt-linux.org>.
709         - add athlon per-platform configuration.
710         - remove executable bit to disable autogenerated perl requires until
711           perl provides can be vetted.
712         - disable per-platform %%configure use of %%_gnu until libtool package
713           stabilizes.
714         - fix: permit partially enumerated hardlink file sets during build.
715         - fix: resurrect rpm signature modes.
716         - fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
717         - fix: add -r to useradd to prevent /etc/skel glop (#46215).
718         - fix: disambiguate typedef and struct name(s) for kpackage.
719         - update intl dirs to gettext-0.10.38.
720         - fix: sanity check for header size added in headerCopyLoad() (#46469).
721         - fix: redundant entries in file manifests handled correctly (#46914).
722         - map uid/gid from metadata into payload headers.
723         - add removetid to header during --repackage.
724         - expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
725         - portability: avoid st_mtime, gendiff uses basename, etc (#47497).
726         - glibc-2.0.x has not __va_copy().
727         - popthelp.c: don't use stpcpy to avoid portability grief (#47500).
728         - permit alias/exec description/arg text to be set from popt config.
729         - python: rhnLoad/rhnUnload to check header digest.
730         - package version now configureable, default v3.
731         - rename rpm libraries to have version with libtool -release.
732         - fix: -i CLI context broken Yet Again.
733         - unlink all __db.nnn files before 1st db open.
734         - python bindings should not segfault when fed bad data.
735         - fix: adjust arg count for --POPTdesc/--POPTargs deletion.
736         - add linux per-platform macro %_smp_mflags <sopwith@redhat.com>.
737         - document more popt aliases for --help usage.
738         - remove --tarbuild from man page(s), use -t[abpcils] instead (#48666).
739         - fix: scope multi-mode options like --nodeps correctly (#48825).
740         - isolate cdb access configuration (experimental, use at your own risk).
741         - fix: hard fail on locked dbopen if CDB locking not in use.
742         - fix: dbconfig with mp_mmapsize=16Mb/mp_size=1Mb for
743           "everything ENOSPC" failure check.
744         - fix: don't total hard linked file size multiple times (#46286).
745         - add %dev(type,major,minor) directive to permit non-root dev build.
746         - fix: _smp_flags macro broken.
747         - python: bind rhnUnload differently.
748         - fix: rescusitate --querytags.
749         - fix: short aliases broken (#49213).
750         - python: "seal" immutable region for legacy headers in rhnUnload() .
751         - python: add poptmodule.so bindings.
752         - fix: %dev(...) needs to map rdev and mtime from metadata.
753         - resurrect --specedit for i18n.
754         - fix: 4 memory leaks eliminated.
755         - fix: yet another segfault from bad metadata prevented.
756         - add sha1 test vectors, verify on ix86/alpha/sparc.
757         - add (but disable for now) rpm-perl subpackage from Perl-RPM.
758         - python: parameterize with PYVER to handle 1.5 and/or 2.1 builds.
759         - add build dependency on zlib-devel (#49575).
760         - enable rpm-perl subpackage.
761         - add pmac/ppciseries/ppcpseries varieties to ppc arch family.
762         - include tdigest.c tkey.c and trpmio.c to "make dist".
763         - re-enable dependency resolution source from package NVR.
764         - rename pmac to ppcmac.
765         - ia64: revert -O0 compilation.
766         - upgrade to db-3.3.11 final.
767         - fix: don't segfault when presented with rpm-2.4.10 packaging (#49688).
768         - fix: --noscripts is another multimode option.
769         - add tmpdir to configure db3 tmpdir into chroot tree.
770         - permit lazy db opens within chroot.
771         - fix: diddle dbenv path to accomodate backing store reopen in chroot.
772         - add support for mips (#49283).
773         - add __as, _build_arch, and __cxx macros (#36662, #36663, #49280).
774         - detailed build package error messages.
775         - fix: i18n tags not terminated correctly with NUL (#50304).
776         - add explicit casts to work around a s390 compiler problem.
777         - fix: autoconf glob tests (#50845).
778         - portability: some compilers squawk at return ((void) foo()) (#50419).
779         - remove fdFileno() from librpmio, use inline version instead (#50420).
780         - fix: linux find-requires needs quotes around [:blank:].
781         - remove /var/lib/rpm/__db* cache files if %__dbi_cdb is not configured.
782         - python: add hiesenbug patch.
783         - add legacy (compile only) wrappers for fdFileno et al.
784         - add -D_REENTRANT (note rpmlib is still not thread safe).
785         - fix: segfault on headerFree given malicious data.
786         - fix: don't verify hash page nelem.
787         - better error messages for verification failures.
788         - include directory /usr/lib/rpm in rpm package.
789         - always use dl size in regionSwab() return.
790         - ppc: revert ppcmac to ppc.
791         - ppc: autoconf test for va_copy.
792         - python: add exception to detect bad data in hdrUnload.
793         - change dir creation message from warning to debug for now.
794         - verify perms (but not mode) on %ghost files.
795         - headers without RPMTAG_NAME are skipped when retrieved.
796         - within a region, entries sort by address; added drips sort by tag.
797         - fix: error message on failed package installs resurrected.
798         - python: memory leaks in headerLoad/headerunload bindings.
799         - python: retrofit sha1 digest using RPMTAG_SHA1RHN.
800         - python: change rhnUnload bindings.
801         - python: teach rhnLoad about RPMTAG_SHA1RHN as well.
802         - fix: Provides: /path did not work with added packages (#52183).
803         - fix: progress bar scaling did not include source rpm count.
804         - fix: hash page nelem failure to verify.
805         - fix: initialize "verify" transaction stepName with -vv (#53582).
806         - fix: ftp remote globs broken (#46892).
807         - popt: clarify X consortium license in popt.3 man page.
808         - close/discard Depends index after rpmdepCheck() use.
809         - lclint-3.0.0.15 fiddles.
810         - fix: harmless typo in db3 chroot hack.
811         - fix: big-endian's with sizeof(time_t) != sizeof(int_32) mtime broken.
812         - fix: add Korean message catalogs (#54473).
813         - add RPHNPLATFORM and PLATFORM tags.
814
815 4.0 -> 4.0.[12]
816         - fix: avoid calling getpass twice as side effect of xstrdup macro
817           (katzj@linuxpower.org) (#17672).
818         - order packages using tsort, clipping Requires:'s in dependency loops.
819         - handle possible db3 dependency on -lpthread more gracefully.
820         - bump popt version to 1.6.1.
821         - fix: more (possible) xstrdup side effects.
822         - fix: rpm2cpio error check wrong on non-libio platforms.
823         - fix: runTriggers was not adding countCorrection.
824         - add rpmGetRpmlibProvides() to retrieve rpmlib(...) provides
825           "Pawel A. Gajda" <mis@k2.net.pl>.
826         - syntax to specify source of Requires: (PreReq: now legacy).
827         - rip out rpm{get,put}text, use getpo.sh and specspo instead.
828         - fine-grained Requires, remove install PreReq's from Requires db.
829         - fix: duplicate headerFree() on instalBinaryPackage() error return.
830         - fix: work around for (mis-compilation?!) segfaults on signature paths.
831         - fix: segfault on exit of "rpm -qp --qf '%{#fsnames}' pkg" (#20595).
832         - hpux w/o -D_OPEN_SOURCE has not h_errno.
833         - verify MD5 sums of payload files when unpacking archive.
834         - hide libio lossage in prototype, not API.
835         - add support for SHA1 as well as MD5 message digests.
836         - don't verify src rpm MD5 sums (yet).
837         - md5 sums are little endian (no swap) so big endian needs the swap.
838         - add doxygen and lclint annotations most everywhere.
839         - consistent return for all signature verification.
840         - use enums for almost all rpmlib #define's.
841         - API: change rpmProblem typedef to pass by reference, not value.
842         - unify rpmError and rpmMessge interfaces through rpmlog.
843         - collect and display rpm build error messages at end of build.
844         - don't trim leading ./ in rpmCleanPath() (#14961).
845         - detect (still need to test) rdonly linux file systems.
846         - check available inodes as well as blocks on mounted file systems.
847         - pass rpmTransactionSet, not elements, to installBinaryPackage et al.
848         - add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).
849         - remove getMacroBody() from rpmio API.
850         - add support for unzip <rodrigob@conectiva.com.br>
851         - add brp-strip-shared script <rodrigob@conectiva.com.br>.
852         - better item/task progress bars <rodrigob@conectiva.com.br>.
853         - load headers as single contiguous region.
854         - add region marker as RPM_BIN_TYPE in packages and database.
855         - fix: don't headerCopy() relocatable packages if not relocating.
856         - merge signatures into header after reading from package.
857         - RPM_BIN_TYPE malloc'ed when retrieved through headerGetEntry().
858         - add headerFreeData() to free any data malloc'ed during retrieval.
859         - preserve exact image of original header when installing/upgrading.
860         - add missing headerFree for legacy signature header.
861         - fix: removed packages leaked DIRINDEXES tag data.
862         - reload tags added during install when loading header from rpmdb.
863         - avoid brp-compress hang with both compressed/uncompressed man pages.
864         - improved find-{requires,provides} for aix4/hpux/irix6/osf.
865           Tim Mooney<mooney@dogbert.cc.ndsu.NoDak.edu>
866         - portability: remove use of GNU make subst in lib/Makefile (Joe Orton).
867         - python: bind package removal (#21274).
868         - autoconfigure building python bindings.
869         - autoconfigure generating rpm API doco.
870         - fix: don't fdFree in rpmVerifyScript, rpmtransFree does already.
871         - use package version 3 if --nodirtokens is specified.
872         - add package names to problem sets early, don't save removed header.
873         - make sure that replaced tags in region are counted in headerSizeof().
874         - support for dmalloc debugging.
875         - filter region tags in headerNextIterator, exit throut headerReload.
876         - add rpmtransGetKeys() to retrieve transaction keys in tsort'ed order.
877         - python bindings for rpmtransGetKeys().
878         - fix: include alignment in count when swabbing header region.
879         - handle added dirtoken tags (mostly) correctly with header regions.
880         - add FHS doc/man/info dirs, diddle autoconf goo.
881         - fix: headerUnload handles headers w/o regions correctly on rebuilddb.
882         - resurrect rpmrc Provides: as well as implicit dependency on packge
883           info.
884         - change dependency loop message to RPMMESS_WARNING to use stderr, not
885           stdout.
886         - fix: (transaction.c) assume file state normal if tag is missing.
887         - fix: failed signature read headerFree segfault.
888         - fix: revert ALPHA_LOSSAGE, breaks 6.2/i386.
889         - fix: synthesized callbacks for removed packages have not a pkgkey.
890         - identify install scriptlet failures with the name of the scriptlet.
891         - handle install chroot's identically throughout the install process.
892         - add rpmlib(HeaderLoadSortsTags) for tracking header regions
893           "just in case".
894         - create _tmppath on the fly if not present.
895         - remove /etc/rpm/macros.db1 configuration file if db3 rebuilt.
896         - remove overly verbose dbiOpen() error messages, no longer needed.
897         - whiteout mozilla loop for 7.1.
898         - immutable headers, once installed by rpm3, need to lose immutablity.
899         - fix: removed headers from db need a headerCopy().
900         - send query/verify output through rpmlog().
901         - resurrect rpmErrorSetCallback() and rpmErrorString().
902         - use malloc'ed buffer for large queries.
903         - fix: avoid FAT and other brain-dead file systems that have not inodes.
904         - fix: hack around alpha mis-compilation signature problems.
905         - rpmmodule.c(handleDbResult): return empty list when nothing matches.
906         - (non-linux): move stubs.c to rpmio (#21132).
907         - (python): bind initdb (#20988).
908         - (popt): fix float/double handling (#19701).
909         - (popt): non-linux needs <float.h> (#22732).
910         - (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.
911         - (popt): diddle auto-help to include type of arg expected.
912         - use popt autohelp for rpm helper binaries.
913         - fix: avoid locale issues with strcasecmp/strncasecmp (#23199).
914         - remove almost all explicit uses of stderr in rpmlib using rpmError().
915         - fix: pass scriptlet args, as in %post -p "/sbin/ldconfig -n /lib".
916           (Rodrigo Barbosa).
917         - fix: 3 packages from Red Hat 5.2 had bogus %verifyscript tag.
918         - tsorted packages processed in successor count order.
919         - fix: resurrect --excludepath (#19666).
920         - fix: digests on input FD_t dinna work.
921         - fix: remove rebuilddb debugging leakage.
922         - successors from tsort are processed in presentation order.
923         - fix: find-requires.perl needed update (#23450).
924         - fix: don't hang on build error.
925         - fix: remove "error: " prefix from signature verification message.
926         - hack: permit installer to determine package ordering using 1000003 tag.
927         - fix: extra newline in many error messages (#23947).
928         - fix: rpm -Va with db1 needs per-iterator, not per-index, offset.
929         - add install/remove transaction id tags.
930         - tsort prefers presentation order.
931         - 1st crack at Mandrake specific per-platform macros.
932         - fix: insure that %lang scopes over hard links correctly.
933         - fix: rpmCleanPath was nibbling at .. in macrofiles incorrectly.
934         - fix: check waitpid return code.
935         - fix: make a copy of retrieved header before loading.
936         - fix: diddle exit code for attempted installs of non-packages (#26850).
937         - python binding diddles to reduce installer memory footprint by
938           delayed loading of file info.
939         - fix: remove fixed size buffer on output path (#26987,#26332).
940         - resurrect rpmErrorCode in the API for Perl-RPM.
941         - fix: permit packages to differ by 0 or 32 bytes (#26373).
942         - fix: permit HEADER_IMMUTABLE tag queries.
943         - split db configuration into separate file.
944         - portability changes from Joe Orton <jorton@redhat.com> et al.
945         - (alpha): rip out ALPHA_LOSSAGE now that gcc-2.96-76 has fix (#28509).
946         - (popt): use sprintf rather than snprintf for portability.
947         - (sparc) disable MD5 sum checks during install.
948         - (db1) plug largish memory leak in simulated interface for falloc.c.
949         - remove mozilla dependency white out, no longer needed.
950         - fix: adjust for libio breakage in Red Hat 5.x with glibc-2.0.7-29.4.
951         - map i686-like (i.e. w/o CMOV) platforms to better alternatives.
952
953 3.0.6 -> 4.0
954         - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.
955         - API: change dbi to pass by reference, not value.
956         - cram all of db1, db_185, and db2 interfaces into rpmlib.
957         - convert db1 -> db2 on-disk format using --rebuilddb.
958         - add db3 to the pile, isolate all with incremental link and vectors.
959         - prefer db3 as default.
960         - permit db3 configuration using macros.
961         - create dbi from template rather than passed args.
962         - use hashed access for package headers.
963         - db3: save join keys in endian neutral binary format.
964         - treat legacy falloc.c as "special" db[01] index for package headers.
965         - API: pass *SearchIndex() length of key (0 will use strlen(key)).
966         - API: remove rpmdb{First,Next}RecNum routines.
967         - add explcit "Provides: name = [epoch:]version-release" to headers.
968         - fix: cpio.c: pre-, not post-, decrement the link count.
969           (from Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>)
970         - make db indices as lightweight as possible, with per-dbi config.
971         - db1.c will never be needed, eliminate.
972         - API: merge rebuilddb.c into rpmdb.c.
973         - API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.
974         - API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration.
975         - API: replace rpmdbGetRecord with iterators.
976         - API: replace findMatches with iterators.
977         - Filter DB_INCOMPLETE on db->sync, it's usually harmless.
978         - Add per-transaction cache of resolved dependencies (aka Depends).
979         - Do lazy dbi{Open,Close} throughout.
980         - Attempt fine grained dbi cursors throughout.
981         - fix: free iterator *after* loop, not during.
982         - fix: Depends needed keylen in dbiPut, rpmdbFreeIterator after use.
983         - Rename db0.c to db1.c, resurrect db2.c (from db3.c).
984         - simplify --last popt alias, date like -qi (bjerrick@easystreet.com).
985         - fix: alloca'd memory used outside of scope (alpha segfault).
986         - fix: define/eval options assumed sizeof(int) == sizeof(void *).
987         - fix: sparc64 per-platform directory shouldn't be sparc64linux.
988         - fix: (segfault) verify needs rpmdb while query does not.
989         - add calculated nlink field to -qlv output (like ls -al).
990         - detects and builds properly against the new fopencookie API in
991           glibc 2.2.
992         - change popt exec alias in oreder to exec rpm children.
993         - split rpm into 5 pieces along major mode fault lines with popt glue.
994         - turn on new, more complete version of %%configure.
995         - add %%makeinstall analogue of new %%configure for autoconf packages.
996         - mark packaging with version 4 to reflect filename/provide changes.
997         - change next version from 3.1 to 4.0 to reflect package format change.
998         - change %configure, add %makeinstall macros to handle FHS changes.
999         - add optflags for i486 and i586.
1000         - fix: segfault with legacy packages missing RPMTAG_FILEINODES.
1001         - require db3 in default configuration.
1002         - create rpmio directory for librpmio.
1003         - make librpmio standalone.
1004         - fix: avoid clobbering db cursor in removeBinaryPackage.
1005         - expose cursors in dbi interfaces, remove internal cursors.
1006         - remove incremental link.
1007         - portability: sparc-sun-solaris2.5.1.
1008         - fix: don't count removed files if removed packages is empty set.
1009         - fix: permit '\0' as special case key (e.g. "/" in Basenames).
1010         - require --rebuilddb to convert db1 -> db3, better messages.
1011         - fix: open all db indices before performing chroot.
1012         - fix: typo in brp-compress caused i18n man pages not to compress.
1013         - API: uncouple fadio from rest of rpmio.
1014         - API: externalize legacy fdOpen interface for rpmfind et al.
1015         - put version on rpmpopt filename to avoid legacy filename collision.
1016         - change optflags for i386.
1017         - multilib patch, take 1.
1018         - add pre-transaction syscall's to handle /etc/init.d change.
1019         - don't bother saving '/' as fingerprint subdir.
1020         - prefix payload paths with "./", otherwise "/" can't be represented.
1021         - fix: compressFilelist broke when fed '/'.
1022         - fix: typo in --last popt alias (#12690).
1023         - fix: clean file paths before performing -qf (#12493).
1024         - remove build mode help from rpm.c, use rpmb instead.
1025         - fix: set multilibno on sparc per-platform config.
1026         - fix: legacy requires './' payload prefix to be omitted for rpm itself.
1027         - fix: remove verbose database +++/--- messages to conform to doco.
1028         - add S_ISLNK pre-transaction syscall test.
1029         - fix: initialize pretransaction argv (segfault).
1030         - fix: check rpmlib features w/o database (and check earlier as well).
1031         - rip out pre-transaction syscalls, more design is needed.
1032         - remove (dead) dependency checks on implicitly provided package names.
1033         - remove (dead) rpmdb API code in python bindings.
1034         - fix: make set of replaced file headers unique.
1035         - fix: don't attempt dbiOpen with anything but requested dbN.
1036         - create rpmbuild/rpmquery/rpmverify/rpmsign symlinks.
1037         - fix: look for any/all dbapi when rebuilding.
1038         - link rpm2cpio dynamically since cpio is linked dynamically.
1039         - fix: uniqify dependency problems when printing (#14034).
1040         - fix: segfault on erase if filestates is missing in header (#14679).
1041         - fix: popt POST callbacks typo.
1042         - fix: -Va broken, make db cursors per-iterator, not per-dbi.
1043         - fix: segfault when globbing on "" (#15593).
1044         - fix: rebuild db1 -> db3 ate 1st header (#16263).
1045         - translate rpm.8 man page (Peter Ivanyi <ivanyi@internet.sk>).
1046
1047 3.0.6 -> 3.0.7
1048
1049 3.0.5 -> 3.0.6
1050         - python bindings to query and verify signatures.
1051         - add callbacks on package erasure.
1052         - fix: preserve cpio errno when using Fclose with libio.
1053         - fix: initialize sigs everywhere in python header object.
1054         - popt: support for float/double args.
1055         - fix: honor --test when doing --freshen.
1056         - add alpha* architectures.
1057
1058 3.0.4 -> 3.0.5
1059         - configure.in fiddles for BSD systems (Patrick Schoo).
1060         - solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klaren@cs.utwente.nl)
1061         - include RPM-GPG-KEY in file manifest.
1062         - Add ia64 and sparc64 changes.
1063         - rpm.spec: add per-platform sub-directories.
1064         - FreeBSD fixes (bero@redhat.com).
1065         - handle version 4 packaging as input.
1066         - builds against bzip2 1.0
1067         - fix: resurrect symlink unique'ifying property of finger prints.
1068         - fix: broken glob test with empty build directory (Geoff Keating).
1069         - fix: create per-platform directories correctly.
1070         - update brp-* scripts from rpm-4.0, enable in per-platform config.
1071         - alpha: add -mieee to default optflags.
1072         - add RPMTAG_OPTFLAGS, configured optflags when package was built.
1073         - add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet).
1074         - teach brp-compress about /usr/info and /usr/share/info as well.
1075         - update macros.in from rpm-4.0 (w/o dbi configuration).
1076         - fix: don't expand macros in false branch of %if (kasal@suse.cz).
1077         - fix: macro expansion problem and clean up (#11484) (kasal@suse.cz).
1078         - uname on i370 has s390 as arch (#11456).
1079         - python: initdb binding (Dan Burcaw <dburcaw@terraplex.com>).
1080         - internalize --freshen (Gordon Messmer <yinyang@eburg.com>).
1081         - support for separate source/binary compression policy.
1082         - support for bzip payloads.
1083         - fix: payload compression tag not nul terminated.
1084         - identify package when install scriptlet fails (#12448).
1085         - remove (unused) RPMTAG_CAPABILITY.
1086         - remove (legacy) use of RPMTAG_{OBSOLETES,PROVIDES} internally.
1087         - remove (legacy) support for version 1 packaging.
1088         - remove (legacy) support for converting gdbm databases.
1089         - eliminate unused headerGz{Read,Write}.
1090         - support for rpmlib(...) internal feature dependencies.
1091         - display rpmlib provides when invoked with --showrc.
1092         - fix: compare versions if doing --freshen.
1093         - disable rpmlib(VersionedDependencies) by defining _noVersionedDependencies.
1094
1095 3.0.3 -> 3.0.4
1096         - use compressed filenames on install side.
1097         - start unifying FD types, CFD_t now gone.
1098         - check for memory leaks (almost all leaks are plugged).
1099         - fix: resurrect multiple target platform builds.
1100         - freshen.sh: detect when all packages are up to date (Ian Macdonald).
1101         - fix: typo in error message (#6858).
1102         - add/update dependency scripts (Ken Estes).
1103         - use directory tokens internally to reduce memory usage.
1104         - permit --whatprovides to lookup file dependencies.
1105         - fail to package if absolute symlink points within build root.
1106         - initial version of check-prereqs.
1107         - expose enough of legacy fdio interface to compile rpmfind/rpm2html.
1108         - fix: Fopen should use 0666 as default (umask will be applied later).
1109         - fix: default for rd_timeoutsecs is 1 sec (avoid ufdio assertion).
1110         - fix: new FILENAMES tags require package index, not pointer in lookups.
1111         - rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1112         - fix: don't look at password when searching urlCache.
1113         - add contentLength sanity check on rpmdb headerWrite.
1114         - fix: fprint abort on stat("/", ...) in empty chroots.
1115         - perform glob on remote ftp query args.
1116         - fix: ftpAbort must close the data channel to read abort status.
1117         - perform glob on remote ftp install args.
1118         - fix: reload macros from cmd line when re-reading config files.
1119         - fix: compressFileList was over-generating dirNames.
1120         - fix: alAddPackage sorted dirNames too soon, destroying dirMapping.
1121         - expose enough of legacy fdio interface to compile gnorpm.
1122         - fix: missing strdup when overriding buildroot from command line
1123           argument (#1026,#5006).
1124         - diddle some names to keep my C++ brethern happy (i.e. kpackage port).
1125         - fix: add ufdSeek.
1126         - build popt (with libpopt.so*) as a sub-package of rpm.
1127         - split python bindings into a separate sub-package of rpm.
1128         - add ja translation and man pages (Kanda Mitsuru kanda@nn.iij4u.or.jp).
1129         - fix: fp.subDir was incorrectly set to NULL in sparse chroot's.
1130         - fix: manageFile needs to and with O_WRONLY(=1), not O_RDONLY(=0).
1131         - fix: resurrect failed glob error message during build.
1132         - add several BuildRoot FTW policies.
1133         - add manpage for gendiff (pbrown@redhat.com).
1134         - updated sv.po (goeran@uddeborg.pp.se) (#8349).
1135         - configurable PATH for install %pre/%post et al scriptlets.
1136         - use only %_install_langs, not LINGUAS/LANG when deciding to install.
1137         - configurable compression type/level for package payloads.
1138         - default value for %_install_langs is all.
1139         - fix: resurrect relative path's in fprint lookup queries.
1140         - extract spec files from bzip'ped tarballs too on tar builds.
1141         - add %_rebuilddbpath macro to permit rebuilding db in new location.
1142         - updated perl scripts (Ken Estes).
1143         - fix: on --rebuilddb, make sure new/old paths are not the same (#8752).
1144         - fix: on --erase, segfault caused by "" prefix.
1145         - explicitly expand file lists in writeRPM for rpmputtext.
1146         - {Free,Open}BSD find-{provides,requires} (suzukis@file.phys.tohoku.ac.jp).
1147         - new rpm-build package to isolate rpm dependencies on perl/bash2.
1148         - always remove duplicate identical package entries on --rebuilddb.
1149         - add scripts for autogenerating CPAN dependencies.
1150         - add sl.po from Primoz Peterlin <peterlin@biofiz.mf.uni-lj.si>.
1151         - updated sv.po from <goeran@uddeborg.pp.se>.
1152         - macro expansion (and absolute path) in %files -f arg (#9508,#9091).
1153         - permit cli setting of build root policies.
1154         - fix: filter excluded paths before adding install prefixes (#8709).
1155         - add i18n lookaside to PO catalogue(s) for i18n strings.
1156         - try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm.
1157         - per-platform configuration factored into /usr/lib/rpm subdir.
1158         - sparc-sun-solaris2.6 portability check.
1159         - simpler hpux.prov script (Tim Mooney).
1160         - portability: skip bzip2 if not available.
1161         - portability: skip gzseek if not available (zlib-1.0.4).
1162         - portability: skip personality if not available (linux).
1163         - portability: always include arpa/inet.h (HP-UX).
1164         - portability: don't use id -u (Brandon Allbery).
1165         - portability: don't chown/chgrp -h w/o lchown.
1166         - portability: splats in rpm.spec to find /usr/{share,lib}/locale/* .
1167         - fix: better filter in linux.req to avoid ARM specific objdump output.
1168         - fix: use glibc 2.1 glob/fnmatch everywhere.
1169         - fix: noLibio = 0 on Red Hat 4.x and 5.x.
1170         - fix: typo in autodeps/linux.req.
1171         - configure noarch compatibility in rpmrc for ia64.
1172
1173 3.0.2 -> 3.0.3
1174         - add --eval to find result of macro expansion.
1175         - add configure scaffolding to support rpm-4.0 packages.
1176         - include shared libs in rpm-devel (no versioning yet).
1177         - add epoch (as [0-9]*:version-release) to install dependency parse.
1178         - move install/erase major modes into rpmlib.
1179         - move checksig/resign major modes into rpmlib.
1180         - add python bindings to rpm-devel (linux only).
1181         - make query (rpm -qvl) behave like (POSIX?) ls for older files (#4050).
1182         - fix: %if parsing skipped 3 chars too many.
1183         - permit multiline macro expansions with comments and %if.
1184         - add pl translation and man pages (PLD team - from Tomasz Kloczko).
1185         - fix: incomplete cleanup if --rebuilddb fails (#4115).
1186         - add versions to provides.
1187         - fix: sanity test on specfile fails when encountering i18n chars.
1188         - print all dependencies for each package at end of build.
1189         - the death of RPMSENSE_SERIAL, use [epoch:]version[-release] instead.
1190         - add _mandir/_infodir macro expansions to docdirs (Tomasz Kloczko).
1191         - add post install configurable dependency checking.
1192         - fix: segfault on --rebuild (#4185).
1193         - macro fixes (Benedict Lofstedt, #4220):
1194            expand %# just like %{#} (and with same value as shell analogues).
1195            macro defaults for *, 0, and # if no args specified.
1196            getopt on non-linux requires optind to be saved/restored.
1197         - fix: don't remove file until last occurence in transaction (#4291).
1198         - resuscitate net shared paths (#4330).
1199         - fix: macro table cannot contain NULL pointers (#4263).
1200         - fix: last char in rpmrc w/o terminating newline lost (#4361).
1201         - prepare for handling \r in macro exapnsions.
1202         - fix: n>1 occurrences of %config(noreplace) should not FA_CREATE (#4355).
1203         - fix: use pgp5 rather than pgp-2.6.3 if both are in %_pgpbin (#4564).
1204         - match "de" when locale is specified as "de_DE.ISO-8859-1@Munich".
1205         - add versions to obsoletes.
1206         - add %_install_langs to configure languages to be installed.
1207         - add LC_ALL/LC_MESSAGES to query locale search.
1208         - fix: segfault with "--sign" w/o supplying files (#4651).
1209         - add headerWrite return code and check for errors.
1210         - update python bindings from anaconda.
1211         - add versions to prereq.
1212         - add syntax sensitive implict prereq on rpm-3.0.3.
1213         - fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)
1214         - add sparcv9 architecture.
1215         - add --freshen to usage message (#4823).
1216         - suggested changes to docs from Ken Estes (#4451).
1217         - link libbz2.a statically to avoid rpm->bzip2 dependence for now.
1218         - Tru64: avoid find-requires variable size limit (Tim Mooney).
1219         - Solaris: use getpassphrase rather than getpass if available.
1220         - pgp and pgp5 have compatible RSA signature (#4780).
1221         - fix: avoid db problems with self-obsoleting packages on install.
1222         - glibc2: always enable dynamic mtrace if available.
1223         - fix: versioned provides devolved to existence test with conflicts.
1224         - fix: with unspecified epochs, skip dependency epoch compare.
1225         - python: shared module linked correctly.
1226         - do versioned provides/conflicts resolution correctly.
1227         - rpmpopt: display versioned provides/obsoletes.
1228         - revert to shared libbz2.so now that bzip2 is in base install.
1229         - fix: command line install had header memory leak.
1230         - check for NULL on all memory allocations.
1231         - free rpmrc mallocs on exit.
1232         - glibc2: permit run time leak detection.
1233         - fix: removed files fingerprint memory leak.
1234         - fix: resurrect allfiles flag from rpm-2.5.x.
1235         - fix: version compares compatible with epoch-less requires/conflicts.
1236         - fix: rpm-2.5.1 had file list w/o leading / fix.
1237         - portatbility fiddles (solaris).
1238         - create binary rpm directory (e.g. .../%{_target_cpu}) on the fly.
1239         - updated pl/rpm.8 (PLD team).
1240         - new find req/prov scripts for non-linux platforms (Tim Mooney).
1241         - fix: non-GNU globs burp on repeated '/' in patterns.
1242         - dumb cpp's want white space around lclint annotations (Tim Mooney).
1243         - aix: aix.req broken by cut-and-paste (Tim Mooney).
1244
1245 3.0.1 -> 3.0.2
1246         - eliminate armv4 entries from rpmrc (Andrew E. Mileski).
1247         - permit multiple "Provides: " lines in rpmrc (#2999).
1248         - add BuildConflicts: and BuildRequires: in spec file and src rpm.
1249         - fix: bigendian's with longlong file sizes (e.g. IRIX) dinna work.
1250         - move printDep* routines into rpmlib for gnorpm et al.
1251         - updated ru translation (Sergey Kubushin).
1252         - add vpkg-provides.sh (Tim Mooney).
1253         - don't clobber LDFLAGS in top-level Makefile (Tim Mooney).
1254         - fix: build root from cmd line did not set macro %buildroot (#1026).
1255         - fix: resurrect "rpm -Va --nofiles" (verify dependencies only) (#3111).
1256         - rpm-devel should require popt (#3125).
1257         - don't spin while waiting for delayed requires/provides input (#3289).
1258         - common parse for all dependency token syntax.
1259         - eliminate find-requirements on libNoVersion (Red Hat linux only).
1260         - add new-fangled requires on "libc.so.6(GLIBC_2.1)" (sparc-linux only).
1261         - MiNT port (Guido Flohr <gufl0000@stud.uni-sb.de>).
1262         - fix: --rebuilddb with --root dinna remove directory (Michael Andres).
1263         - fix: false fingerprint stat cache hit -- "the tetex problem" (#2727).
1264         - fix: bsearch needs macro table sorted after undefine. (#3713).
1265         - fix: --checksig segfault with odd pgp output (e.g. w/o ~/.pgp) (#3720)
1266         - avoid numeric overflow in version comparison (Thayne Harbaugh<tharbaug@liberate.com>).
1267         - move url.c and ftp.c to rpmlib right next to query.
1268         - 12 more dead strtoks.
1269         - changelog stamp broken w/ big endian 64 bit time_t (Stephane Erania).
1270         - tru64: use /bin/sh not /usr/bin/ksh in find-requires.
1271         - 32Mb (~16x largest known) sanity check on header size.
1272
1273 3.0 -> 3.0.1
1274         - fix: %verifyscript resurrected (Shing-Gene Yung).
1275         - fix: % before non-alphabetic non-macro special now passed unscathed.
1276         - fix: noarch header gets initialized differently.
1277         - fix: $2 to triggerpostun scripts was wrong
1278         - fix: --querybypkg in man page should be --filesbypkg
1279         - fix: optflags not implicitly set to canonical arch value.
1280         - fix: prefer pgp2.6.3 over pgp5 if both are installed.
1281         - make sure that rpm-the-package auto-requires glibc.
1282         - add rpmputtext/rpmgettext to rpm package.
1283         - fix: non-apache servers need "GET ... HTTP/1.0" by the book.
1284         - fix: %doc wrongly inherits lang from last entry in %files.
1285         - resurrect toplevel tar target.
1286         - spec file removal separate from source removal (Shing-Gene Yung).
1287         - add rpm prefix to MD5 routines to avoid name conflict on solaris.
1288         - fix: resurrect -Vp, -Vf and -Vg functionality.
1289         - colesce query and verify modes.
1290         - better cpio error message if package contains missing hard links.
1291         - fix: shared file not skipped when removed.
1292         - fix: conversion script left off leading underscores.
1293         - another strtok bites the dust.
1294         - fix: prevent return code wrap during packagage checking/resigning.
1295         - permit multiple %lang(xx) markers on elements in %files.
1296         - permit %lang(xx,yy,zz) constructs --  2 more dead strtoks.
1297         - fix: --prefix should work properly during package installs.
1298         - add librpmbuild.a to the file list.
1299
1300 2.94 -> 2.95
1301         - fix: last update transaction set segfault bug in installer.
1302         - improved checks for statfs (Tim Mooney).
1303         - remove inconsistent use of __P((...)) throughout.
1304         - non-static inline functions caused IRIX cc pain.
1305         - CPIOERR_CHECK_ERRNO masking caused AIX cc warnings.
1306         - solaris 2.6+ needs statvfs.
1307         - check build prerequisites before building from specfile.
1308         - convert per-system configuration in /etc/rpmrc to macros.
1309
1310 2.93 -> 2.94
1311         - fix: segfault while parsing target string.
1312         - fix: os was not initialized with "--target i586".
1313         - fix: --prefix resurrected.
1314         - non-linux, non-gcc portability fixes (Tim Mooney).
1315         - default to static libs only (remove implied support for shared libs).
1316
1317 2.92 -> 2.93
1318         - eliminate old rpmrc configuration syntax.
1319         - pgp5 support (Carlo Wood <carlo@runaway.xs4all.nl>)
1320         - fix: segfault from double close on ftpGetFileDesc->ftpAbort path.
1321         - fix: don't add header if signature generation failed (Carlo Wood).
1322         - more DU 4.0D fiddles (Shing-Gene Yung).
1323         - fix: segfault from unknown uid/gid -- use builder's uid/gid instead.
1324         - autoReq/autoProv now per-package.
1325         - fix: avoid segfault using --prefix until ewt fixes.
1326         - add --define "%foo %bar" option.
1327         - dump macros to same fd as --showrc uses.
1328         - add %GNUconfigure for full-blown package regeneration.
1329         - fix: RPM_ARCH/RPM_OS had wrong values.
1330         - fix: create ppc directories correctly.
1331         - (re-)enable fixowner/fixgroup macros.
1332         - fix: specfile BuildRoot was masking rpmrc macro.
1333         - expand twiddles in macrofiles list.
1334         - add explicit macrofiles path to rpmrc.
1335         - add per-target macrofiles to search path.
1336         - take globalMacroContext out of macro api.
1337         - fix: flush all macros between builds.
1338         - add name/version/release macros during src.rpm install.
1339         - attempt mkdir sourcedir/specdir during src.rpm install.
1340
1341 2.91 -> 2.92
1342         - update with libtool-2.4f.
1343         - DU 4.0D fiddles (Shing-Gene Yung<shing@cz3.nus.edu.sg>)
1344         - change support@redhat.com to rpm-list@redhat.com.
1345         - fix: with --target=i686, pass macro %_arch=i386.
1346         - fix: rpm --target=arch ... resurrected.
1347         - fix: rpm -q --specfile --specedit now works even with BuildArch:.
1348         - fix: nested strtok's is a no-no.
1349         - added disk space checking
1350
1351 2.90 -> 2.91
1352         - fix: memory leaks in rpmRunTransactions plugged.
1353         - fix: build of packages w/o BuildRoot segfault.
1354         - permit substitution of I18N strings from PO meta-catalogues.
1355         - add callbacks for installer updates while doing URL xfers.
1356         - resurrect http queries/verifies.
1357         - create rpmbzio.c to avoid implicit dependence on libbz2 for installer.
1358         - spec files can provide /filename now
1359         - added rpmdbOpenForTraversal()
1360         - proxy http (Alex deVries).
1361         - add BuildPrereq: in spec file and src rpm.
1362         - added rpmtransSetScriptFd()
1363         - fixed config file problems during chroot upgrades
1364         - fixed %attr brokenness for directories
1365         - augment linux provides/requires for glibc 2.1 backward compatibility.
1366         - fixed --noscript, --notriggers, --excludedocs, and a bunch
1367           of other install/remove flags
1368         - fixed noreplace handling
1369         - complain about old packages being installed
1370
1371 2.5.x -> 2.90
1372         - added --excludepath
1373         - identify missing keys by type (Toshio Kuratomi).
1374         - package install/removal much smarter about symlinks
1375         - redid install/remove API to allow transaction semantics
1376         - support for GPG (Toshio Kuratomi <badger@prtr-13.ucsc.edu>)
1377         - file lookup finally sane wrt symbolic links :-)
1378         - fileindex format changed -- rebuilddb is necessary for rpm 2.90!!
1379         - --rebuilddb doesn't open old index files
1380         - permit http:// and file:// url's as well as ftp://.
1381         - change --rcfile to permit colon separated file list.
1382         - compile in defaults from rpmrc/macros.
1383         - finish hiding rpmdb index record data ("matches").
1384         - implement abstract fd type almost everywhere.
1385         - update and rename Czech (Pavel Makovec <pavelm@terminal.cz>)
1386         - augment --showrc with -v, only display set variables without -v.
1387         - add macrofiles variable, permit second entry to initMacros().
1388         - add config.h defines for paths to find-requires et. al.
1389         - add readRPM to libbuild, headerGetLangs to librpm.
1390         - permit rpm to be built in a sub-directory (--srcdir=DIR).
1391         - configure using automake.
1392         - arch/os (and platform) should be case insensitive everywhere forever.
1393         - attempt to deal rationally with os as "Linux" or "linux".
1394         - add generalized expression handler (Tom Dyas<tdyas@remus.rutgers.edu>)
1395         - use /usr/lib/rpm/mkinstalldirs if mkdir -p fails.
1396         - more portable dirent handling (Hermann Lauer).
1397         - add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)
1398         - gettextify rpmMessage/rpmError/fprintf messages.
1399         - update po files; add cz to catalogs.
1400         - cpio_gzip: dup the fd before doing gzdopen (Thanks Erik!)
1401         - add --noLang to skip non-default languages.
1402         - writeRPM can now copy cpio archive from fd.
1403         - preliminary macro environment as side effect of rpmrc parse.
1404         - macro handling in rpmlib -- rework include: tag with macro expansion.
1405         - first attempt at librpmbuild API.
1406         - fixed lib/rpmrc.c to accept include: tags (AdV)
1407         - fixed the CHANGES file to reflect that this is 2.9, not 3.0 (AdV)
1408         - aggregate system includes into system.h.
1409         - rearrange functions to minimize exported routines in librpmbuild API.
1410         - generalize cpio I/O to eliminate pipe to exec'd gzip on install.
1411         - add {init,add,expand}Macro args everywhere (new macro.c compatibility)
1412         - add new fully recursive macro.c
1413         - there must be a { between two % in a query format (unless %% is used)
1414
1415 2.5.6 -> 2.5.7:
1416         - permit 0x1b in specfile sanity check.
1417         - increase timeout in tread from 5 to 30 secs for slow links.
1418         - rename file before unlinking to avoid EBUSY failures.
1419         - headerGetEntry now returns count=0 if tag not found (Chris Blizzard).
1420         - resurrect osf1 as canonical os name (Time Mooney).
1421         - sub-packages should inheirit Prefixes tag (Ian Mortimer).
1422         - make '-' character illegal (again) in version/release.
1423         - use portable #!/bin/sh (Tim Mooney).
1424         - don't erase failing build script (Tim Mooney).
1425         - use portable mkinstalldirs (Tim Mooney).
1426         - irix6 autodeps were dup'd (Shing-Gene Yung <shing@cz3.nus.edu.sg>).
1427         - getservbyname needed ntohs().
1428         - propagate "const char *" into rpmlib prototypes.
1429         - use "original db-1.85" if available (Raw Hide glibc 2.1).
1430         - make sure files to sign exist before asking for the pass phrase
1431
1432 2.5.5 -> 2.5.6:
1433         - ultrapenguin 1.1.9 sparc64 changes.
1434         - attempt ftp ABOR on query/verify url's.
1435         - cache open ftp control descriptor with password.
1436         - verify needed same realpath semantics as query.
1437         - plug fd leak in urlGetFile().
1438         - translate cpio errors using cpioStrerror.
1439         - display "..?....." rather than "..5....." for unreadable files.
1440         - run time (rather than compile time) host endian check.
1441         - caldera patches (ray@Caldera.DE)
1442         - added ARM patches.
1443         - fix incorrect directory permissions using %attr/%defattr.
1444         - permit "rpm -q --specfile ... file.spec" queries.
1445         - strncasecmp on spec file separators (KDE has %Description).
1446         - remove redundant md5 computation on uninstall.
1447         - permit --rmsource --force even if sources/patches are missing.
1448         - don't compute md5sum on non-file %config objects. (from Jos Vos)
1449         - check arch only on RPMBUILD_{PREP,BUILD,INSTALL,PACKAGEBINARY}.
1450         - configure.in: set default value for RPM. (Tim Mooney)
1451         - add new Epoch: keyword just like Serial:.
1452         - update Russian translation w man pages.
1453         - solaris: don't attempt static link. (Tim Mooney)
1454         - fix: timeCheck in rpm.c should be unsigned long. (Tim Mooney)
1455         - osf: prov searches only shared libraries. (Tim Mooney)
1456         - solaris: set PATH in prov/req scripts. (Tim Mooney)
1457         - fix: ignore modes on symlinks. (Tim Mooney)
1458         - sub-packages inherit RPMTAG_EPOCH (just like RPMTAG_VERSION/RELEASE).
1459         - fix off-by-1 alloca that prevented relocating /.
1460         - there must be a { between two % in a query format (unless %% is
1461           used).
1462
1463 2.5.4 -> 2.5.5:
1464         - permit rpm to be built in a sub-directory (--srcdir=DIR).
1465         - return CPIO_BAD_HEADER instead of exiting. (Scott M. Stone)
1466         - untranslate "(none)" for auto relocating script wrappers.
1467         - non-linux arch/os identification (Eugene Kanter).
1468         - portable mode_t/pid_t typedefs.
1469         - fix check for trailing / in Prefix:
1470         - remove 2 character language name assumption.
1471         - add /usr/lib/rpm/find-lang.sh (W. L. Estes <wlestes@uncg.edu>)
1472         - miscellaneous portability cruft (Eugene Kanter).
1473         - Makefile: don't use ln -sf.
1474         - getOutputFrom(): fix race between last read on pipe and child death
1475           (exacerbated in 2.5.4).
1476         - rpm.spec: create /usr/src/redhat/* in %install.
1477
1478 2.5.3 -> 2.5.4:
1479         - expand args using popt on pre-rpmReadConfigFiles arg pass.
1480         - skip arch checks if only packaging source rpm.
1481         - add license field to rpmpopt -qi alias.
1482         - provides/obsoletes requires tokens that begin with alnum or _.
1483         - non-zero exit status for verify failures.
1484         - hpux does setreuid differently (Hermann Lauer).
1485         - check for setreuid portably (Eugene Kanter).
1486         - add Serbian translation (Zoltan Csala <zcsala@iname.com>).
1487         - arch/os tables were not being initialized  for noarch builds.
1488         - quote users/groups/filenames in --setugids.
1489         - add Russian translation w man pages (Serguei Koubouchine <ksi@gu.net>)
1490         - fix virtual file attribute bug that skipped all files in binary rpm.
1491         - eliminate infinite loop with missing tmpdir (Trent Jarvi).
1492         - os_canon for CYGWIN32_NT/95.
1493         - rationalize autoconf detection of gzip/bzip2.
1494         - restore backward compatible rpmrc/rpmpopt symlinks.
1495         - update pt_BR translations (Arnaldo Carvalho de Melo).
1496         - permit --{buildroot,timecheck,test,sign} with -tX (Toshio Kuratomi).
1497         - fix database rebuilds with triggers (Steve Sanberg).
1498         - diagnostic message if unreadable/short source or patch file.
1499         - eliminate redundant close in provide/require processing.
1500         - solaris portability patch resurrection (Steve Sanberg).
1501         - permit autogen.sh to work on non "prefix=/usr" hosts.
1502         - add %license/%readme virtual file attributes.
1503         - align "Build Host:" with other fields.
1504
1505 2.5.2 -> 2.5.3:
1506         - copy changelog tags to sub-packages just before packaging.
1507         - added EPOCH handling to supplement serial numbers
1508         - add RPMTAG_EPOCH and RPMTAG_CAPABILITY init to 0.
1509         - fix infinite recursion on non-ERANGE return from getcwd() during
1510           install (Matt Wilson).
1511         - rm .depend for multiple builds in same tree (Will Partain)
1512         - addFile: fix special case of "/" in %files.
1513         - better query semantics with symlinks (Tim Mooney)
1514         - build.c: fix incorrect check for successful open
1515         - allow %define with leading whitespace
1516         - use /usr/lib/rpm for rpmpopt, rpmrc, find-requires, find-provides
1517         - added popt 'exec' functionality
1518         - made --rebuilddb a bit more robust by checking data types
1519         - added --freshen via popt exec stuff
1520         - fixed spelling of expected
1521         - updated de.po (Karl Eichwalder)
1522         - do a better job of checking for a spec file in tarballs
1523           (Pavel Roskin)
1524         - fixed --triggers alias (Michael Andres)
1525         - added :hex query format
1526         - fixed --querytags to display virtual tags
1527 ?????   - added --triggers and --triggered by to man page, help, and usage
1528 ?????   - added support for epochs
1529
1530 2.5.1 -> 2.5.2:
1531         - added -bs to build just a source package
1532         - included irix.req and irix.prov (Tim Mooney)
1533         - copy CHANGELOG* and URL tags to all subpackages
1534         - follow symlinks when packaging sources
1535         - handle %files -f with no %setup (no build directory)
1536         - fixed ugly i18n header bug
1537         - deal with lang paths sanely when entries are missing languages
1538         - fix bug packing /usr/doc when last file was %dir
1539         - added --last alias
1540         - fix :depflags query format
1541         - Group: i18n (like Summary:)
1542         - make --justdb install files in normal state
1543         - %{fssizes} segv'd for packages with empty file lists
1544         - updated HP-UX, OSF1, Irix 6.x dependency scripts (Tim Mooney)
1545         - added arm and MachTen arch/os info
1546         - added --filesbypkg query format
1547         - updated README to have proper URLs
1548         - updated rpm.spec for proper paths and cleanliness
1549         - dependency resolution could hang when Provides: line is used in
1550           rpmrc (Tim Mooney)
1551         - updated mips rpmrc entries (Alex deVries)
1552         - version/release conditional triggers weren't ignoring the trigger     
1553           package name at the front of the TRIGGERVERSION
1554         - added --notriggers for -i and -e
1555         - made --triggers a synonym for --triggerscripts
1556         - ftp installs were trying to use /var/tmp/tmp
1557         - allow whitespace in source/patch lines
1558         
1559 2.5 -> 2.5.1:
1560         - fail if sources are not regular files
1561         - wasn't catching readLine() errors
1562         - fixed (hopefully) temp file creation problems
1563         - make %doc obey --test
1564         - unlink before writing .rpms
1565         - librpm.c: added headerGzRead()/headerGzWrite()
1566         - set bzip2path via lib-rpmrc/configure (Toshio Kuratomi)
1567         - added finish translation (Raimo Koski)
1568         - prefer db_185.h to db.h (Christopher Seawood)
1569         - included updated hpux.req (Ralph Goers)
1570         - added aix.req (Ralph Goers)
1571         - updated hpux.prov, osf.req, osf.prov (Tim Mooney)
1572         - set file states for --justdb packages to "not installed"
1573         - handle missing file states properly in -e code
1574         - install time wasn missing for --justdb packages
1575         - missing parameter in an rpmError() caused segfault
1576
1577 2.4.109 -> 2.5:
1578         - fixed return code bug in build code
1579         - do macro expansion before %if processing
1580         - dep ordering returns w/ an error as soon as a prereq loop is found
1581         - autoreqprov flag was being ignored during builds
1582         - add autoreq: and autoprov:
1583         - missed a few unlink() when scripts failed
1584         - freePrefixes wasn't initialized in runScript()
1585         - fix typo in %triggerpostun generation
1586         - include icons in source packages
1587         - headerGetEntry() should return count of 1 when returning
1588           strings plucked from i18n strings
1589         - do not remove comments in scripts
1590         - save/restore existing arch when done with buildarch
1591         - copy the I18N table to the source header so i18n stuff works
1592         - fixed multiple memory leaks in install code
1593         - fixed bug in part recognition
1594         - shared files weren't being handled properly in net shared paths
1595
1596 2.4.108 -> 2.4.109:
1597         - remove icons with --rmsource
1598         - do dependecy generation on -bl
1599         - check files on all packages on -bl
1600         - integrate Jeff Johnson's memleak patches
1601         - added OSF1 autodep scripts
1602
1603 2.4.107 -> 2.4.108:
1604         - make --clean work with no %setup
1605         - fixed FSSIZES problem introduced in 2.4.107
1606         - fixed search for find-requires.sh
1607         - improved solaris autodeps scripts
1608         - automated (somewhat) the -static flag
1609
1610 2.4.106 -> 2.4.107:
1611         - --nomd5 wasn't handled properly
1612         - updated configure.in find-req and find-prov checks (Tim Mooney)
1613         - make --rmsource actually work
1614         - run postun triggers
1615
1616 2.4.105 -> 2.4.106:
1617         - build: only check for non-printables in first 128 chars
1618         - added %triggerpostun
1619         - linux.req generates deps for shared libs
1620         - added a CC=@CC@ to popt/Makefile.in
1621         - handle signed return types from poptGetNextOpt() properly
1622
1623 2.4.104 -> 2.4.105:
1624         - added langpatt: to rpmrc, and mark files with matches
1625         - added some C++ cruft to rpmlib.h
1626         - added find-requires and find-provides for hpux (Tim Mooney)
1627         - respect LINGUAS when install package files
1628         - added trigger support to build code
1629         - got rid of annoying mwftw() type warning
1630         - fixed many command line options which got broke by changes
1631           for non-gcc compilers
1632         - added trigger support in install code
1633         - added doc/triggers
1634         - strntoul() in lib/cpio.c was returning a pointer to freed
1635           memory
1636         - headerAppend() was doing a bad memcpy()
1637
1638 2.4.103 -> 2.4.104:
1639         - fixed popt/Makefile.in to use CPP from configure
1640         - use tmppath from rpmrc to for ftp'd files (rather then /var/tmp)
1641         - autoconf files and .depend files weren't created properly during
1642           make archive
1643
1644 2.4.102 -> 2.4.103:
1645         - need to create popt/configure during make archive
1646         - added comments about modifictation to base popt and rpmrc files
1647         - allow spaces in group names
1648         - fix bug in memory allocation of special doc stuff
1649         - Jeff Johnson's mode/dev fixes
1650         - clean up buildroot
1651         - be more paranoid about making temp files
1652         - added patches from Tim Mooney which let RPM build with non-gcc
1653           compilers and non-GNU versions of make
1654
1655 2.4.101 -> 2.4.102:
1656         - fixed spelling of "instchangelog" in lib-rpmrc.in
1657         - fixed memory leak in headerSprintf() extension cache
1658         - fixed memory allocation for header formatting extension cache
1659         - added support for INSTPREFIX virtual tag for backwards compatibility
1660         - cpio error codes were poorly defined, causing bad error messages
1661         - generates INSTPREFIXES tag properly, and sets RPM_INSTALL_PREFIX
1662           and RPM_INSTALL_PREFIXn environment variables
1663         - fixed memory leak in install code which occured when net shared paths
1664           were used
1665         - don't pass net shared path to rpmInstallPackage() -- it looks 
1666           directly in the rpmrc entries
1667         - don't remove files in netsharedpath, even for files whose states
1668           are not net shared
1669         - changed --setugids to use separate chown and chgrp programs, for
1670           better portability
1671         - popt moved to autoconf
1672         - Makefiles changed to allow building in a different directory then
1673           the source code resides in
1674         - finally fixed the Build Host spacing in rpmpopt
1675
1676 2.4.100 -> 2.4.101:
1677         - handle files with spaces (put double quotes around them)
1678         - new rpmrc setting, buildshell, can be used to set shell
1679           used for build scripts (default is /bin/sh)
1680         - fix bug where macros were being improperly set for
1681           Patch: and Source: lines
1682         - may use "instchangelog" in rpmrc to limit the maxmium number of 
1683           changelog entries that are stored in the database for each package
1684           (-1 means store all of them)
1685         - default instchangelog is set to 5
1686         - headerRemoveEntry() didn't free the item's data -- this led to
1687           a slight memory leak when installing packages
1688         - implemented generic file relocations at install time
1689           (use --relocate <oldpath>=<newpath>, i.e. --relocate /usr=/foo)
1690         - added --badreloc flag to force RPM to relocate files which packages
1691           haven't advertised as relocatable
1692         - fix return code on failed uncompresses in %prep
1693         - preliminary handling of bzip2 compressed files
1694         - differentiates between big and little endian mips
1695         - added support for "prefixes:" tag
1696
1697 2.4.99 -> 2.4.100:
1698         - fixed handling of --rebuild and --recompile
1699         - fixed rpmlibbuild.a typo in Makefile
1700         - fixed handling of '\' in spec files (a specific case of a more
1701           general bug)
1702         - change use of "export" to work with non-bash shells
1703         - compress the archives.  oops.
1704         - fixed bug when there is no %setup
1705         - added -L$(topdir)/popt to Makefile.inc
1706
1707 2.4.12 -> 2.4.99:
1708         - added many more i18n strings
1709         - merged in large rewrite of build code, which includes the following
1710           changes:
1711             - new option --rmsource
1712             - all scripts can now take -p <prog>
1713             - more strict about %package placement and use of main package 
1714               preamble
1715             - %attr(mode, user, group [, dirmode])
1716             - %defattr()
1717             - %defverify()
1718             - Root: is depricated.  Use BuildRoot: instead
1719             - "nosrc" sources arn't deleted when sources are removed
1720             - New tag DocDir: <dir> to set alternate doc dir (default is 
1721               /usr/doc)
1722             - %doc should work as expected with buildroot, prefix, DocDir:
1723             - all file processing is done before any packaging
1724             - should work with modern patch programs (later than 2.1)
1725             - %patch -z <arg> same as %patch -b <arg>
1726             - %define only defines a macro if it starts a line
1727             - script prog entries are now arrays (ie with arguments)
1728             - standard macros: tag names, buildarch, buildos, buildarch_lc, 
1729               buildos_lc, PATCHn, SOURCEn, PATCHURLn, SOURCEURLn, sourcedir, 
1730               builddir, optflags
1731             - deprecate require_distribution, require_icon, require_vendor
1732             - add RPMTAG_FILEDEVICES and RPMTAG_FILEINODES to header
1733             - export variables in scripts
1734             - fixed tag:field bug
1735             - %lang() in %files
1736             - %description -l <lang>
1737             - Summary(<lang>):
1738             - fixed read_line() termination usage
1739         - Makefile changes to shorten compiler lines
1740
1741 2.4.11 -> 2.4.12:
1742         - intialize reserved portion of lead when writing packages
1743         - fixed error messages displayed when opening the database
1744           fails during package installation and removal
1745         - query format of the form '[A%{}]' would drop the static string
1746         - fixed fix in 2.4.9 for empty packages which broke -qip on ftp URL's
1747         - fixed arch/os numbers in lead
1748         - added Turkish message catalog
1749         - -e was running scripts even w/ --test was specified
1750
1751 2.4.10 -> 2.4.11:
1752         - HAVE_SYS_SOCKET_H was mistakingly MACHINE_SYS_SOCKET_H in
1753           config.h.in
1754         - \%description was trying to do %d expansion in query formats
1755         - made %% work in query formats
1756         - fixed bug in handling characters before array
1757         - let mips build noarch packages
1758         - --setperms would set wrong permissions in some cases (it was
1759           following symlinks)
1760
1761 2.4.9 -> 2.4.10:
1762         - obsolete entries could cause segv's during upgrades
1763         - sources now installed with uid/gid of process rather then
1764           the ids used when the src rpm was created
1765         - don't give an error if missingok files don't exist during remove
1766         - touched ftp code to make it coexist w/ Red Hat install better
1767         - use rand/srand rather then random/srandom
1768         - don't build misc directory unless it's necessary
1769         - empty package files should be treated the same as files
1770           with bad magic, not as read errors
1771         - fix bug where Prefix directory is included in file list
1772         - sinix readdir() work-around
1773
1774 2.4.8 -> 2.4.9:
1775         - fix for verification on systems where a single group id
1776           maps to mulitiple group names (Benedict Lofstedt)
1777         - added 'make tar' rule for building a distribution tarball
1778           (Horacio Rodriguez Montero)
1779         - fixed serial number handling in dependencies and install
1780           code
1781         - make mips compatible with noarch
1782         - fixed bug w/ printing string arrays in conditionals
1783         - handle modern patch programs (> 2.1)
1784         - handle packages w/ duplicate dependency names
1785         - --noscripts didn't get handled properly for removed packages
1786         - fixed handling of packages where %prereq creates users/groups
1787
1788 2.4.7 -> 2.4.8:
1789         - added noarch build compatibilities for ppc, m68k
1790         - fixed some minor typos (Florian La Roche)
1791         - added Obsoletes: tag, an upgrade removes packages which
1792           have been obsoleted
1793         - updated rpmdepUpgradePackage() to deal with obsoletes tag
1794         - convertdb needed to read rpmrc
1795         - fixed ugly bug in package ordering
1796         - archivesize tag was incorrect for packages with hard links
1797         - moved popt into a separate library
1798         - directory created with %doc is now name-version (dropped
1799           the release)
1800         - added buildarch/buildos macros
1801         - added %ghost file option
1802         - updated linux.req to only find requirements for exectuable files
1803
1804 2.4.6 -> 2.4.7:
1805         - had some wrong month lengths in changelog date parsing
1806         - updated fine-requires (Linux version) to add lines for shell
1807           scripts (Donnie Barnes)
1808         - didn't package / properly
1809         - pre/post script processing had some erroneous free() calls
1810         - fixed typos for HP archs in lib/rpmrc.c
1811         - uname() results should go through *_canon tables before anything
1812           else happens
1813         - set -x in debug shells, not -xs
1814
1815 2.4.5 -> 2.4.6:
1816         - added os_canon entries for BSD/OS and NextStep
1817         - replaced include of <malloc.h> with includes of <stdlib.h>
1818         - fixed md5sum of source packages w/ a buildroot is used
1819         - fixed bugs installing version 1 packages
1820         - remove hyphens from uname() result (specifically for HP-UX)
1821         - hacks to recognize architecture under parisc
1822         - RPM_INSTALL_PREFIX wasn't being set properly (this should be
1823           fixed now)
1824         - replaced temporary file creation to be race-condition safe
1825         - prerequisites may not specify versions
1826
1827 2.4.4 -> 2.4.5:
1828         - call getpwnam()/endpwent() once before a chroot(), forcing name 
1829           service shared libs to be loaded from outside of the root path
1830         - added vesrion stamp to lib/misc.o (and librpm.a by extension)
1831         - fixed config.sub, config.guess to recognize i686
1832         - ARCHIVESIZE tag didn't get filled in properly, breaking progress
1833           meters
1834
1835 2.4.3 -> 2.4.4:
1836         - restore working directory after installing a package w/ a chroot
1837         - dump the package stack when a dependency loop is encountered
1838         - when a user/group lookup fails, end*ent() and retry 
1839         - fixed broken --scripts argument (it was --s2)
1840         - only display the packager and url in -qi output if they have defined
1841           values
1842         - print "(not installed)" as the install time for -p queries rather
1843           then "not a number"
1844         - almost completely rewrote rcfile parsing; I'm sure this will
1845           break things eventually but it's much more flexible now
1846         - added buildarch/buildos compatibility tables, listed values
1847           in --showrc
1848         - added cpio archive building code; GNU cpio is no longer used!
1849           packages created w/ rpm 2.4.4 and later cannot be installed with
1850           rpm 2.4 - rpm 2.4.3 however (version of RPM before 2.4 will 
1851           work fine, however). An "error -2 reading header" happens when
1852           this is attempted
1853         - removed cpiobin from rpmrc
1854         - added rpmrc "provides" tag to allow easy fulfillment of 
1855           automatically generated dependencies
1856         - look for random() in libm if it can't be found be default
1857         - fixed problems in Solaris's autodeps stuff (Eric Mumpower)
1858         - --setperms should work properly on directories now
1859         - --justdb on install, upgrade, and erasure causes a database
1860           update w/o the filesystem being touched
1861         - fixed version comparison of a package w/ a serial tag against
1862           a package w/o one
1863         - added BuildArchitectures: tag to spec file to enable builds
1864           for alternate/multiple architectures
1865         - look for random() in -lucb
1866         - changed the licensing terms for librpm to allow redistribution
1867           under the LGPL
1868         - applied man page changes from Alex deVries
1869         - configure.in builds up LIBS by appending (Benedict Lofstedt)
1870         - rpm2cpio reported wrong zlib error string
1871         - removed \n from (none) generated by query format code
1872         - queries of fssizes w/o fsnames didn't work (Till Bubeck)
1873         - added --noorder option to skip package reordering (Elliot Lee)
1874
1875 2.4.2 -> 2.4.3:
1876         - implemented install time prerequisites
1877         - repaired %{#TAG} query format
1878         - implemented ternary operator as query expression
1879         - fixed --scripts to only print information on scripts which
1880           are present
1881         - check symlink() return for < 0, not != 0 (Bob Tanner)
1882         - uses chroot() for installs --root option
1883         - archive expansion doesn't create new devices or symlinks when
1884           the proper files already exist
1885         - added -p to %post (etc) to specify the program which a script
1886           is run through
1887         - if -p is used w/ an empty script, the specified program is
1888           executed directly 
1889         - the -p argument (or /bin/sh) is automaticall added as a prereq
1890
1891 2.4.1 -> 2.4.2:
1892         - completely rewrote queryformat code
1893         - added fsnames, fssizes virtual query tags
1894         - added rpmdbFindByHeader() and rpmdbFindByTag() public functions
1895         - added rpmfilename tag to rpmrc to define the filename format to
1896           use for binary packages (note the rpmdir is prepended to it)
1897         - used pclose() instead of fclose() in -t code
1898         - updated man pages
1899         - changed "struct rpmdb" to "struct rpmdb_s" for C++
1900         - netsharedpath entries shouldn't match partial directory names
1901           anymore (a nersharedpath of /usr/lib shouldn't affect /usr/libexec)
1902         - don't backup config files on netsharedpaths (take 2)
1903         - added "day" query format which is like date, but doesn't print
1904           any time
1905         - added --changelog alias to query a packages changelog entry
1906         - added mntctl() support for AIX (I think, I can't test this)
1907         - fflags query type displays 's' for specfiles, 'm' for missingok
1908           files, and 'n' for noreplace files
1909         - implemented %config(missingok) flag in install
1910         - added --allfiles flag for -i and -U, which forces all files (even
1911           missingok files) to be installed
1912         - implemented %config(noreplace) for the install, but it hasn't
1913           been tested in any way
1914         - added i18n support to headers
1915         - added ppc/rs6000 differntiation for AIX
1916         - all IP* from uname() is changed to just IP
1917         - IP is considered the same as mips (not sgi)
1918         - added IRIX64 OS, it's compatible w/ IRIX
1919
1920 2.4 -> 2.4.1:
1921         - take advantage of lchown() if it's available
1922         - fixed configure script to assume chown() doesn't follow symlinks
1923           if lchown() isn't available and configure is not being run as root
1924         - more header file changes for AIX
1925         - added :shescape query format type for strings, which prints strings
1926           which will survive a single level of shell expansion
1927         - fixed --setperms and --setugids to handle empty packages and 
1928           packages with odd filenames
1929         - include <sys/time.h> before <sys/resource.h>
1930         - include "miscfn.h" first in every file which needs it
1931         - created noarch architecture which everything is compatible with
1932         - fixed group verification (Benedict Lofstedt)
1933         - don't backup config files on netsharedpaths
1934         - added info on --build{arch|os} to --help and usage messages
1935
1936 2.3.11 -> 2.4:
1937         - changed RPMNLSDIR directories to and @datadir@ to better
1938           conform with autoconf
1939         - set RPM_INSTALL_PREFIX environment variable when running 
1940           verify scripts
1941         - beginnings of SCO support (though I suspect it will take one
1942           or two more iterations to get it right)
1943         - switched to CVS and updated some Makefile rules
1944         - look for gethostbyname() instead of gethostname() in -nsl
1945           (this could break some things)
1946         - added check for strcasecmp() in -lucb on systems which don't
1947           have strcasecmp() in libc
1948         - don't build -static on hpux10
1949         - don't try and NLS empty strings
1950         - changed index() call to strchr() in macro code
1951         - include <time.h> in build/spec.c for various platforms
1952         - added update-po rule to po/Makefile.in
1953         - updated de.po (thanks to Karl Eichwalder)
1954         - rpmFindByFile() removes trailing and duplicate /'s
1955         - made many string in rpm program (though not yet in the various
1956           libraries) translatable
1957         - eight character user names could break -qlv
1958         - requirements which begin with a leading / require files (in
1959           the database!) instead of packages
1960         - clean up conflictsindex during --rebuilddb
1961         - get path to gzip from /usr/lib/rpmrc rather then just hoping it's 
1962           in the path
1963         - use dbpath for error messages with include database path in 
1964           their text
1965         - don't set owner/group if binaries installed by "make install"
1966         - include <strings.h> on SCO
1967         - don't use cpio when installing packages <gulp>
1968         - fixed bug which affected dependencies on the Alpha
1969         - made '=' work for long arguments (the switch to popt broke this)
1970         - handle solaris systems better
1971         - complain if critical rpmrc variables (cpiobin, gzipbin, etc) aren't
1972           set anywhere
1973         - allow --dbpath for --rebuilddb
1974         - added check for systems whose chown() follows symlinks. If configure
1975           is run as root, this should get it right, otherwise it assumes
1976           chown() does not follow symlinks. You can use --enable-broken-chown
1977           to force configure to think chown does indeed follow symlinks.
1978         - if chown() follows symlinks, we don't chown() symlinks during cpio
1979           unpacking and we don't verify the owner or group of symlinks
1980         - added packager and url to default -qi output
1981         - look for <sys/select.h> and use it if it's there (for AIX)
1982
1983 2.3.10 -> 2.3.11:
1984         - fixed newlines in --scripts output
1985         - fix handling of source files with bad owners/groups
1986
1987 2.3.9 -> 2.3.10:
1988         - --allmatches handling in -e broke some cases
1989         - new predefined macros: %SOURCEn %PATCHn %SOURCEURLn %PATCHURLn
1990         - fix anomoly with %files -f <file> and %doc
1991         - ignore config bit when it's set on directories (which allows
1992           users to replace directories with symlinks)
1993         - don't set config bit on directories
1994         - strip trailing slashes from files (during build)
1995         - %tags are now case sensitive (macros too)
1996
1997 2.3.8 -> 2.3.9:
1998         - reworked %setup to allow multiple -a and -b options, which
1999           should noticeably ease the task of unapcking multiple tar files
2000         - md5 sum's were calculated incorrectly on big endian machines
2001           from 2.3.2 through 2.3.8 -- this was fixed and some hacks were
2002           done to keep verification working
2003         - updated README
2004         - added --allmatches to allow erasing multiple versions/releases
2005           of a package
2006         - changed ftp URL's to use \r\n, not just \n (this should let RPM
2007           work w/ some picky (but rfc compliant) ftp servers
2008         - fix problem where parts at end of spec file were dropped
2009         - added %config(noreplace missingok) (build-side)
2010         - simple spec file macros
2011         - should now process entire file list before failing
2012         
2013 2.3.7 -> 2.3.8:
2014         - added -t? options to build packages from tarballs which contain
2015           .spec files instead of from the .spec files directly
2016         - fixed error in man page where ftp URLs are discussed
2017         - don't strlen(NULL) in headerAddEntry()
2018         - minor portability changes
2019         - stopped building oldrpmdb.c as part of rpmlib
2020         - added Makefile rule for building rpmconvert (which is almost
2021           never needed) -- this isolated gdbm dependence to this target
2022         - fixed checking of popt stack overflow
2023         - --requires shouldn't imply -q
2024         - fixed error message issued when a groupname does not exist
2025         - fixed but in changelog processing which made it hang on '*' in a
2026           changelog entry
2027         - generate S_ISSOCK and S_ISLNK macros on systems w/o them
2028         - "rpm --erase" wasn't returning proper error codes w/ package
2029           removal failed
2030
2031 2.3.6 -> 2.3.7:
2032         - fixed nasty memory link in -Va
2033         - configure checks for -lnsl explicitly rather then linking it
2034           to -lsocket (for NCR SysVR4)
2035         - configure checks for dirent.h
2036         - modified glob.c to include config.h and use HAVE_DIRENT_H
2037         - cleanup of LIBS/LIBPATH mess a bit more
2038
2039 2.3.5 -> 2.3.6:
2040         - -Vf uses realpath() now
2041         - -Vp lets you use --ftpproxy, --ftpport
2042         - changed popt format, breaking all popt alises :-(
2043         - added ability to alias character arguments to popt 
2044         - moved --requires, --info to /usr/lib/rpmpopt
2045         - RPM is more forgiving of blank user names (dumb)
2046         - popt searches for aliases in the correct order now
2047         - cleanup query code to handle missing uid lists better
2048         - cleanup up configure.in a tad
2049
2050 2.3.4 -> 2.3.5:
2051         - %{#TAG} in query format prints the array length
2052         - cleanup up protoypes in rpmlib.h
2053         - let -Vp work on URLs
2054         - don't set umask(0) anymore -- that confused programs which
2055           link against rpmlib quite badly
2056         - moved print out in "rpm -v -i" to occur after any warnings
2057           to pretty up the output a bit
2058         - added default optflags for powerpc
2059         - run shell for post/pre scripts in debug mode with -sx for
2060           some silly shells
2061         - installing source packages with --root checked for the 
2062           sources/specs directory to exist outside of the root -- fixed
2063         - modified toplevel Makefile to run dependency generation only
2064           against referenced sources
2065         - array size mismatches in --qf should send error to stderr
2066         - tried to make the locale stuff a bit more portable (again)
2067         - reworked the owner/group setting on installs to be more generic
2068           (in preperation for getting rid of cpio)
2069         - made verify verify owner and groups by name rather then by id -- if
2070           the symbolic names aren't available use the uids
2071         - cleaned up relocateFilelist() and related code thanks to
2072           new header introduced in 2.3.3 -- this could break relocatable
2073           packages but they seem okay
2074         - fixed a bug which could cause relocatable packages to not get
2075           relocated -- I think this bit some people during hard drive
2076           installs of all things (Jason Salopek pestered me consistently
2077           enough to keep this on the front burner for me)
2078         - removed FILEUIDS and FILEGIDS from the header in the database --
2079           we never used it and it jsut wasted room
2080         - convert uid/gid lists in v1 headers to symbolic names 
2081
2082 2.3.3 -> 2.3.4:
2083         - %changelog processing
2084         - fixed broken requires/conflicts parsing for spec file
2085         - vastly improved --rebuilddb's robustness
2086         - fixed misplaced free() (only affected inconsistent databases)
2087         - added conflicts documentation to docs/dependencies
2088         - using multiple query formats has them all concatenated
2089         - removed stdin based query and verify selectors
2090         - installs rpmpopt in libdir
2091         - moved --provides and --scripts to rpmpopt
2092         - added --setperms, --setugids
2093         - incorporated newer de.po from Karsten Weiss
2094         - --resign/--addsign was broken in 2.3.3 from popt conversion
2095
2096 2.3.2 -> 2.3.3:
2097         - Ripped out header internals and redid them. Any compatibility 
2098           problems this causes are *bugs* as it should be completley 
2099           transparent. If this works the devil better buy some Prestone (TM).
2100         - Use "cp -pr" instead of "cp -ar" for %doc expansion
2101         - use <string.h> instead of (non standard) <strings.h> in some places
2102         - look for non-POSIX (broken) chmod
2103         - include local copies of glob/fnmatch
2104         - removed getopt() check from configure.in
2105         - fixed bug in ftp code which prevented proper logins to some sites
2106         - switched to popt from getopt, which allows command line aliasing
2107         - read initial aliases from /usr/lib/rpmpopt then /etc/popt and
2108           $HOME/.popt
2109         - cleanup up rdev verification (only verifies device files, checks
2110           device related mode bits as well)
2111         - fixed allocation of temporary paths (Eugene Kanter noticed this)
2112         - made tools/dumpdb read the rpmrc so it can find the database
2113         - added --nomd5 for -V and -K
2114         - don't assume mkdir -p will succeed if the dir exists
2115         - use RPMNLS* defines to avoid header file conflicts
2116         - bunch of minor cleanups to avoid warnings on other OS's
2117
2118 2.3.1 -> 2.3.2:
2119         - fixed bug in new rpmVersionCompare() which made it worse then
2120           useless (thanks to Norbert Kiesel)
2121         - fixed silly message
2122
2123 2.3 -> 2.3.1:
2124         - changed --help routing to have intelligent line wrapping
2125           to make i18n efforts easier
2126         - NLSDIR should be used for nls catalogs, not a hardcoded path
2127         - NLSDIR should be in share, not lib
2128         - renamed sweedish catalog from se to sv
2129         - added german catalog
2130         - treat RPM_CHAR_TYPE as RPM_INT8_TYPE for queries
2131         - made rpmEnsureOlder() internal to lib/install.c
2132         - added rpmVersionCompare() to compare version/release/serial numbers
2133           for packages -- returns like strcmp()
2134         - stdout/stderr were getting closed after running a verify script
2135         - relocting packages didn't work w/ the packages contained the
2136           directory which was it's prefix
2137
2138 2.2.11 -> 2.3:
2139         - replaced putenv/setenv which calls which malloc() buffer -- these
2140           are memory leaks, but the functions are only used between a fork()
2141           and exec() so it doesn't matter
2142         - created directroies are stamped with mtime from the file list
2143
2144 2.2.10 -> 2.2.11:
2145         - fixed some include file problems for FreeBSD
2146         - fixed find-provides script for Linux (silly typo)
2147         - -qvl didn't print out sticky bit
2148         - linux.prov won't print provides info for symlinks which point
2149           to libraries w/ proper sonames
2150
2151 2.2.9 -> 2.2.10:
2152         - changed how installArchive() handles running out of gzread()
2153           bytes while the child is still alive
2154         - changed tag for Alpha's to "alpha" from "axp" <gulp>
2155         - made ./configure look for --quiet support in cpio
2156         - netsharedPath's were having mkdir()'s done on them and had
2157           bad interactions with rooted directories
2158         - made -qp accept '-' to query the package on stdin
2159         - dependency checking was broken when no database was being used
2160         - don't *ever* let cpio make directories -- we do a better job
2161           (esp because we don't kill symlinks!)
2162         - plugged memory leaks in upgrade (again thanks to mpr) -- install,
2163           erase, upgrade, query, and verify all seem to be leakproof
2164         - use select() rather than busy waiting in cpio_gzip()
2165         - use half as much temp space during package assembly
2166         - fail if spec file check fails
2167         - changed canonical name for 68k to m68k (sorry)
2168         - integrated FreeBSD changes from Jared Mauch
2169         - integrated Irix changes from Hermann Lauer
2170         - i18n support can be disabled w/ configure by --disable-nls
2171           (thanks to Remy Card)
2172         - integrated more AmigaOS patches, played with configure some
2173           more to allow cross compiling (Kristof Depraetere)
2174         - cleanups to rpm2cpio (closing the gz stream) (Elliot Lee)
2175         - made find-provides return filename for libs w/ no soname
2176
2177 2.2.8 -> 2.2.9:
2178         - fixed typo in default rpmrc
2179         - made getBooleanVar() a bit better
2180         - added triggers to package builds
2181         - tagged spec file in source package file list
2182         - added %verifyscript (controlled by --noscript, -v flags)
2183         - changed pkgReadHeader() mechanism to be more generic
2184         - added find-provides for Solaris, made find-provides setup
2185           more generic (w/ configure.in picking the right one)
2186         - fix -Q
2187         - The Great Renaming
2188         - use external OS specific script to generate requires lines
2189           (should work with ld.so 1.8.x) (find-requries)
2190
2191 2.2.7 -> 2.2.8:
2192         - added --ftpproxy, --ftpport (and wrote about them in rpm.8)
2193         - added --nodeps to man page
2194         - added --showrc to man page
2195         - added conflict checking (use conflicts tag, which looks
2196           just like the requires tag)
2197         - fixed RPM's return code when package removal fails
2198         - cleaned up lib/install.c a bit for readability
2199         - plugged a bunch of memory leaks thanks to mpr -- install,
2200           uninstall, verify, and query all seem clean now
2201         - added support for trees shared over a network via netsharedpath
2202           in rpmrc
2203         - don't exit when there is an unknown option in an rpmrc, just
2204           give an error and continue
2205         - tried once again to get things working properly with 2.1's
2206           write behavior
2207         - added -E option for %patch
2208         - added UltraSPARC support to lib-rpmrc
2209         - moved default topdir and optflags settings to lib-rpmrc from 
2210           /etc/rpmrc
2211         - removed /etc/rpmrc from standard distribution
2212         - use separate chgrp/chown commands in %setup macro
2213         - kill(2) arguments were backwards in lib/install.c
2214         - fileFile logging needed stdio to handle NULL args to %s
2215         - default docdir (for %doc macro) set in lib-rpmrc rather then
2216           hardcoded
2217         - removed some of the \n from args to error() [though many are
2218           still left]
2219         - uninstall should fail if the preuninstall script fails
2220         - --root works with --initdb now
2221
2222 2.2.6 -> 2.2.7:
2223         - applied lots of portability patches
2224         - builds on Solaris machines now!
2225         - will build w/o i18n support if GNU gettext isn't installed
2226         - added inet_aton, setenv functions for libmisc
2227         - added Sun4c, Sun4m architectures
2228         - use vfork() if fork() doesn't exist (for AmigaOS)
2229         - look for GNU cpio, complain if it doesn't exist at build time
2230         - put path for GNU cpio in /usr/lib/librpmrc
2231         - install rpm.shared if rpm wasn't built (for Solaris)
2232         - readHeader() in librpm.a should work on sockets (which may
2233           return partial reads)
2234         - package file query (-q -p) accepts ftp:// style URL's
2235         - if gzread returns 0 bytes (at EOF), don't call write w/ 0 byte
2236           argument as it's behviour isn't portable
2237         - fixed -Vp behavior (doesn't seg fault w/ packages have dependencies)
2238
2239 2.2.5 -> 2.2.6:
2240         - added --rebuilddb to rebuild database, updated man page
2241         - fix fd leak in md5sum
2242         - fixed group cache bug
2243
2244 2.2.4 -> 2.2.5:
2245         - if rename() for moving .spec file from SOURCES to SPECS fails,
2246           try copying it instead
2247         - -h and -v work for source package >= V2
2248         - -h output is much smoother now
2249         - new AutoReqProv: tag in spec file can disable automatic
2250           require/provide generation
2251         - fixed md5sum problem on big endian machines in a way that's
2252           mostly backwards compatible; this hack will be removed someday
2253         - added :fflags tag
2254         - fixed a couple of minor memory leaks in lib/install.c
2255         - --test for building
2256
2257 2.2.3 -> 2.2.4:
2258         - only remove docdir if %doc occurs
2259         - allow -R to %patch
2260         - moved to use GNU autoconf, though it probably isn't perfect yet
2261           (thanks Kristof Depraetere)
2262         - spec file sanity: no - chars in version or release,
2263           must be a regular file :-)
2264         - version specifications for requirements can use "-<release number>"
2265         - default lib path, tmp path, topdir, and /usr/lib/rpmrc get set
2266           by configure script relative to --prefix
2267
2268 2.2.2 -> 2.2.3:
2269         - fixed script file md5 checking when files are in a root
2270         - implemented proper strdup/free logic for dependency conflict
2271           lists
2272         - strip leading directories from ldd output
2273         - fix non-null-terminated readlink() result
2274         - fixed sscanf() in ftp code to use proper types
2275
2276 2.2.1 -> 2.2.2:
2277         - added functionality to rpmlib to suggest resolutions for
2278           dependency problems
2279         - fix stupid allocation problem in exclude/exclusive stuff
2280         - fix nasty bug where pointers in to the header were getting
2281           stale after some realloc()s in addEntry()
2282         - ignore OS tag for v2 packages -- it was wrong anyway
2283         - match shared libs on ".so" rather than ".so."
2284         - skip blanks from objdump for auto-provide
2285         - if objdump gets us _end, provide the file name
2286         - do not ldd non-regular files
2287         - do not pass leading "/" to ldd
2288         - fix ExcludeOs: and ExclusiveOs:
2289         - -V verifies dependencies, can be controlled with --nodeps
2290           and --nofiles
2291         - added information on --nodeps to usage messages
2292         - implement --timecheck and rpmrc timecheck:
2293         - implement -bl
2294         - catch duplicate files in file lists
2295         - some random sanity checking on the file list
2296
2297 2.2 -> 2.2.1:
2298         - made rpmRemovePackage() print message in verbose mode
2299         - added support for ftp://user:pass@machine.org/ URL's
2300           during installation - the password will be prompted for
2301           if only the user is given, and anonymous ftp will be used
2302           it both user and password are omitted (as before)
2303         - Remove Exclusive: Exclude:
2304           Replace with: ExclusiveArch: ExclusiveOs:
2305                         ExcludeArch: ExcludeOs:
2306         - fixed dependency cheking for packages that are installed
2307           at the same time
2308         - fixed version number dependency checking
2309         - fixed problem installing v1 source packages (thanks to
2310           Nikita Borisov)
2311         - fixed minor spelling/spacing problems (Nikita Borisov)
2312         - assume all v1 packages were made for Linux so OS check works
2313         - began to implement proxyftp, though it doesn't work yet
2314         - fixed spacing when reporting dependency conflicts
2315         - fixed bug where a long name (uname()) was mapping to itself
2316
2317 2.1.2 -> 2.2:
2318         - don't fail, and do report, if -K can't find a PGP key
2319         - handle file names with quotes and spaces when passed to ldd
2320           (still can't have spaces in %files)
2321         - do not allow Buildprefix: in sub packages
2322         - removed require_group from rpmrc -- groups are always required
2323         - removed arch_sensitive from rpmrc -- always on
2324         - removed docdir from rpmrc -- always /usr/doc
2325         - fixed nasty bug in installing packages with large filelists
2326         - made -R work
2327         - --provides and --requries don't print anything if no information
2328           is present (rather then (none) )
2329         - -qi prints Summary now
2330         - changed Buildprefix: -> Buildroot: (spec file, rpmrc)
2331                   --buildprefix -> --buildroot (command line)
2332                   RPM_BUILD_PREFIX -> RPM_BUILD_ROOT
2333                                         (%prep, %build, %install, %clean)
2334           sorry :-)
2335         - allow Prefix: for sub-packages
2336         - allow packager: in rpmrc
2337         - --arch and --os are now --buildarch and --buildos
2338         - magic arch/os handling through arch_canon and os_canon
2339           see /usr/lib/rpmrc (in short: uname short_name num)
2340         - removed build_arch: from rpmrc
2341           Replacing it is buildarchtranslate: and buildostranslate:
2342           to allow building with arch/os other than what uname() returns.
2343           Can still be overriden with --buildarch and --buildos
2344         - rpmrc keywords are now case-insensitive
2345         - check os at install time
2346         - check return code from gzread() during installs
2347         - implemented os_compat
2348         - added arch_compat and os_compat information to --showrc (the
2349           changes needed to do this removed any lingering questions about
2350           the efficiency of the compat lookups for large tables or tables
2351           with loops -- it should all work fine)
2352         - made -u (--uninstall) exit with an error and not do anything
2353         - added --ignoreos
2354         - fixed error message given when a file is missing
2355         - fixed hashing when multiple packages are being modified
2356         - changed man page for readability (thanks to Joseph L. Hartmann, Jr)
2357
2358 2.1.1 -> 2.1.2:
2359         - fixed error message for unrelocatable packages
2360         - automatic shared lib provides now work with buildprefix
2361         - fixed dependency checking during upgrades to work if the
2362           package wasn't previously installed
2363         - clean up temp file after signature check
2364         - dependencies weren't looking through packages that were
2365           being installed at the same time quite right
2366
2367 2.1 -> 2.1.1:
2368         - fixed -qi query format 
2369
2370 2.0.11 -> 2.1:
2371         - added --requires, --whatrequires, --provides and 
2372           --whatprovides queries
2373         - using a string array tag in a queryformat results in every
2374           item in the string being printed out with spaces in between
2375           (though this behaviour will probably go away shortly)
2376         - all packages are ftp'd before any are installed (required to
2377           do proper dependency checking)
2378         - if only source packages are being installed, the database is
2379           never opened
2380         - automatic shared library require/provides tags generated
2381         - added --nodeps flag for install and uninstall
2382         - added dependency checking for installs and uninstalls
2383         - misc fixes to compile with glibc
2384         - use PGPPATH if set (and no pgp_path: in rpmrc)
2385         - remove pgp_pubring, pgp_secring stuff
2386         - new extensible signature
2387         - signature section supports multiple signatures
2388         - --addsign to add a signature to a package
2389         - PGP key no longer limited to 1024 bits
2390         - always do at least an MD5 "signature"
2391           as a result, -K will always tell you something
2392         - signatures now include a simple "header+archive size" check
2393           just calling readSignature() checks this
2394         - --nopgp (with -K) to skip PGP check, just do MD5
2395         - allow '#' comments in preamble and %files section
2396         - fixed -qsv to print both the states and the file information  
2397         - added --dump option to query to print all file attributes
2398         - installs with --root use the /etc/passwd and /etc/group from
2399           the target directory
2400         - added --initdb to aid in database initialization
2401         - --queryformat can print items of type INT8
2402         - "sourceless" packages with nosource: and nopatch:
2403         - [] now allows interation through query formats
2404         - '-' flag for query tags removed
2405         - :date and :perms supported as query format specifiers
2406         - new rpmrc entries "arch" and "os" to override
2407         - --arch and --os on the command line to override
2408         - arch and os are now strings in the package header
2409         - added arch_compat handling in /etc/rpmrc
2410         - added build_arch to /etc/rpmrc
2411         - support arch as string
2412         - added --ignorearch option
2413         - Prefix: in spec file to specify default installation prefix
2414         - rpmrc and command line may be used to override the path
2415           used for the rpm database
2416         - relocatable packages get installed properly
2417         - added support for --prefix and RPM_INSTALL_PREFIX environemtn
2418           variable
2419         - added dependency checking for version numbers
2420         - added correct dependency checking for upgrades
2421         - added :depflags query format flag
2422         - changes --provides, --requires, and --scripts queries to use
2423           queryFormats
2424
2425 2.0.10 -> 2.0.11:
2426         - fixed chmod(symlink) bug (since 2.0.9)
2427
2428 2.0.9 -> 2.0.10:
2429         - fixed the fix to rpm -q <num> bug
2430           to query by number you now need --querybynumber
2431         - made arch_sensitive on by default
2432         - handle # comments in preamble
2433         - don't barf if we can't canonicalize the hostname during builds
2434         - fixed --verify with --root
2435
2436 2.0.8 -> 2.0.9:
2437         - %files -f <file>
2438         - prelim Require/Provide handling
2439         - prelim strict checking of spec file
2440         - removed some bash-isms
2441         - fixed globbing/root bug
2442         - fixed rpm -q <num> bug
2443         - fixed ftw() related bug where symlinks were being
2444           followed in %files rather than just being noted!!
2445         - pass "upgrade" arg to pre/post scripts when upgrading
2446         - use PATH to find cpio when installing
2447         - fixed rpm.magic, added sun4, mips, 68k, sgi, sunos, solaris
2448         - added %attr(mode owner group) feature to file list
2449         - fixed dumb %verify() parse bug
2450
2451 2.0.7 -> 2.0.8:
2452         - explicitly turn off ASCII armor when running PGP
2453         - fixed --noscripts logic, which was on by default and 
2454           off if you specified it!
2455         - uses a temp file to pass filenames to cpio in case when 
2456           their are more then 500 filenames in a package
2457         - added --rcfile
2458         - fixed problem with $HOME/.rcfile not being read
2459         - undocumented --search, --where, --keep-temps which
2460           will probably won't be implemented in RPM 2.x anyway
2461
2462 2.0.6 -> 2.0.7:
2463         - builds now set umask 022 for all scripts
2464         - queries relative paths correctly (thanks to Johnie Stafford)
2465         - fixed error codes for failed installs
2466         - don't add NULL entry to group index for packages that don't
2467           have group information, add it to the "Unknown" group instead
2468         - added --scripts query option
2469         - added --noscripts for installing and uninstall without using 
2470           the pre/post scripts
2471         - "rpm -qd" and "rpm -qc" work properly now (they didn't imply
2472            -l before)
2473
2474 2.0.5 -> 2.0.6:
2475         - internal changes to error messages
2476
2477 2.0.4 -> 2.0.5:
2478         - added support for generic querying
2479         - added --querytags option
2480         - updated man page for above two
2481         - short-circuit got added before 2.0.5, but I don't know when
2482         - query and installs should now return 0 on success and nonzero
2483           otherwise (rpm -i should return the number of packages that
2484           failed actually)
2485         - made rpm -qa fail if extra arguments are passed to it
2486
2487 2.0.3 -> 2.0.4:
2488         - added support for PowerPC, and OSF mklinux ports
2489         - added --resign
2490         - added --recompile
2491         - added verbose error messages from Tyson Sawyer
2492         - rpmconvert won't overwrite an existing database
2493         - won't core dump querying old format source packages
2494         - freed minor memory leak
2495         - more descriptive error messages during build
2496         - added support for not installing documentation
2497
2498 2.0.2 -> 2.0.3:
2499         - added support for 686, 786, 886, 986
2500
2501 2.0.1 -> 2.0.2:
2502         - fixed ftp.c to return an error code when select timeouts
2503         - added basic NLS support, along with a Sweedish message catalog
2504           (thanks to Michael Nyquist)
2505
2506 2.0 -> 2.0.1:
2507         - hashing and percentages no longer SIGFPE on 0 byte packages
2508         - when an ftp fails, install.c no longer tries to install the package
2509         - uses /var/tmp rather then /usr/tmp during for ftp space
2510         - added debugging messages to ftp.c
2511         - fixed some mistakes in the PGP section of the man page
2512         - added mdfile prototype to rpmlib.h - the Python module wants this
2513         - fixed struct oldrpmlead to align properly on the alpha
2514
2515 2.0     - everything done :-)
2516
2517 2.0b -> 2.0c:
2518         - an incredible number of changes - I won't bother trying to 
2519           list them
2520
2521 2.0a -> 2.0b:
2522         - moved build stuff to main rpm command, though --rebuild is still
2523           not supported
2524         - install should work, although replaced files are not marked as
2525           replaced
2526         - %doc macro fixed
2527         - --percent, --hash work for installs
2528         - converted databases and packages get the file list in the correct
2529           order now
2530         - none of this is well tested
2531         - rpms are output to proper dirs (which are always arch sensitive)
2532         - basic rpmrc functions are implemented, full parsing is present
2533         - changed error messages for missing files to include full path
2534         - fixed detection of Alpha's
2535
2536 1.4.6 -> 2.0a:
2537         - completely rewritten in C
2538         - verification missing
2539         - build functionality not in main rpm, in rpmbuild instead
2540           (this will be corrected)
2541         - an awful lot is still missing - this is an ALPHA release
2542
2543 1.4.5 -> 1.4.6:
2544         - fixed rpmq problem with packages w/o groups (old RPM's would do this)
2545         - fixed uninstalling with --root 
2546
2547 1.4.4 -> 1.4.5:
2548         - added support for mips processors
2549         - added support for osf1 and irix os's
2550
2551 1.4.3 -> 1.4.4:
2552         - fixed bug in arch detection code which caused i386 failure
2553
2554 1.4.2 -> 1.4.3:
2555         - added tokens for SPARC, MIPS, PowerPC, and 680x0 architectures
2556         - fixed sparc arch, added arch sanity check
2557
2558 1.4.1 -> 1.4.2:
2559         - added --root to man page, usage, and help messages
2560         - added a " " to the "Creating directory" debug message in install.pl
2561         - make --rebuild fail on binary packages
2562         - don't output prep/build/install sections if there aren't any
2563
2564 1.4 -> 1.4.1:
2565         - fixed man page
2566         - updated corruption messages to not mention --rebuild
2567         - added RPM_PACKAGE_VERSION and RPM_PACKAGE_RELEASE variables
2568           at build time
2569         - no longer allows installing binary packages across architectures
2570         - fixed handling of symlinks marked as config files
2571
2572 1.3.2 -> 1.4:
2573         - make -v the default when using -b and --rebuild
2574         - added %postbuild as an alias for %clean
2575         - added gendiff
2576         - added groups file installed in /usr/lib/rhs/rpm
2577         - made usage message different and more concise then the --help message
2578         - added --version option
2579         - updated man page
2580         - changed C build tree for concurrent building on multiple architectures
2581
2582 1.3.1 -> 1.3.2:
2583         - add -b option to %patch
2584         - fixed install/chroot temp file deleting
2585
2586 1.3 -> 1.3.1:
2587         - fixed bug when doing md5 of erased config file during rpm -u
2588         - fixed spec file searching
2589
2590 1.2 -> 1.3:
2591         - added --search and --where options
2592         - multiarchitecture support
2593         - added --rebuild option
2594         - started C rewrite - rpmq (query options only)
2595
2596 1.1 -> 1.2:
2597         - preuninstalls weren't getting handled properly
2598         - Alpha architecture is now recognized and builds are allowed
2599         - the database open is checked for success before continuing
2600         - rpm -b? checks the SPEC files for package names given as args