aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index fb47598..31c82f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
-GNU dbm NEWS -- history of user-visible changes. 2011-08-17
+GNU dbm NEWS -- history of user-visible changes. 2011-11-13
Copyright (C) 1990-2011 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.9.90 (Git)
+Version 1.10, 2011-11-13
* Internationalization
-This version of GDBM is internationalized. The following localizations are
-available: Finnish, German, Japanese, Polish and Ukrainian.
+This version of GDBM is fully internationalized. The following
+localizations are available: Finnish, German, Japanese, Polish and Ukrainian.
* Support for close-on-exec flag in gdbm_open (see GDBM_CLOEXEC in the docs).
@@ -19,12 +19,17 @@ The testgdbm tool now supports multicharacter commands.
* Bugfixes
+Bug numbers below refer to the tracker at <http://puszcza.gnu.org.ua/bugs/?N>
+
** Bug #150.
Tolerate I/O operations returning less bytes than expected. Retry I/O
if possible.
** Bug #151
-Gdbm_open initializes with zeros the memory allocated for file header.
+Gdbm_open now initializes with zeros the memory allocated for file
+header. Previous versions left uninitialized portions intact, so
+they contained whatever happened to be in that memory region at the
+moment of allocation. This created undesired security implications.
** Fix handling of NDBM databases in read-only mode.
diff --git a/configure.ac b/configure.ac
index bd6c591..421e230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,8 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 9)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 10)
+dnl m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),

Return to:

Send suggestions and report system problems to the System administrator.