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