From 7eee85de032c5139d5a61cf9d42eccb5c763b491 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 19 Feb 2019 08:16:16 -0700 Subject: [PATCH] blowfish 1.1.3 --- src/blowfish/NEWS | 5 +++++ src/blowfish/blowfish.texi | 2 +- src/blowfish/configure.ac | 2 +- src/blowfish/debian/changelog | 6 ++++++ src/blowfish/make.scm | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 26d153015..72e06072e 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.3 - Matt Birkholz, 2019-02-18 +============================================================ + +New release upstream. Minor build improvements. + mit-scheme-pucked-blowfish 1.1.2 - Matt Birkholz, 2018-11-27 ============================================================ diff --git a/src/blowfish/blowfish.texi b/src/blowfish/blowfish.texi index 080a84d33..48bc96390 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.2 +@set SCMVERS 10.1.10 @settitle Blowfish Plugin Manual @comment %**end of header diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index f2767ce13..0f6c3b3c6 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.2], + [1.1.3], [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 54f23d24f..ea467fdec 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-blowfish (1.1.3) birchwood; urgency=low + + * New release upstream. Minor build improvements. + + -- Matt Birkholz 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. diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index 154b40da0..d0f9995be 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 2)) \ No newline at end of file +(add-subsystem-identification! "Blowfish" '(1 1 3)) \ No newline at end of file -- 2.25.1