gdbm 1.0.6 mit-scheme-pucked-gdbm-1.0.6
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 08:37:40 +0000 (01:37 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:31 +0000 (21:50 -0700)
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/debian/changelog
src/gdbm/make.scm

index 49472008d1b2688a68ba994edb7d41cf1b91ecbd..656ad2b9f5bde98e6facfbc861d9a72973ec7635 100644 (file)
@@ -25,6 +25,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 1.0.6 - Matt Birkholz, 2019-12-13
+========================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-gdbm 1.0.5 - Matt Birkholz, 2019-07-27
 ========================================================
 
index 6a10e3fd33244da435d1e480294f54ae4e69639e..8bb0bed9ed3bc18c5cc9ccaa4e1a03441d7c7c2d 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],
-        [1.0.5],
+        [1.0.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gdbm])
 AC_CONFIG_SRCDIR([gdbm.pkg])
index 27bf0a1bcceca22cba5f2fb07f1b5b9448890022..c64b876f571953220e159a4cc501333c2c026fd0 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gdbm (1.0.6) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (1.0.5) birchwood; urgency=low
 
   * Minor build improvements.  Downcased more symbols.
index c3d9fa85d14352aa351d9866b0ad5d59d68a5c22..562fe4efc4b5939acda9c4e59879cb545d19e5d3 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM" '(1 0 5))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(1 0 6))
\ No newline at end of file