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

index 26d153015c9f71de94ef958a26e8ddb580df976e..72e06072ea7777d2cc6a31ab3c04a77ed5efd940 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.3 - Matt Birkholz, 2019-02-18
+============================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-blowfish 1.1.2 - Matt Birkholz, 2018-11-27
 ============================================================
 
index 080a84d3310bf9f79de8bb5c3b9abca7436a4587..48bc963904baac83cfb8949fcec589cded9da9fa 100644 (file)
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename blowfish.info
 @include version.texi
-@set SCMVERS 10.1.2
+@set SCMVERS 10.1.10
 @settitle Blowfish Plugin Manual
 @comment %**end of header
 
index f2767ce136455ec84fa98e78fbdc5dc44747943a..0f6c3b3c6c86b46b0a4dd3a1cead63a7f1cc30be 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.2],
+        [1.1.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 54f23d24f27d243021d1d0f81387ab81004cf039..ea467fdec3794f7358f33f88b7dd3789727d8945 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.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-blowfish (1.1.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index 154b40da03e3ce756b2b5183b0dd7d2a35473df1..d0f9995be928fb77ae223be5ce0962d902ded9c0 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 2))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 3))
\ No newline at end of file