summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-18 03:14:08 +0000
committerjbj <devnull@localhost>2003-12-18 03:14:08 +0000
commitb0fc5b445f6a2c82fefb1706825ee6a6e9503661 (patch)
treec240959ca8f1c4ab6a3751e9838df6efac54d855 /CHANGES
parent60207c0346637a32b792e371436eeb731665409e (diff)
downloadrpm-b0fc5b445f6a2c82fefb1706825ee6a6e9503661.tar.gz
rpm-b0fc5b445f6a2c82fefb1706825ee6a6e9503661.tar.bz2
rpm-b0fc5b445f6a2c82fefb1706825ee6a6e9503661.zip
- detect (and remove) dbenv files while upgrading to db-4.2.52.
- fix: dangling pointer brain fart (#107835). CVS patchset: 6976 CVS date: 2003/12/18 03:14:08
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index af7db6d3f..3867ba29a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,20 @@
-4.2 -> 4.3:
+4.2.2 -> 4.3:
- upgrade to zlib-1.2.beta7.
- fix: short option help missing string terminator.
- - unify signal handling in librpmio, use condvar to deliver signal.
- permit secondary tag match patterns with RPMQV_ALL.
- fix: cut-n-paste error setting nopromote for Conflicts: (#81965).
- don't use error string after gzclose (Dmitry V. Levin).
- only internal Berkeley db from now on.
- revive "make dist".
+
+4.2.1 -> 4.2.2:
+ - unify signal handling in librpmio, use condvar to deliver signal.
+ - make peace with libtool-1.5, autoconf-2.59, automake-1.8.
- build with db-4.2.52 internal.
- refresh bsddb.
+ - detect (and remove) dbenv files while upgrading to db-4.2.52.
+ - ensure that librpmdb links against just built, not system, librpmio.
+ - fix: dangling pointer brain fart (#107835).
4.2 -> 4.2.1:
- fix: nested %if handling, optind initialization posix vs. glibc.