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