gdbm 1.0.3 mit-scheme-pucked-gdbm-1.0.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:18:06 +0000 (08:18 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 19 Feb 2019 15:18:06 +0000 (08:18 -0700)
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/debian/changelog
src/gdbm/gdbm.texi
src/gdbm/make.scm

index 5bb28d7a2d5ecc59c305d8301fc24d032cf8563f..ba3e668e505c0554d3bcecabd806bc59bfd18cc8 100644 (file)
@@ -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 1.0.3 - Matt Birkholz, 2019-02-18
+========================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-gdbm 1.0.2 - Matt Birkholz, 2018-11-27
 ========================================================
 
index 42c2bac92336e900a419ac8faa102dc201929e43..1ac8ac4c4f86b0f95bda7b2007af6dd5f8601544 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.2],
+        [1.0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gdbm])
 AC_CONFIG_SRCDIR([gdbm.pkg])
index 8e7489185a4d33433a6145100c86117b27cd3f50..eb27827a67b5ee3ba41830a35652b17f849a0f42 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gdbm (1.0.3) birchwood; urgency=low
+
+  * New release upstream.  Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 18 Feb 2019 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (1.0.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index 20d8bad5b1bc99a5740ef04897bc2958eb2e666b..b290e66e16802d3f4c92e960361f67a33f12fbb0 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename gdbm.info
 @include version.texi
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.10
 @settitle GDBM Plugin Manual
 @comment %**end of header
 
index 1b1571f2e44951a258b6829ec59ff1babd6598ab..98eeecf2cb3054990b9109517ead5740b225a95b 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM" '(1 0 2))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(1 0 3))
\ No newline at end of file