aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,10 +1,19 @@
1GNU dbm NEWS -- history of user-visible changes. 2018-08-21 1GNU dbm NEWS -- history of user-visible changes. 2018-10-27
2Copyright (C) 1990-2018 Free Software Foundation, Inc. 2Copyright (C) 1990-2018 Free Software Foundation, Inc.
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send gdbm bug reports to <bug-gdbm@gnu.org>. 5Please send gdbm bug reports to <bug-gdbm@gnu.org>.
6 6
7Version 1.18.1 - 2018-10-27
8
9* Fix debian bug 910911
10
11This restores backward compatibility with databases created by version
121.8 (and some later versions, with mmapped I/O disabled).
13See https://bugs.debian.org/910911 for a detailed description.
14
15
7Version 1.18 - 2018-08-21 16Version 1.18 - 2018-08-21
8 17
9* Bugfixes: 18* Bugfixes:
10 19
diff --git a/configure.ac b/configure.ac
index d6c9be4..e45e1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,9 @@
16# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */ 16# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
17 17
18m4_define([_GDBM_VERSION_MAJOR], 1) 18m4_define([_GDBM_VERSION_MAJOR], 1)
19m4_define([_GDBM_VERSION_MINOR], 18) 19m4_define([_GDBM_VERSION_MINOR], 18)
20dnl m4_define([_GDBM_VERSION_PATCH], 0) 20m4_define([_GDBM_VERSION_PATCH], 1)
21 21
22AC_INIT([gdbm], 22AC_INIT([gdbm],
23 _GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH), 23 _GDBM_VERSION_MAJOR._GDBM_VERSION_MINOR[]m4_ifdef([_GDBM_VERSION_PATCH],._GDBM_VERSION_PATCH),
24 [bug-gdbm@gnu.org],, 24 [bug-gdbm@gnu.org],,

Return to:

Send suggestions and report system problems to the System administrator.