From 2fcb75d72fad60119e8138fe346f4f47c844ac37 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 30 May 2018 08:48:39 -0700 Subject: [PATCH] gdbm: version 0.3.4 --- src/gdbm/NEWS | 5 +++++ src/gdbm/configure.ac | 2 +- src/gdbm/debian/changelog | 7 +++++++ src/gdbm/make.scm | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/gdbm/NEWS b/src/gdbm/NEWS index e85e406d5..0fdf5a717 100644 --- a/src/gdbm/NEWS +++ b/src/gdbm/NEWS @@ -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 ======================================================== diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index 072065ecf..7875dcfef 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 Pucked gdbm plugin], - [0.3.3], + [0.3.4], [matt@birchwood-abbey.net], [mit-scheme-pucked-gdbm]) AC_CONFIG_SRCDIR([gdbm.pkg]) diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index 738bf1da2..32282751d 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -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 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. diff --git a/src/gdbm/make.scm b/src/gdbm/make.scm index b469eaa13..c6442167d 100644 --- a/src/gdbm/make.scm +++ b/src/gdbm/make.scm @@ -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 -- 2.25.1