mcrypt 1.0.6 mit-scheme-pucked-mcrypt-1.0.6
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 08:40:26 +0000 (01:40 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 14 Dec 2019 04:50:31 +0000 (21:50 -0700)
src/mcrypt/NEWS
src/mcrypt/configure.ac
src/mcrypt/debian/changelog
src/mcrypt/make.scm

index 2a5c130dc6ab9615760f5c95c5520b7a7d6e224d..cdf27229ebb6b6020a71ab7c572b0bd3121f7a1b 100644 (file)
@@ -25,6 +25,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.6 - Matt Birkholz, 2019-12-13
+==========================================================
+
+New core.  More build improvements.
+
 mit-scheme-pucked-mcrypt 1.0.5 - Matt Birkholz, 2019-07-27
 ==========================================================
 
index a759a14a99f3e4435ac814e1f702227976ed9d42..ca7d06e732e704f020cd572bb8c73138f12e9f37 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.5],
+        [1.0.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-mcrypt])
 AC_CONFIG_SRCDIR([mcrypt.pkg])
index e2831b51f8135a0bf1ba665727a4f2ac6f11c1c9..a4649a2bd0f7c1af61686cdb8f37cc6a1fe15634 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-mcrypt (1.0.6) birchwood; urgency=low
+
+  * New core.  More build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 13 Dec 2019 00:00:00 -0000
+
 mit-scheme-pucked-mcrypt (1.0.5) birchwood; urgency=low
 
   * Minor build improvements.
index 898ac1d277f999894d14d4e427cbac1a864755ae..47249d089bae452537aecbabd86addfd660cc050 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "mcrypt")))
 
-(add-subsystem-identification! "Mcrypt" '(1 0 5))
\ No newline at end of file
+(add-subsystem-identification! "Mcrypt" '(1 0 6))
\ No newline at end of file