aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2024-03-18 23:48:13 +0200
committerSergey Poznyakoff <gray@gnu.org>2024-03-18 23:48:13 +0200
commit0abc1f52efa79611978660baa9b78bac7fcb4576 (patch)
tree0c09a12fd44ee4d44647417ca4b57b523535c98d
parent988d3600c24a54ca23bd2a8717083210f29c712d (diff)
downloadgdbm-master.tar.gz
gdbm-master.tar.bz2
Version 1.23.90HEADmaster
-rw-r--r--NEWS5
-rw-r--r--configure.ac1
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f2063b..debbb20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,25 @@
-GNU dbm NEWS -- history of user-visible changes. 2022-07-01
+GNU dbm NEWS -- history of user-visible changes. 2023-03-03
Copyright (C) 1990-2023 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.23.90 (git)
* New gdbm_load option: --update
The --update (-U) option instructs gdbm_load to update an existing
database, whose name is supplied by the second argument.
* Fix semantics of gdbm_load -r
The --replace (-r) is valid only when used together with --update.
+* Bugfixes
+
Version 1.23, 2022-02-04
* Bucket cache switched from balanced tree to hash table
Change suggested by Terence Kelly.
diff --git a/configure.ac b/configure.ac
index b67b176..3cb4b62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,12 +13,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 23)
+m4_define([_GDBM_VERSION_PATCH], 90)
AC_INIT([gdbm],
_GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
[bug-gdbm@gnu.org],,
[http://www.gnu.org/software/gdbm])

Return to:

Send suggestions and report system problems to the System administrator.