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
===============================================
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])
(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