From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Fri, 1 Jun 2018 19:51:31 +0000 (-0700)
Subject: gdbm: version 0.4
X-Git-Tag: mit-scheme-pucked-x11-0.3.1~6^2~21
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=97f0bf68319d5dd3366e886d8c511ef4821b44f5;p=mit-scheme.git

gdbm: version 0.4
---

diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS
index 52bf1fe95..85510ffa4 100644
--- a/src/gdbm/NEWS
+++ b/src/gdbm/NEWS
@@ -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
 ===============================================
 
diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac
index 34da57a29..9edc1b030 100644
--- a/src/gdbm/configure.ac
+++ b/src/gdbm/configure.ac
@@ -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])
diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm
index f942ccc55..3d16afed1 100644
--- a/src/gdbm/make.scm
+++ b/src/gdbm/make.scm
@@ -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