blowfish 1.1.4 mit-scheme-pucked-blowfish-1.1.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:12:38 +0000 (16:12 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Jul 2019 23:12:38 +0000 (16:12 -0700)
src/blowfish/NEWS
src/blowfish/blowfish.texi
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/make.scm

index 72e06072ea7777d2cc6a31ab3c04a77ed5efd940..52505a05a74ca25466f44d6eb277c80fb3100363 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-blowfish 1.1.4 - Matt Birkholz, 2019-07-03
+============================================================
+
+New release upstream.  Downcased many symbols.
+
 mit-scheme-pucked-blowfish 1.1.3 - Matt Birkholz, 2019-02-18
 ============================================================
 
index 48bc963904baac83cfb8949fcec589cded9da9fa..2be6742c7647e4e279e4c70df11a36ea912e3980 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename blowfish.info
 @include version.texi
-@set SCMVERS 10.1.10
+@set SCMVERS 10.1.11
 @settitle Blowfish Plugin Manual
 @comment %**end of header
 
index 0f6c3b3c6c86b46b0a4dd3a1cead63a7f1cc30be..87c829c61b34e58291595fa9a06f4844fe2609c4 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 blowfish plugin],
-        [1.1.3],
+        [1.1.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index ea467fdec3794f7358f33f88b7dd3789727d8945..2c1b25e080cf32e329dfd6756718b0ddf8f1ab4e 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.4) birchwood; urgency=low
+
+  * New release upstream.  Downcased many symbols.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Wed, 03 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-blowfish (1.1.3) birchwood; urgency=low
 
   * New release upstream.  Minor build improvements.
index 62fbb73874e93fd251b818228f985ba9cd7bd329..19a9a714bf184bdeea4af8efcb8b9afdcc17b223 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 3))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 4))
\ No newline at end of file