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