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