summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-29 15:03:35 +0000
committerjbj <devnull@localhost>2001-05-29 15:03:35 +0000
commit61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d (patch)
tree435a2ee8e9fdf33d9af2f4188dd9e100ac36e1e4 /CHANGES
parente6c22123bc088afd6f0f564b8f5224af3cf2d2e6 (diff)
downloadlibrpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.tar.gz
librpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.tar.bz2
librpm-tizen-61cd63ab8e816d46e81b3df2bb8cfe9b2267f85d.zip
- eliminate db-1.85 and db-2.x configuration.
- fix: popt arg sanity checks broken, optarg != optArg. - fix: popt range checks on floats/doubles broken. - popt: return POPT_ERROR_ERRNO on config open/read/close failure. CVS patchset: 4815 CVS date: 2001/05/29 15:03:35
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e299ab86a..d92027cfe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,6 +64,10 @@
- headerFree() returns NULL, _free is C++ safe.
- remove all header region assertion failures, return NULL instead.
- perform db->verify when closing db files.
+ - eliminate db-1.85 and db-2.x configuration.
+ - fix: popt arg sanity checks broken, optarg != optArg.
+ - fix: popt range checks on floats/doubles broken.
+ - popt: return POPT_ERROR_ERRNO on config open/read/close failure.
4.0 -> 4.0.[12]
- add doxygen and lclint annotations most everywhere.