aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-10-27 08:54:19 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-10-27 08:54:19 +0300
commit0edfeba8d05fd0265aa59781e354be5abbf5ad07 (patch)
tree949f441cd9b098fdb15c956329977eb6e7c90bb2
parent00ba17479ff31c6825f0e6f28b965f11525e83f6 (diff)
downloadgdbm-0edfeba8d05fd0265aa59781e354be5abbf5ad07.tar.gz
gdbm-0edfeba8d05fd0265aa59781e354be5abbf5ad07.tar.bz2
Version 1.18.1v1.18.1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ff68210..b9ddff0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,18 @@
-GNU dbm NEWS -- history of user-visible changes. 2018-08-21
+GNU dbm NEWS -- history of user-visible changes. 2018-10-27
Copyright (C) 1990-2018 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.18.1 - 2018-10-27
+
+* Fix debian bug 910911
+
+This restores backward compatibility with databases created by version
+1.8 (and some later versions, with mmapped I/O disabled).
+See https://bugs.debian.org/910911 for a detailed description.
+
+
Version 1.18 - 2018-08-21
* Bugfixes:
diff --git a/configure.ac b/configure.ac
index d6c9be4..e45e1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 18)
-dnl m4_define([_GDBM_VERSION_PATCH], 0)
+m4_define([_GDBM_VERSION_PATCH], 1)
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.