aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-08-21 14:09:11 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-08-21 14:09:11 +0300
commit778cc81d55aecd6344d577919cec73e4e6980e2e (patch)
tree5c39c484538021b99ba48320ded2aba6201e547d
parent64ef7e827406f91d31bffdcad9f4b8aaad1f874c (diff)
downloadgdbm-778cc81d55aecd6344d577919cec73e4e6980e2e.tar.gz
gdbm-778cc81d55aecd6344d577919cec73e4e6980e2e.tar.bz2
Version 1.18v1.18
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1ca9a32..ff68210 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,31 @@
1GNU dbm NEWS -- history of user-visible changes. 2018-08-12 1GNU dbm NEWS -- history of user-visible changes. 2018-08-21
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 - 2018-08-21
8
9* Bugfixes:
10
11** Fix directory entry validation
12See https://puszcza.gnu.org.ua/bugs/?402
13
14Directory validation function would falsely report corruption after
15several directory reallocations.
16
17** Fix improper use of GDBM_DEBUG macro
18See https://puszcza.gnu.org.ua/bugs/?401
19
20** Fix spurious error from gdbm_dump and gdbm_export
21
22The functions incorrectly reported as error the GDBM_ITEM_NOT_FOUND
23status, which is reported when upon normal termination of iteration
24over the database keys.
25
26** Make sure gdbm_sync always returns a meaningful value
27See https://puszcza.gnu.org.ua/bugs/?400
28
7Version 1.17 - 2018-07-30 29Version 1.17 - 2018-07-30
8 30
9* int gdbm_close and gdbm_sync 31* int gdbm_close and gdbm_sync
diff --git a/configure.ac b/configure.ac
index 6079fd7..d6c9be4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
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], 17) 19m4_define([_GDBM_VERSION_MINOR], 18)
20dnl m4_define([_GDBM_VERSION_PATCH], 0) 20dnl m4_define([_GDBM_VERSION_PATCH], 0)
21 21
22AC_INIT([gdbm], 22AC_INIT([gdbm],

Return to:

Send suggestions and report system problems to the System administrator.