gdbm: version 0.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 1 Jun 2018 19:51:31 +0000 (12:51 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 06:52:31 +0000 (23:52 -0700)
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/make.scm

index 52bf1fe9563095bddf8df4eb87c15d574662b368..85510ffa45574fbb89c59383712e23463782ffc3 100644 (file)
@@ -22,6 +22,11 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-gdbm 0.4 - Matt Birkholz, 2018-06-01
+===============================================
+
+Accommodate gdbm 1.14 (in Ubuntu 18.04) but disable its file locking.
+
 mit-scheme-gdbm 0.3 - Matt Birkholz, 2017-12-23
 ===============================================
 
index 34da57a29648710d060396ed25342c1f26f3ca7a..9edc1b030049e172d19b05eca30f0ddc339fd4ad 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme gdbm plugin],
-        [0.2],
+        [0.4],
         [bug-mit-scheme@gnu.org],
         [mit-scheme-gdbm])
 AC_CONFIG_SRCDIR([gdbm.pkg])
index f942ccc5582be4495da1e6c98db3dbe1102aa478..3d16afed12b26e068ae97d71c955e512e7940746 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM2" '(0 3))
\ No newline at end of file
+(add-subsystem-identification! "GDBM2" '(0 4))
\ No newline at end of file