Changelog for
popt-1.6-0.45.i386.rpm :
Fri Jun 23 12:00:00 2000 Jeff Johnson
- i486 optflags typo fixed.
Thu Jun 22 12:00:00 2000 Jeff Johnson
- internalize --freshen (Gordon Messmer ).
- support for separate source/binary compression policy.
- support for bzip payloads.
Wed Jun 21 12:00:00 2000 Jeff Johnson
- fix: don\'t expand macros in false branch of %if (kasalAATTsuse.cz).
- fix: macro expansion problem and clean up (#11484) (kasalAATTsuse.cz).
- uname on i370 has s390 as arch (#11456).
- put version on rpmpopt filename to avoid legacy filename collision.
- python: initdb binding (Dan Burcaw ).
Tue Jun 20 12:00:00 2000 Jeff Johnson
- fix: typo in brp-compress caused i18n man pages not to compress.
- API: uncouple fadio from rest of librpmio.
- API: externalize legacy fdOpen interface for rpmfind et al in librpmio.
- update brp-
* scripts from rpm-4.0, enable in per-platform config.
- alpha: add -mieee to default optflags.
- add RPMTAG_OPTFLAGS, configured optflags when package was built.
- add RPMTAG_DISTURL for rpmfind-like tools (content unknown yet).
- teach brp-compress about /usr/info and /usr/share/info as well.
Mon Jun 19 12:00:00 2000 Jeff Johnson
- fix: open all db indices before performing chroot.
Sun Jun 18 12:00:00 2000 Jeff Johnson
- require --rebuilddb to convert db1 -> db3, better messages.
Fri Jun 16 12:00:00 2000 Jeff Johnson
- fix: resurrect symlink unique\'ifying property of finger prints.
Wed Jun 14 12:00:00 2000 Jeff Johnson
- fix: don\'t count removed files if removed packages is empty set.
- fix: permit \'\\0\' as special case key (e.g. \"/\" in Basenames).
Tue Jun 13 12:00:00 2000 Jeff Johnson
- make librpmio standalone.
- fix: avoid clobbering db cursor in removeBinaryPackage.
- expose cursors in dbi interfaces, remove internal cursors.
- remove incremental link.
- portability: sparc-sun-solaris2.5.1.
Wed Jun 7 12:00:00 2000 Jeff Johnson
- create rpmio directory for librpmio.
Tue Jun 6 12:00:00 2000 Jeff Johnson
- require db3 in default configuration.
Mon Jun 5 12:00:00 2000 Jeff Johnson
- add optflags for i486 and i586.
- fix: segfault with legacy packages missing RPMTAG_FILEINODES.
Tue May 30 12:00:00 2000 Matt Wilson
- change %configure, add %makeinstall macros to handle FHS changes.
Tue May 30 12:00:00 2000 Jeff Johnson
- mark packaging with version 4 to reflect filename/provide changes.
- change next version from 3.1 to 4.0 to reflect package format change.
Fri May 26 12:00:00 2000 Jeff Johnson
- change popt exec alias in oreder to exec rpm children.
- split rpm into 5 pieces along major mode fault lines with popt glue.
Thu May 18 12:00:00 2000 Jeff Johnson
- 2nd try at db1 -> db3 stable functionality.
Tue May 16 12:00:00 2000 Matt Wilson
- build against bzip2 1.0
- use the new fopencookie API in glibc 2.2
Fri May 12 12:00:00 2000 Jeff Johnson
- fix stupid mistakes (alpha segfaults).
Wed May 10 12:00:00 2000 Jeff Johnson
- include RPM-GPG-KEY in file manifest.
- simplify --last popt alias, date like -qi (bjerrickAATTeasystreet.com).
- fix: alloca\'d memory used outside of scope (alpha segfault).
Mon May 8 12:00:00 2000 Jeff Johnson
- FreeBSD fixes (beroAATTredhat.com).
Sat May 6 12:00:00 2000 Jeff Johnson
- finish db1 and db3 cleanup.
Tue May 2 12:00:00 2000 Jeff Johnson
- first try at db1 -> db3 stability.
Mon May 1 12:00:00 2000 Jeff Johnson
- Rename db0.c to db1.c, resurrect db2.c (from db3.c).
- Add ia64 and sparc64 changes.
- rpm.spec: add per-platform sub-directories.
Fri Apr 28 12:00:00 2000 Jeff Johnson
- Filter DB_INCOMPLETE on db->sync, it\'s usually harmless.
- Add per-transaction cache of resolved dependencies (aka Depends).
- Do lazy dbi{Open,Close} throughout.
- Attempt fine grained dbi cursors throughout.
- fix: free iterator
*after
* loop, not during.
- fix: Depends needed keylen in dbiPut, rpmdbFreeIterator after use.
Thu Apr 27 12:00:00 2000 Jeff Johnson
- API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.
- API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration.
- API: replace rpmdbGetRecord with iterators.
- API: replace findMatches with iterators.
Tue Apr 25 12:00:00 2000 Jeff Johnson
- rebuild to check autoconf configuration in dist-7.0.
Sun Apr 23 12:00:00 2000 Jeff Johnson
- fix: cpio.c: pre-, not post-, decrement the link count.
- make db indices as lightweight as possible, with per-dbi config.
- db1.c will never be needed, eliminate.
- API: merge rebuilddb.c into rpmdb.c.
Thu Apr 13 12:00:00 2000 Jeff Johnson
- API: pass
*SearchIndex() length of key (0 will use strlen(key)).
- API: remove rpmdb{First,Next}RecNum routines.
- drop rpm-python subpackage until bindings are fixed.
- add explcit \"Provides: name = [epoch:]version-release\" to headers.
Tue Apr 11 12:00:00 2000 Jeff Johnson
- solaris2.6: avoid bsearch with empty dir list (Ric Klaren - klarenAATTcs.utwente.nl)
- db3: save join keys in endian neutral binary format.
- treat legacy falloc.c as \"special\" db[01] index for package headers.
Thu Apr 6 12:00:00 2000 Jeff Johnson
- use hashed access for package headers.
Tue Apr 4 12:00:00 2000 Jeff Johnson
- create dbi from template rather than passed args.
Mon Apr 3 12:00:00 2000 Jeff Johnson
- prefer db3 as default.
- permit db3 configuration using macros.
Fri Mar 31 12:00:00 2000 Jeff Johnson
- try for db3 DB_INIT_CDB model.
Fri Mar 24 11:00:00 2000 Jeff Johnson
- use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.
- configure.in fiddles for BSD systems (Patrick Schoo).
- API: change dbi to pass by reference, not value.
- cram all of db1, db_185, and db2 interfaces into rpmlib.
- convert db1 -> db2 on-disk format using --rebuilddb.
Mon Mar 13 11:00:00 2000 Jeff Johnson
- start rpm-3.1 development.