From: Matt Birkholz Date: Wed, 3 Jul 2019 23:12:38 +0000 (-0700) Subject: blowfish 1.1.4 X-Git-Tag: mit-scheme-pucked-blowfish-1.1.4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7f56b3ad017f7c8877eca67fdfeb3715eb95bf1e;p=mit-scheme.git blowfish 1.1.4 --- diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 72e06072e..52505a05a 100644 --- a/src/blowfish/NEWS +++ b/src/blowfish/NEWS @@ -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 ============================================================ diff --git a/src/blowfish/blowfish.texi b/src/blowfish/blowfish.texi index 48bc96390..2be6742c7 100644 --- a/src/blowfish/blowfish.texi +++ b/src/blowfish/blowfish.texi @@ -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 diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index 0f6c3b3c6..87c829c61 100644 --- a/src/blowfish/configure.ac +++ b/src/blowfish/configure.ac @@ -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]) diff --git a/src/blowfish/debian/changelog b/src/blowfish/debian/changelog index ea467fdec..2c1b25e08 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-blowfish (1.1.4) birchwood; urgency=low + + * New release upstream. Downcased many symbols. + + -- Matt Birkholz Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-blowfish (1.1.3) birchwood; urgency=low * New release upstream. Minor build improvements. diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index 62fbb7387..19a9a714b 100644 --- a/src/blowfish/make.scm +++ b/src/blowfish/make.scm @@ -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