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

index b9c4d34d5732eaa1bc12ec3db9d624eef26d635b..2464810448ff779f6fddefe4f335ba1bbf643515 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-blowfish 1.1.6 - Matt Birkholz, 2019-12-13
+============================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-blowfish 1.1.5 - Matt Birkholz, 2019-07-27
 ============================================================
 
index c0af020ef759984a6daaa1d5dd1aa1d68160a435..03b389445324d54f671abf60086fbde0fa2c46f0 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.5],
+        [1.1.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 067262e35610bdea3c8e45c3779310726f657407..9f972c0094975370326fbe1de4ee364a8ff6d4f8 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.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-blowfish (1.1.5) birchwood; urgency=low
 
   * Minor build improvements.
index 40f8f5b77b43b94d6c9ab64eda9984bcc5030ba9..9a810e20abd562b94a9a4ae5b5be47dd64133c1e 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 5))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 6))
\ No newline at end of file