blowfish 1.1.5 mit-scheme-pucked-blowfish-1.1.5
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 08:49:58 +0000 (03:49 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 08:49:58 +0000 (03:49 -0500)
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/make.scm

index 52505a05a74ca25466f44d6eb277c80fb3100363..8e51e1e3c73d1220b8e2eff20f99bea106c8e001 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.5 - Matt Birkholz, 2019-07-27
+============================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-blowfish 1.1.4 - Matt Birkholz, 2019-07-03
 ============================================================
 
index 87c829c61b34e58291595fa9a06f4844fe2609c4..0eb3249e3676605ca6c99436c6a7ab44f79ee714 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.4],
+        [1.1.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 2c1b25e080cf32e329dfd6756718b0ddf8f1ab4e..067262e35610bdea3c8e45c3779310726f657407 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.5) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-blowfish (1.1.4) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.
index 19a9a714bf184bdeea4af8efcb8b9afdcc17b223..3cb63439831e918254255f8e153814afca254e60 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 4))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 5))
\ No newline at end of file