summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-02-16 19:05:36 +0000
committerjbj <devnull@localhost>2005-02-16 19:05:36 +0000
commitc94624a03cf7945ce5b20048b0cc751f654b9bc1 (patch)
tree67df879e2347d58c72c37b00aabd7383b5139a93 /CHANGES
parent4983ab74e734e93a20e05b0f785490f50d28fda3 (diff)
downloadrpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.tar.gz
rpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.tar.bz2
rpm-c94624a03cf7945ce5b20048b0cc751f654b9bc1.zip
- sqlite3: update encode/decode from sqlite-2.8.16.
- add --xml popt alias for query modes. - remove _rpmdb now that python2.[34] are commonly available. CVS patchset: 7770 CVS date: 2005/02/16 19:05:36
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e3649b8f..d1cbdbe6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
4.4.1 -> 4.4.2:
- start 4.4.2 devel.
+ - sqlite3: revert cClose scoping, data is freed in cClose unlike db4.
+ - build against sqlite3-3.1.2.
+ - sqlite3: update encode/decode from sqlite-2.8.16.
+ - add --xml popt alias for query modes.
+ - remove _rpmdb now that python2.[34] are commonly available.
4.4 -> 4.4.1:
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.