summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-02-04 16:05:26 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-02-04 16:07:44 +0200
commit6de35853113a2a4a8eab661c569fe0d9171eb13a (patch)
tree31714491fd237c119ce92b43b45b55885b29617d
parent6840faa15c23ed6329ef4045a09a90226533bdff (diff)
downloadgdbm-6de35853113a2a4a8eab661c569fe0d9171eb13a.tar.gz
Version 1.23v1.23
-rw-r--r--NEWS8
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e597c6f..16d8d2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,17 @@
-GNU dbm NEWS -- history of user-visible changes. 2021-11-14
+GNU dbm NEWS -- history of user-visible changes. 2022-02-04
Copyright (C) 1990-2022 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
-Version 1.22.90 (git)
+Version 1.23, 2022-02-04
* Bucket cache switched from balanced tree to hash table
+Change suggested by Terence Kelly.
+
+* Speed up flushing the changed buckets on disk
+
* New option codes for gdbm_setopt
** GDBM_GETDBFORMAT
diff --git a/configure.ac b/configure.ac
index 699a29c..4841b02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,7 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
-m4_define([_GDBM_VERSION_MINOR], 22)
-m4_define([_GDBM_VERSION_PATCH], 90)
+m4_define([_GDBM_VERSION_MINOR], 23)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),