summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-01-01 23:12:10 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-01-01 23:14:44 +0200
commitdade2ddfe5e6fb6f8718b26947570462df5fc0a2 (patch)
treefdbad7e3f49bc6ba29431b986dab1f66640feeb7 /NEWS
parent1aa22ca9171ea2656b1a2f15e659e63c7ad972ae (diff)
downloadgdbm-dade2ddfe5e6fb6f8718b26947570462df5fc0a2.tar.gz
Version 1.14v1.14
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 832fd7f..0a6f8c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,26 @@
-GNU dbm NEWS -- history of user-visible changes. 2017-03-11
+GNU dbm NEWS -- history of user-visible changes. 2018-01-01
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.14 - 2018-01-01
+
+* Make sure created databases are byte-for-byte reproducible
+
+This fixes two longstanding bugs: (1) when allocating database file
+header blocks, the unused memory is filled with zeroes; (2) when expanding
+a mmapped memory area, the added extent is filled with zeroes.
+
+* Fix build with --enable-gdbm-export
+
+* Make gdbm_error global variable thread safe.
+
+* Fix possible segmentation violation in gdbm_setopt
+
+* Fix handling of group headers in --help output.
+
+
Version 1.13 - 2017-03-11
* gdbm_fetch, gdbm_firstkey, and gdbm_nextkey behavior