summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-13 15:13:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-13 15:13:29 +0000
commit4a6f4e5154c958d03d12fe67b31bef90de941e25 (patch)
treea4bb2f5cd51f0d27da60a4a42838a0130ba812e4
parent489f84da8a6cde708db87cbc62fc17790223dab3 (diff)
downloadgdbm-4a6f4e5154c958d03d12fe67b31bef90de941e25.tar.gz
Version 1.9.1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d096222..0c757cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-13 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * NEWS, configure.ac: Version 1.9.1
+
2011-08-12 Sergey Poznyakoff <gray@gnu.org.ua>
Bugfixes (pointed out by Matthew Burgess
diff --git a/NEWS b/NEWS
index a5c1d48..3756252 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
-GNU dbm NEWS -- history of user-visible changes. 2011-08-12
+GNU dbm NEWS -- history of user-visible changes. 2011-08-13
Copyright (C) 1990-2011 Free Software Foundation, Inc.
See the end of file for copying conditions.
Please send gdbm bug reports to <bug-gdbm@gnu.org>.
+Version 1.9.1
+
+* Bugfix
+
+Improperly used preprocessor directive caused compilation failure
+when using gcc 4.4.4 or newer.
+
+
Version 1.9, 2011-08-12
* Use of mmap
diff --git a/configure.ac b/configure.ac
index b00b839..3e320f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
m4_define([_GDBM_VERSION_MAJOR], 1)
m4_define([_GDBM_VERSION_MINOR], 9)
-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)],