From 778cc81d55aecd6344d577919cec73e4e6980e2e Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 21 Aug 2018 14:09:11 +0300 Subject: Version 1.18 --- NEWS | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1ca9a32..ff68210 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,31 @@ -GNU dbm NEWS -- history of user-visible changes. 2018-08-12 +GNU dbm NEWS -- history of user-visible changes. 2018-08-21 Copyright (C) 1990-2018 Free Software Foundation, Inc. See the end of file for copying conditions. Please send gdbm bug reports to . +Version 1.18 - 2018-08-21 + +* Bugfixes: + +** Fix directory entry validation +See https://puszcza.gnu.org.ua/bugs/?402 + +Directory validation function would falsely report corruption after +several directory reallocations. + +** Fix improper use of GDBM_DEBUG macro +See https://puszcza.gnu.org.ua/bugs/?401 + +** Fix spurious error from gdbm_dump and gdbm_export + +The functions incorrectly reported as error the GDBM_ITEM_NOT_FOUND +status, which is reported when upon normal termination of iteration +over the database keys. + +** Make sure gdbm_sync always returns a meaningful value +See https://puszcza.gnu.org.ua/bugs/?400 + Version 1.17 - 2018-07-30 * int gdbm_close and gdbm_sync -- cgit v1.2.1