aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f166a65..509452e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-11-15 Sergey Poznyakoff <gray@gnu.org.ua>
+ Version 1.10.90
+
Update the docs. Improve dump/load utilities.
* doc/gdbm.texinfo: Reorganize the material. Document gdbm_load
diff --git a/NEWS b/NEWS
index 31c82f3..a45b6b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
-GNU dbm NEWS -- history of user-visible changes. 2011-11-13
+GNU dbm NEWS -- history of user-visible changes. 2011-11-15
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.10.90 (Git)
+
+* Improved dump format.
+* New utilities: gdbm_dump and gdbm_load.
+
+
Version 1.10, 2011-11-13
* Internationalization
diff --git a/configure.ac b/configure.ac
index fec5d0d..8de7493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 10)
-dnl m4_define([_GDBM_VERSION_PATCH], 90)
+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.