summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-02 22:16:30 +0000
committerjbj <devnull@localhost>2002-05-02 22:16:30 +0000
commit2b83d36c089f9e27e43e776d08e79d58ec2e6ba8 (patch)
treedff82d3f9e297e604e24fccdb11ee3d61f8687a2 /CHANGES
parentcf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (diff)
downloadlibrpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.gz
librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.tar.bz2
librpm-tizen-2b83d36c089f9e27e43e776d08e79d58ec2e6ba8.zip
- eliminate db1 support.
- fix: rpmdb iterator memory leak in python bindings. - fix: include <sys/time.h> for 6.2 python modules. - remove vestiges of mipseb arch (#62408). CVS patchset: 5414 CVS date: 2002/05/02 22:16:30
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fa6076264..832958eec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -105,6 +105,7 @@
- add --nosuggests to disable suggested resolutions.
- attempt to make peace with automake-1.6.1, autoconf-2.53.
- rip out two layers of dbN gook, internal Berkeley db is here to stay.
+ - eliminate db1 support.
4.0.3 -> 4.0.4:
- solaris: translate i86pc to i386 (#57182).
@@ -159,6 +160,9 @@
- non-glibc: on upgrade, mergesort is much faster than quicksort.
- fix: queries that evaluated to "" incorrectly returned NULL.
- fix: packages produced by rpm-4.0 dinna merge signature tags.
+ - fix: rpmdb iterator memory leak in python bindings.
+ - fix: include <sys/time.h> for 6.2 python modules.
+ - remove vestiges of mipseb arch (#62408).
4.0.2 -> 4.0.3:
- update per-interpreter dependency scripts, add sql/tcl (#20295).