plugins: Increment versions. mit-scheme-pucked-cairo-0.7 mit-scheme-pucked-edwin-3.116.3 mit-scheme-pucked-gl-0.3 mit-scheme-pucked-glib-0.8 mit-scheme-pucked-gtk-0.7 mit-scheme-pucked-gtk-screen-0.3 mit-scheme-pucked-imail-1.21.3 mit-scheme-pucked-pango-0.7 mit-scheme-pucked-planetarium-0.3 mit-scheme-pucked-x11-0.3.1 mit-scheme-pucked-x11-screen-0.2.4
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 01:46:52 +0000 (18:46 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 01:46:52 +0000 (18:46 -0700)
59 files changed:
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/make.scm
src/cairo/NEWS
src/cairo/configure.ac
src/cairo/debian/changelog
src/cairo/make.scm
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/make.scm
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/make.scm
src/gdbm/debian/changelog
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/make.scm
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/make.scm
src/gtk-screen/NEWS
src/gtk-screen/configure.ac
src/gtk-screen/debian/changelog
src/gtk-screen/make.scm
src/gtk/NEWS
src/gtk/configure.ac
src/gtk/debian/changelog
src/gtk/make.scm
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/make.scm
src/mcrypt/NEWS
src/mcrypt/configure.ac
src/mcrypt/debian/changelog
src/mcrypt/make.scm
src/pango/NEWS
src/pango/configure.ac
src/pango/debian/changelog
src/pango/make.scm
src/pgsql/NEWS
src/pgsql/configure.ac
src/pgsql/debian/changelog
src/pgsql/make.scm
src/planetarium/NEWS
src/planetarium/configure.ac
src/planetarium/debian/changelog
src/planetarium/mit-make.scm
src/x11-screen/NEWS
src/x11-screen/configure.ac
src/x11-screen/debian/changelog
src/x11-screen/make.scm
src/x11/NEWS
src/x11/debian/changelog

index 48647368ab7fa58a10a94090a47637640e82d221..045523621a8f4b388fd3ac377493aa6657b0a7ad 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-blowfish 0.2.5 - Matt Birkholz, 2018-06-05
+============================================================
+
+New upstream.
+
 mit-scheme-pucked-blowfish 0.2.4 - Matt Birkholz, 2017-12-29
 ============================================================
 
index 0ddff4ca324e2829163f6b9dab385971789dcae1..2153123c54ca6ecfc4072420b51cc6013895b46a 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.4],
+        [0.2.5],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index d8e1198ad0ecb279a21e33944bae2008879a9593..b4f2604b084bfc0ec8ebc4513c4d78372940568d 100644 (file)
@@ -1,9 +1,15 @@
+mit-scheme-pucked-blowfish (0.2.5) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-blowfish (0.2.4) birchwood; urgency=low
 
   * check-doc.sh missing from source distribution.
 
  -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 29 Dec 2017 00:00:00 -0000
-       
+
 mit-scheme-pucked-blowfish (0.2.3) birchwood; urgency=low
 
   * Upstream includes new blowfish tests.
index fa5cd3e778a568656defb45dd0201c2f0c550e61..ad202beac418b35c48b994f561ddae7692b28d23 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(0 2 4))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(0 2 5))
\ No newline at end of file
index ccd5de1c951a61efc52c24b6a4f832ba94f940c0..b769fe758e226f1a6637dc7b001cb20df03bac49 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-cairo 0.7 - Matt Birkholz, 2018-06-05
+=======================================================
+
+New upstream.
+
 mit-scheme-pucked-cairo 0.6 - Matt Birkholz, 2018-03-16
 =======================================================
 
index b6634b2b40e544f2b3e066bf02d33f77e3d4e211..a3e02524fedba26e9fa205abf1d12a1460b948cd 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 cairo plugin],
-        [0.6],
+        [0.7],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-cairo])
 AC_CONFIG_SRCDIR([cairo.pkg])
index 45ad43e72423dfed444409f5fec9dbb780cc1261..e997ea5568c4b171a25bf6521db73927eb11c931 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-cairo (0.7) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-cairo (0.6) birchwood; urgency=low
 
   * Bindings should now be found in the (cairo) package; they are not
index 9380a7d1c0f132365878a74de1dfe14fa584af56..555557d23553e900cea2411ea538036a4b6f3b27 100644 (file)
@@ -6,4 +6,4 @@ Load the Cairo option. |#
 (with-loader-base-uri (system-library-uri "cairo/")
   (lambda ()
     (load-package-set "cairo")))
-(add-subsystem-identification! "Cairo" '(0 6))
\ No newline at end of file
+(add-subsystem-identification! "Cairo" '(0 7))
\ No newline at end of file
index 82e467ac58a668fe1b675efc0e44443758776957..2e93faa5d24fd62c730a15f0ed37f43c9fb7018d 100644 (file)
@@ -20,6 +20,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-devops 0.7 - Matt Birkholz, 2018-06-05
+========================================================
+
+New upstream.
+
 mit-scheme-pucked-devops 0.6 - Matt Birkholz, 2018-03-17
 ========================================================
 
index f30ad5a3d4ae6424785a860a9fed15903eb38a0e..8038202f44bf3d60632b1634859ef15189613611 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked Developer Operations plugin],
-        [0.6],
+        [0.7],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index 809bb9380870289d65b0e6ea50cc79833ad627c3..2608fe75d2bb5ad23890d5da2f9daf2c16089aea 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-devops (0.7) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-devops (0.6) birchwood; urgency=low
 
   * Replace git-tag-create-options variable with tag-options
index 780508858334cf335412a7835b03d97640c72103..784332752e9e56de3708ca74de81b242717b6f19 100644 (file)
@@ -6,4 +6,4 @@ Load the Developer Operations plugin. |#
 (with-loader-base-uri (system-library-uri "devops/")
   (lambda ()
     (load-package-set "devops")))
-(add-subsystem-identification! "DevOps" '(0 6))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 7))
\ No newline at end of file
index 0f52698a8ebb3ed84180e7ec8330870cf4f4f5ae..88c938a6d99abb6f45ec1c9e2b76ccdd14c596f1 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-edwin 3.116.3 - Matt Birkholz, 2018-06-05
+===========================================================
+
+New upstream.
+
 mit-scheme-pucked-edwin 3.116.2 - Matt Birkholz, 2018-03-16
 ===========================================================
 
index eea84e9fd964ddf4c0bc8720aebf95223d14246d..bfeebd3692dcfae08d5092593fef8a73ef825eb0 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
-        [3.116.2],
+        [3.116.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index e7498f28ab263ce906bdd14aa44bb1f88796ea8c..e91c8503e2ef50c4abae0681289bf717f62a3efe 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-edwin (3.116.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.116.2) birchwood; urgency=low
 
   * Fix start-inferior-repl! to not hack editor data structures in the
index 20ca63621b9ca2ac0eb9f5ab1fd6aa877d5594e8..2cbeff52e5eced36f7758e8d7a9b94e5849b9df3 100644 (file)
@@ -34,4 +34,4 @@ USA.
     (load-package-set "edwin"
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 116 2))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 116 3))
\ No newline at end of file
index 32282751d672321f366fddd4578e7e71fc73ecff..9c26b93d512435dbcc1ce371d71b032b69b66690 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gdbm (0.4.1) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (0.3.4) birchwood; urgency=low
 
   * Accommodate gdbm 1.14 (in Ubuntu 18.04) but disable its file
index 990587425a633b9db9129ac4a73c83059b62761a..3d6a7b37698612936bf67b7b8df5d08a2d83d19b 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-gl 0.3 - Matt Birkholz, 2018-06-05
+====================================================
+
+New upstream.
+
 mit-scheme-pucked-gl 0.2 - Matt Birkholz, 2018-03-20
 ====================================================
 
index ec6756f76603eb3ce71e84a0ed53c3a6cbe215ab..3ac3c6733f7f62940d254ab7946e7f136cd7d028 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 gl plugin],
-        [0.2],
+        [0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index e58f9c738977be15e95dbd0986fb2e098572f345..a0f7dc891f5787d80f66a28b3291e86ee94b1698 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-gl (0.2) birchwood; urgency=low
 
   * Use with-glib-lock as required by the new version of the gtk plugin.
index 2ff6af90e0dd281ef69e2b6b3be81ee708658943..9911aadc7b4d21ee5d3dc827ef98df4b1c84a6a2 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 2))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 3))
\ No newline at end of file
index 36e62af5191ba4528d8d552e200d8ccaa285b7bd..af395ca4c4475511b8c92723da169fad64a439ed 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-glib 0.8 - Matt Birkholz, 2018-06-05
+======================================================
+
+New upstream.
+
 mit-scheme-pucked-glib 0.7 - Matt Birkholz, 2018-03-16
 ======================================================
 
index f89f8051473b48f354d59a0c6a891c61948e0d4c..68a5d4cb19842eebd03a3526de6cd5e5de45f1ab 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 glib plugin],
-        [0.7],
+        [0.8],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-glib])
 AC_CONFIG_SRCDIR([glib.pkg])
index 61749a2f88d99ca6240787e28d4a9e2055a35523..d600904ea35439347f75d42a3efa8a1b1e01668f 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-glib (0.8) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-glib (0.7) birchwood; urgency=low
 
   * Require the use of with-glib-lock, except with the globally
index 076c5732937199a59b1c5bf5e4126948df2991e6..8c54bbc8cf16fac7cebb67e275a691334130a9a3 100644 (file)
@@ -6,5 +6,5 @@ Load the Glib option. |#
 (with-loader-base-uri (system-library-uri "glib/")
   (lambda ()
     (load-package-set "glib")))
-(add-subsystem-identification! "GLib" '(0 7))
+(add-subsystem-identification! "GLib" '(0 8))
 ((access glib-start (->environment '(glib main))))
\ No newline at end of file
index b234f77ad867170b188e21280b1f8049dc49e435..6434b721a40df0beba31c72c787223f9b9f70b82 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-gtk-screen 0.3 - Matt Birkholz, 2018-06-05
+============================================================
+
+New upstream.
+
 mit-scheme-pucked-gtk-screen 0.2 - Matt Birkholz, 2018-03-17
 ============================================================
 
index ba03febc6c5e050210ddce9c1ee3729f34c838eb..0530bcf52e83ee92f33cfd07d957f3414d837b81 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked gtk-screen plugin],
-        [0.2],
+        [0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk-screen])
 AC_CONFIG_SRCDIR([gtk-screen.pkg])
index cae920b74cf4d3ed362f26fe1cad875b2bad67a0..88492ee7b3c034d6e9c49f05b535e8673924f412 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk-screen (0.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-gtk-screen (0.2) birchwood; urgency=low
 
   * Use with-glib-lock to avoid asynchronous delivery of expose
index 3e4a9058aa1c64d15db8c270f77425e6b86e87a0..cb183fa904e8963988340c6c2dabd91dc3604a78 100644 (file)
@@ -7,4 +7,4 @@ Load the Gtk-Screen option. |#
 (with-loader-base-uri (system-library-uri "gtk-screen/")
   (lambda ()
     (load-package-set "gtk-screen")))
-(add-subsystem-identification! "Gtk-Screen" '(0 2))
\ No newline at end of file
+(add-subsystem-identification! "Gtk-Screen" '(0 3))
\ No newline at end of file
index 110fe42cab1fa92d84beddab77671d385994f395..ac6157bdc99cbd9f79a91d9a35ac976da8434a70 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-gtk 0.7 - Matt Birkholz, 2018-06-05
+======================================================
+
+New upstream.
+
 mit-scheme-pucked-gtk 0.6 - Matt Birkholz, 2018-03-16
 =====================================================
 
index 238b08444c5312d868bca961a0c75f5b9e4b6302..1bfc61eea554d510ef428a2405d2b309aca9a387 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 gtk plugin],
-        [0.6],
+        [0.7],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk])
 AC_CONFIG_SRCDIR([gtk.pkg])
index 02fdc6df75e10130fcf4910747578c196a841701..c3570979162f83adebfadf94f2bb0d2d7164e6f7 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk (0.7) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-gtk (0.6) birchwood; urgency=low
 
   * Require the use of with-glib-lock.
index 254825b39d2cba1fb496cadf4db27372a63072da..3099e18624bf56d13f6d14b84534ebc68705d470 100644 (file)
@@ -7,5 +7,5 @@ Load the Gtk option. |#
 (with-loader-base-uri (system-library-uri "gtk/")
   (lambda ()
     (load-package-set "gtk")))
-(add-subsystem-identification! "Gtk" '(0 6))
+(add-subsystem-identification! "Gtk" '(0 7))
 ((access gtk-start (->environment '(gtk main))))
\ No newline at end of file
index 97bab85baae1a1fde1a7fde0bdb2d2df874dbda9..faa69c9b106be2e6c717fdadf0da093680c7b904 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-imail 1.21.3 - Matt Birkholz, 2018-06-05
+==========================================================
+
+New upstream.
+
 mit-scheme-pucked-imail 1.21.2 - Matt Birkholz, 2017-12-28
 ==========================================================
 
index 6cc3542c95363ab61dcbd8e2034fa55a0a669928..bb659c6a06a67a98c9e7105f91c942ad3156d2fb 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked imail plugin],
-        [1.21.2],
+        [1.21.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 51dd88d0453f2002d2a9e6d726d35e304051623b..1f032b202e7bbeebacae74b58914253b56a02062 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.21.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.21.2) birchwood; urgency=low
 
   * New upstream, one commit: "Avoid stack overflow with long
index 7d789193f7a4cc48e40445e1b598d678011c8d15..06b3225612725de71447e33813b839e77e54a7cd 100644 (file)
@@ -33,4 +33,4 @@ along with IMail; if not, write to the Free Software Foundation, Inc.,
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (load-package-set "imail"))))
-(add-subsystem-identification! "IMAIL" '(1 21 2))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 21 3))
\ No newline at end of file
index 38e03df2c3543ae720e55b5029d639f51b2a6645..fa0cdb023c7bf20c954a41fadbdc724ca26dbe6d 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 0.2.2 - Matt Birkholz, 2018-06-05
+==========================================================
+
+New upstream.
+
 mit-scheme-pucked-mcrypt 0.2.1 - Matt Birkholz, 2017-05-18
 ==========================================================
 
index 0206fa81c4b8f44de1d54dd619fde1af0391c8ca..31974996cb8937b03dd8f5c4927b7b9cf8f391cd 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],
-        [0.2.1],
+        [0.2.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-mcrypt])
 AC_CONFIG_SRCDIR([mcrypt.pkg])
index e527e0a5c8a83ca2230bcf8b2738f1d64044c308..80c97bdb3dd85d72b3d9af31d856bef36827efc8 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-mcrypt (0.2.2) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-mcrypt (0.2.1) birchwood; urgency=low
 
   * Upstream now uses byte vectors for binary data instead of strings.
index ab38da9ce941956ff74112fff160196ab9513e4d..4f68457c99508baa70069e3b4bfbecbaca88372d 100644 (file)
@@ -6,7 +6,7 @@
   (lambda ()
     (load-package-set "mcrypt")))
 
-(add-subsystem-identification! "mcrypt" '(0 2 1))
+(add-subsystem-identification! "mcrypt" '(0 2 2))
 
 ;; "Export" these to the (runtime crypto) package bindings.
 (let ((crypto (->environment '(runtime crypto)))
index 81949e3bc4b26ee9d0f38c60c809650d96aa0c3b..bd0e6187ed3e6d961cd088cd225db4874f882556 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-pango 0.7 - Matt Birkholz, 2018-06-05
+=======================================================
+
+New upstream.
+
 mit-scheme-pucked-pango 0.6 - Matt Birkholz, 2018-03-16
 =======================================================
 
index 2376d30b840ef01706059c4cdef08d56ce917728..f95e756fd681f48a8d40f847641a8e8c2093f447 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 pango plugin],
-        [0.6],
+        [0.7],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pango])
 AC_CONFIG_SRCDIR([pango.pkg])
index 0bab4df022389260a05bd838dc1e817752667264..fc8ccbb31aa4a482346bd9fb22ffa15028ae9e8b 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pango (0.7) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-pango (0.6) birchwood; urgency=low
 
   * Require the use of with-glib-lock.  Bindings should now be found
index f6224fb47815338a4625a732c246f933552e3c0d..094a069675c044b577fefc10ef6526374f3a9805 100644 (file)
@@ -6,4 +6,4 @@ Load the Pango option. |#
 (with-loader-base-uri (system-library-uri "pango/")
   (lambda ()
     (load-package-set "pango")))
-(add-subsystem-identification! "Pango" '(0 6))
\ No newline at end of file
+(add-subsystem-identification! "Pango" '(0 7))
\ No newline at end of file
index 5ab7d4c944e8dd578642a559666bafb0c64151b4..e2dd5eceb89f4040ed34d6024d8c1dccfa673601 100644 (file)
@@ -22,6 +22,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-pgsql 0.1.3 - Matt Birkholz, 2018-06-05
+=========================================================
+
+New upstream.
+
 mit-scheme-pucked-pgsql 0.1.2 - Matt Birkholz, 2017-11-06
 =========================================================
 
index 88799e44c1da269b67380dcb9d14244183800072..ac945aa520666d5a77aa8ed1bd3d9e1d2dde9453 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 pgsql plugin],
-        [0.1.2],
+        [0.1.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pgsql])
 AC_CONFIG_SRCDIR([pgsql.pkg])
index 082e8983efff4d37a97310fdd22a62a805a31980..7cac8988f0a95926639860b1e893df22356f9edf 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pgsql (0.1.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue,  5 Jun 2018 18:00:00 -0700
+
 mit-scheme-pucked-pgsql (0.1.2) birchwood; urgency=low
 
   * Correct version number.
index 060af2d3dedc490c16320af824acaa0e89bc45de..0e12f583bdd4be6c47facc0965e735078c3d1ba4 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "pgsql")))
 
-(add-subsystem-identification! "PGSQL" '(0 1 2))
\ No newline at end of file
+(add-subsystem-identification! "PGSQL" '(0 1 3))
\ No newline at end of file
index 8002b4a1d53d73ff990a5308108de59a277a1922..67f7330d03fccddb9a089d0c83d12686d2a33e75 100644 (file)
@@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License
 along with this plugin; if not, write to the Free Software Foundation,
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+mit-scheme-pucked-planetarium 0.3 - Matt Birkholz, 2018-06-05
+=============================================================
+
+New upstream.
+
 mit-scheme-pucked-planetarium 0.2 - Matt Birkholz, 2017-11-06
 =============================================================
 
index e60779c1d7319c825358c7b634f5727e8e1f28bc..a26514b7c6fafd87d233944cebfb04e82047f3cf 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked planetarium plugin],
-        [0.2],
+        [0.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-planetarium])
 AC_CONFIG_SRCDIR([mit.pkg])
index 0e12dd4681f33d2be952863a06ff8aa5c0a80359..1228c5f78c9ca8089071fe26649b202029d7ed91 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-planetarium (0.3) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-planetarium (0.2) birchwood; urgency=low
 
   * Add subsystem identification.
index 6998ed6cce68d2c6dea7c7098b8bac79cc3e7a58..188e32b149db71da73ab0a97d2a07092dab783c3 100644 (file)
@@ -35,4 +35,4 @@ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
       (if (not (warn-errors? (lambda () (load-option 'GL))))
          (load-package-set "mit-3d")))))
 
-(add-subsystem-identification! "Planetarium" '(0 2))
\ No newline at end of file
+(add-subsystem-identification! "Planetarium" '(0 3))
\ No newline at end of file
index e76ba0761c955d7c5f1ff3914a3b37461ceb9162..e6ed55aa1b543d9903163d774d1dfb3188502345 100644 (file)
@@ -28,6 +28,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-x11-screen 0.2.4 - Matt Birkholz, 2018-06-05
+==============================================================
+
+New upstream.
+
 mit-scheme-pucked-x11-screen 0.2.3 - Matt Birkholz, 2017-11-05
 ==============================================================
 
index ee692845782469625ce2a2473cc8efb61682f1ea..5a59892ef69b4d2361654c6f3cbfce2511219b69 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked Edwin X11 Screen plugin],
-        [0.2.3],
+        [0.2.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11-screen])
 AC_CONFIG_SRCDIR([x11-screen.pkg])
index b73dd9c86ca2cc15bead19edf18156c2d71f978e..42821a3fc141d750b678482ef127ede7001c2c05 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11-screen (0.2.4) birchwood; urgency=low
+
+  * New upstream.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-x11-screen (0.2.3) birchwood; urgency=low
 
   * Correct subsystem version number.
index cad7d06f775407cf00da8fbd646e44005822ede7..00815e325bf62597839c442b2a1baf50c7d37d41 100644 (file)
@@ -7,4 +7,4 @@ Load the X11-Screen option. |#
 (with-loader-base-uri (system-library-uri "x11-screen/")
   (lambda ()
     (load-package-set "x11-screen")))
-(add-subsystem-identification! "X11-Screen" '(0 2 3))
\ No newline at end of file
+(add-subsystem-identification! "X11-Screen" '(0 2 4))
\ No newline at end of file
index fddbd9fa93bca05b17761deb5dd3e82d24393893..2fa72803b2e976bdd424104d610afe331f5d87b3 100644 (file)
@@ -26,8 +26,8 @@ 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-x11 0.3.1 - Matt Birkholz, 2018-06-04
-================================================
+mit-scheme-pucked-x11 0.3.1 - Matt Birkholz, 2018-06-04
+=======================================================
 
 New upstream allows CurrentTime as a Time argument.
 
index 7ac7ec2c03a65dd8625f4d44ac97b6c52560abdf..86e6abf6f1be0456b1184c5e1f17b7aeca7610e4 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11 (0.3.1) birchwood; urgency=low
+
+  * New upstream allows CurrentTime as a Time argument.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 5 Jun 2018 00:00:00 -0000
+
 mit-scheme-pucked-x11 (0.2.2) birchwood; urgency=low
 
   * Allow CurrentTime (0) as an argument to procedures expecting a Time.