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

index a901503c996f6c2ab41dace3364713715347ffc0..2780f946f10a3df39d6305481fde264652c771a6 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-mcrypt 1.0.3 - Matt Birkholz, 2019-02-18
+==========================================================
+
+New release upstream.  Minor build improvements.
+
 mit-scheme-pucked-mcrypt 1.0.2 - Matt Birkholz, 2018-11-27
 ==========================================================
 
index a2d9e1e0238fc283588bee909b33f9f0c3f650ed..99c364ba395c019e12a42bedcedad6f9d3772144 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 mcrypt plugin],
-        [1.0.2],
+        [1.0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-mcrypt])
 AC_CONFIG_SRCDIR([mcrypt.pkg])
index 3c4cbae5a974f6ff54a21aee3df4b7f4e4c04d08..a51dfa1d957681d36a3cc5158f7643157c323bf2 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-mcrypt (1.0.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-mcrypt (1.0.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index d7c0250c476be90fc75cea1206fc6858863481bb..ca146d936326ea0801ec7e9d612fb70b977cefc8 100644 (file)
@@ -6,7 +6,7 @@
   (lambda ()
     (load-package-set "mcrypt")))
 
-(add-subsystem-identification! "mcrypt" '(1 0 2))
+(add-subsystem-identification! "mcrypt" '(1 0 3))
 
 (if (name->package '(runtime crypto))
     ((access mcrypt-link! (->environment '(runtime crypto)))))
\ No newline at end of file