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