gdbm: version 0.3.4 mit-scheme-pucked-gdbm-0.3.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 30 May 2018 15:48:39 +0000 (08:48 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 30 May 2018 15:48:39 +0000 (08:48 -0700)
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/debian/changelog
src/gdbm/make.scm

index e85e406d5c29142a5656a7d99e3a32f7fb3c081a..0fdf5a717a387b89b2f76db29a2bc03f18704a1a 100644 (file)
@@ -26,6 +26,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-pucked-gdbm 0.3.4 - Matt Birkholz, 2018-05-30
+========================================================
+
+Accommodate gdbm 1.14 (in Ubuntu 18.04) but disable its file locking.
+
 mit-scheme-pucked-gdbm 0.3.3 - Matt Birkholz, 2018-01-07
 ========================================================
 
index 072065ecf8bb8a29c79b886c6c58d578771603af..7875dcfef9f3cd29c22a12a6f92ec9721545ea8c 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 Pucked gdbm plugin],
-        [0.3.3],
+        [0.3.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gdbm])
 AC_CONFIG_SRCDIR([gdbm.pkg])
index 738bf1da218e3d0702a6295897e3baff4b56c967..32282751d672321f366fddd4578e7e71fc73ecff 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-gdbm (0.3.4) birchwood; urgency=low
+
+  * Accommodate gdbm 1.14 (in Ubuntu 18.04) but disable its file
+    locking.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 30 May 2018 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (0.3.3) birchwood; urgency=low
 
   * Typos in debian/doc-base and gdbm.texi.  Missing build-depends.
index b469eaa133ba5401271b3fbe9b44b83285490713..c6442167df79f731066f57e4d68845cf83bf07ba 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM" '(0 3 3))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(0 3 4))
\ No newline at end of file