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