From 97f0bf68319d5dd3366e886d8c511ef4821b44f5 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 1 Jun 2018 12:51:31 -0700 Subject: [PATCH] gdbm: version 0.4 --- src/gdbm/NEWS | 5 +++++ src/gdbm/configure.ac | 2 +- src/gdbm/make.scm | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.25.1