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