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