- tsort prefers presentation order.
[platform/upstream/rpm.git] / CHANGES
2001-01-16 jbj- tsort prefers presentation order.
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-12 jbj- hack: permit installer to determine package ordering...
2001-01-11 jbjdoxygen annotations for build/*.
2001-01-10 jbj- fix: find-requires.perl needed update (#23450).
2001-01-10 jbj- successors from tsort are processed in presentation...
2001-01-09 jbj- fix: digests on input FD_t dinna work.
2001-01-09 jbj- tsorted packages processed in successor count order.
2001-01-05 jbj- fix: 3 packages from Red Hat 5.2 had bogus %verifyscr...
2001-01-04 jbj- fix: pass scriptlet args, as in %post -p "/sbin/ldcon...
2001-01-03 jbj- fix: avoid locale issues with strcasecmp/strncasecmp...
2001-01-01 jbj- use popt autohelp for rpm helper binaries.
2000-12-31 jbj- (popt): add POPT_ARGFLAG_OPTIONAL for long options...
2000-12-30 jbj- (popt): fix float/double handling (#19701).
2000-12-30 jbj- (non-linux): move stubs.c to rpmio (#21132).
2000-12-29 jbj- fix: avoid FAT and other brain-dead file systems...
2000-12-27 jbj- use malloc'ed buffer for large queries.
2000-12-26 jbj- send query/verify output through rpmlog().
2000-12-21 jbj- fix: removed headers from db need a headerCopy().
2000-12-21 jbj- immutable headers, once installed by rpm3, need to...
2000-12-20 jbj- whiteout mozilla loop for 7.1.
2000-12-19 jbjSync with rpm-4_0 branch.
2000-12-19 jbj- identify install scriptlet failures with the name...
2000-12-16 jbj- gendiff: generate ChangeLog patches more intelligentl...
2000-12-14 jbj- fix: segfault on build path, ignore deleted drips.
2000-12-13 jbj- fix: (transaction.c) assume file state normal if...
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-04 jbj- use package version 3 if --nodirtokens is specified.
2000-12-04 jbjSync with rpm-4_0 branch.
2000-12-03 jbj- python: bind package removal (#21274).
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-12-02 jbj- improved find-{requires,provides} for aix4/hpux/irix6...
2000-11-16 jbj- md5 sums are little endian (no swap) so big endian...
2000-11-15 jbj- hpux w/o -D_OPEN_SOURCE has not h_errno.
2000-11-15 jbj- fix: segfault on exit of "rpm -qp --qf '%{#fsnames...
2000-11-12 jbj- fix: duplicate headerFree() on installBinaryPackage...
2000-11-12 jbj- fine-grained Requires, remove install PreReq's from...
2000-11-08 jbj- add region marker as RPM_BIN_TYPE in packages and...
2000-11-07 jbjOrphan.
2000-11-02 jbj- add support for unzip rodrigob@conectiva.com.br>
2000-10-31 jbj- add rpmGetRpmlibProvides() to retrieve rpmlib(.....
2000-10-31 jbj- add support for SHA1 as well as MD5 message digests.
2000-10-28 jbj- better item/task progress bars <rodrigob@conectiva...
2000-10-28 jbj- add brp-strip-shared script <rodrigob@conectiva.com...
2000-10-28 jbj- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva...
2000-10-27 jbj- fix: runTriggers was not adding countCorrection.
2000-10-24 jbj- verify MD5 sums of payload files when unpacking archive.
2000-10-20 jbj- pass rpmTransactionSet, not elements, to installBinar...
2000-10-20 jbj- detect rdonly linux file systems.
2000-09-29 jbjdoxygen annotations.
2000-09-28 jbj- handle possible db3 dependency on -lpthread more...
2000-09-26 jbj- order packages using tsort, clipping PreReq:'s in...
2000-09-16 jbj- don't trim leading ./ in rpmCleanPath() (#14961).
2000-09-14 jbjRevert rpmrc excision for now.
2000-09-13 jbj- fix: honor --test when doing --freshen.
2000-09-11 jbj- popt: support for float/double args.
2000-09-01 jbj- unify rpmError and rpmMessge interfaces through rpmlog.
2000-08-29 jbj- translate rpm.8 man page (Peter Ivanyi <ivanyi@intern...
2000-08-28 jbj- rip out rpm{get,put}text, use getpo.sh and specspo...
2000-08-27 jbj- consistent return for all signature verification.
2000-08-20 jbj- add callbacks on package erasure.
2000-08-19 jbjIdentify signature bindings in version 3.0.6.
2000-08-19 jbj- python bindings to query and verify signatures.
2000-08-16 jbj- fix: rebuild db1 -> db3 ate 1st header (#16263).
2000-08-14 jbjUpdate versions, rpm -> 4.1, popt -> 1.7.
2000-08-14 jbj- disable rpmlib(VersionedDependencies) by defining...
2000-08-07 jbj- fix: segfault when globbing on "" (#15593).
2000-08-04 jbj- fix: -Va broken, make db cursors per-iterator, not...
2000-07-31 jbj- fix: segfault on erase if filestates is missing in...
2000-07-31 jbj- fix: uniqify dependency problems when printing (...
2000-07-29 jbj- link rpm2cpio dynamically since cpio is linked dynami...
2000-07-29 jbj- bail on firstkey/nextkey, there's a better way.
2000-07-28 jbj- resurrect firstkey/nextkey python bindings.
2000-07-26 jbj- fix: look for any/all dbapi when rebuilding.
2000-07-25 jbj- create rpmbuild/rpmquery/rpmverify/rpmsign symlinks.
2000-07-24 jbjCosmetic.
2000-07-17 jbjSync with rpm-3.0.5 chnages.
2000-07-15 jbj- fix: make set of replaced file headers unique.
2000-07-15 jbj- rip out pre-transaction syscalls, more design is...
2000-07-13 jbj- fix: initialize pretransaction argv (segfault).
2000-07-12 jbj- add S_ISLNK pre-transaction syscall test.
2000-07-12 jbj- compare versions if doing --freshen.
2000-07-11 jbj- fix: legacy requires './' payload prefix to be omitte...
2000-07-11 jbj- fix: set multilibno on sparc per-platform config.
2000-07-11 jbj- remove build mode help from rpm.c, use rpmb instead.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-09 jbj- add pre-transaction syscall's to handle /etc/init...
2000-07-05 jbj- change optflags for i386.
2000-06-23 jbj - support for separate source/binary compression policy.
2000-06-23 jbj- python: initdb binding (Dan Burcaw <dburcaw@terraplex...
2000-06-22 jbj- python: initdb binding (Dan Burcaw <dburcaw@terraplex...
2000-06-22 jbj- put version on rpmpopt filename to avoid legacy filen...
2000-06-22 jbj- put version on rpmpopt filename to avoid legacy filen...
2000-06-21 jbj- uname on i370 has s390 as arch (#11456).
2000-06-21 jbj- fix: don't expand macros in false branch of %if ...
2000-06-20 jbj- add RPMTAG_OPTFLAGS, configured optflags when package...
2000-06-20 jbj- update brp-* scripts from rpm-4.0, enable in per...
2000-06-20 jbj- API: uncouple fadio from rest of rpmio.
2000-06-20 jbjfix: typo in brp-compress caused i18n man pages not...
2000-06-19 jbjfix: open all db indices before performing chroot.
next