blowfish: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 6 Nov 2017 21:46:04 +0000 (14:46 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 6 Nov 2017 21:46:04 +0000 (14:46 -0700)
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/make.scm

index 42168d8e6f06e625e5ff2ab9166260d19c0a246c..45122788c61e1178cd84bd154ebb16d591a59014 100644 (file)
@@ -26,6 +26,12 @@ 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 0.2.2 - Matt Birkholz, 2017-11-06
+============================================================
+
+Upstream now sports a texinfo manual, scraped from the OpenSSL manual
+pages.
+
 mit-scheme-pucked-blowfish 0.2.1 - Matt Birkholz, 2017-05-18
 ============================================================
 
index ef2e75ff787eb48f5d8fb5b0eaf55999f3ccf3a9..fc0a049ae02d1d21587f1f52325dc504c21b72b2 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],
-        [0.2.1],
+        [0.2.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 6c018a9961a05260582d1dbe07f6edab069358b6..8bbb2d2ace6e313af83e04a91dd4ea675cbd6437 100644 (file)
@@ -1,3 +1,8 @@
+mit-scheme-pucked-blowfish (0.2.2) birchwood; urgency=low
+
+  * Upstream now sports a texinfo manual, scraped from the OpenSSL
+    manual pages.
+
 mit-scheme-pucked-blowfish (0.2.1) birchwood; urgency=low
 
   * Upstream now uses byte vectors for binary data instead of strings.
index effb48ee42a4494493af29a3f31cc9f4e379d32b..6b1db5911b66210993f2e19e232efd16ea543fa0 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(0 2 1))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(0 2 2))
\ No newline at end of file