From: Matt Birkholz Date: Wed, 6 Jun 2018 01:46:52 +0000 (-0700) Subject: plugins: Increment versions. X-Git-Tag: mit-scheme-pucked-cairo-0.7 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a411759ba368c095e84178ff450fcf2ead01eb77;p=mit-scheme.git plugins: Increment versions. --- diff --git a/src/blowfish/NEWS b/src/blowfish/NEWS index 48647368a..045523621 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 0.2.5 - Matt Birkholz, 2018-06-05 +============================================================ + +New upstream. + mit-scheme-pucked-blowfish 0.2.4 - Matt Birkholz, 2017-12-29 ============================================================ diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index 0ddff4ca3..2153123c5 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], - [0.2.4], + [0.2.5], [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 d8e1198ad..b4f2604b0 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -1,9 +1,15 @@ +mit-scheme-pucked-blowfish (0.2.5) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 Fri, 29 Dec 2017 00:00:00 -0000 - + mit-scheme-pucked-blowfish (0.2.3) birchwood; urgency=low * Upstream includes new blowfish tests. diff --git a/src/blowfish/make.scm b/src/blowfish/make.scm index fa5cd3e77..ad202beac 100644 --- a/src/blowfish/make.scm +++ b/src/blowfish/make.scm @@ -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 diff --git a/src/cairo/NEWS b/src/cairo/NEWS index ccd5de1c9..b769fe758 100644 --- a/src/cairo/NEWS +++ b/src/cairo/NEWS @@ -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 ======================================================= diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index b6634b2b4..a3e02524f 100644 --- a/src/cairo/configure.ac +++ b/src/cairo/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 cairo plugin], - [0.6], + [0.7], [matt@birchwood-abbey.net], [mit-scheme-pucked-cairo]) AC_CONFIG_SRCDIR([cairo.pkg]) diff --git a/src/cairo/debian/changelog b/src/cairo/debian/changelog index 45ad43e72..e997ea556 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-cairo (0.7) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/cairo/make.scm b/src/cairo/make.scm index 9380a7d1c..555557d23 100644 --- a/src/cairo/make.scm +++ b/src/cairo/make.scm @@ -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 diff --git a/src/devops/NEWS b/src/devops/NEWS index 82e467ac5..2e93faa5d 100644 --- a/src/devops/NEWS +++ b/src/devops/NEWS @@ -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 ======================================================== diff --git a/src/devops/configure.ac b/src/devops/configure.ac index f30ad5a3d..8038202f4 100644 --- a/src/devops/configure.ac +++ b/src/devops/configure.ac @@ -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]) diff --git a/src/devops/debian/changelog b/src/devops/debian/changelog index 809bb9380..2608fe75d 100644 --- a/src/devops/debian/changelog +++ b/src/devops/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-devops (0.7) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/devops/make.scm b/src/devops/make.scm index 780508858..784332752 100644 --- a/src/devops/make.scm +++ b/src/devops/make.scm @@ -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 diff --git a/src/edwin/NEWS b/src/edwin/NEWS index 0f52698a8..88c938a6d 100644 --- a/src/edwin/NEWS +++ b/src/edwin/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-edwin 3.116.3 - Matt Birkholz, 2018-06-05 +=========================================================== + +New upstream. + mit-scheme-pucked-edwin 3.116.2 - Matt Birkholz, 2018-03-16 =========================================================== diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index eea84e9fd..bfeebd369 100644 --- a/src/edwin/configure.ac +++ b/src/edwin/configure.ac @@ -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]) diff --git a/src/edwin/debian/changelog b/src/edwin/debian/changelog index e7498f28a..e91c8503e 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-edwin (3.116.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/edwin/make.scm b/src/edwin/make.scm index 20ca63621..2cbeff52e 100644 --- a/src/edwin/make.scm +++ b/src/edwin/make.scm @@ -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 diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index 32282751d..9c26b93d5 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gdbm (0.4.1) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/gl/NEWS b/src/gl/NEWS index 990587425..3d6a7b376 100644 --- a/src/gl/NEWS +++ b/src/gl/NEWS @@ -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 ==================================================== diff --git a/src/gl/configure.ac b/src/gl/configure.ac index ec6756f76..3ac3c6733 100644 --- a/src/gl/configure.ac +++ b/src/gl/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 gl plugin], - [0.2], + [0.3], [matt@birchwood-abbey.net], [mit-scheme-pucked-gl]) AC_CONFIG_SRCDIR([gl.pkg]) diff --git a/src/gl/debian/changelog b/src/gl/debian/changelog index e58f9c738..a0f7dc891 100644 --- a/src/gl/debian/changelog +++ b/src/gl/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gl (0.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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. diff --git a/src/gl/make.scm b/src/gl/make.scm index 2ff6af90e..9911aadc7 100644 --- a/src/gl/make.scm +++ b/src/gl/make.scm @@ -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 diff --git a/src/glib/NEWS b/src/glib/NEWS index 36e62af51..af395ca4c 100644 --- a/src/glib/NEWS +++ b/src/glib/NEWS @@ -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 ====================================================== diff --git a/src/glib/configure.ac b/src/glib/configure.ac index f89f80514..68a5d4cb1 100644 --- a/src/glib/configure.ac +++ b/src/glib/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 glib plugin], - [0.7], + [0.8], [matt@birchwood-abbey.net], [mit-scheme-pucked-glib]) AC_CONFIG_SRCDIR([glib.pkg]) diff --git a/src/glib/debian/changelog b/src/glib/debian/changelog index 61749a2f8..d600904ea 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-glib (0.8) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/glib/make.scm b/src/glib/make.scm index 076c57329..8c54bbc8c 100644 --- a/src/glib/make.scm +++ b/src/glib/make.scm @@ -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 diff --git a/src/gtk-screen/NEWS b/src/gtk-screen/NEWS index b234f77ad..6434b721a 100644 --- a/src/gtk-screen/NEWS +++ b/src/gtk-screen/NEWS @@ -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 ============================================================ diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index ba03febc6..0530bcf52 100644 --- a/src/gtk-screen/configure.ac +++ b/src/gtk-screen/configure.ac @@ -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]) diff --git a/src/gtk-screen/debian/changelog b/src/gtk-screen/debian/changelog index cae920b74..88492ee7b 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk-screen (0.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/gtk-screen/make.scm b/src/gtk-screen/make.scm index 3e4a9058a..cb183fa90 100644 --- a/src/gtk-screen/make.scm +++ b/src/gtk-screen/make.scm @@ -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 diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 110fe42ca..ac6157bdc 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -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 ===================================================== diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 238b08444..1bfc61eea 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/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 gtk plugin], - [0.6], + [0.7], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index 02fdc6df7..c35709791 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.7) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Tue, 5 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-gtk (0.6) birchwood; urgency=low * Require the use of with-glib-lock. diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 254825b39..3099e1862 100644 --- a/src/gtk/make.scm +++ b/src/gtk/make.scm @@ -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 diff --git a/src/imail/NEWS b/src/imail/NEWS index 97bab85ba..faa69c9b1 100644 --- a/src/imail/NEWS +++ b/src/imail/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-imail 1.21.3 - Matt Birkholz, 2018-06-05 +========================================================== + +New upstream. + mit-scheme-pucked-imail 1.21.2 - Matt Birkholz, 2017-12-28 ========================================================== diff --git a/src/imail/configure.ac b/src/imail/configure.ac index 6cc3542c9..bb659c6a0 100644 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@ -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]) diff --git a/src/imail/debian/changelog b/src/imail/debian/changelog index 51dd88d04..1f032b202 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-imail (1.21.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/imail/make.scm b/src/imail/make.scm index 7d789193f..06b322561 100644 --- a/src/imail/make.scm +++ b/src/imail/make.scm @@ -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 diff --git a/src/mcrypt/NEWS b/src/mcrypt/NEWS index 38e03df2c..fa0cdb023 100644 --- a/src/mcrypt/NEWS +++ b/src/mcrypt/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-mcrypt 0.2.2 - Matt Birkholz, 2018-06-05 +========================================================== + +New upstream. + mit-scheme-pucked-mcrypt 0.2.1 - Matt Birkholz, 2017-05-18 ========================================================== diff --git a/src/mcrypt/configure.ac b/src/mcrypt/configure.ac index 0206fa81c..31974996c 100644 --- a/src/mcrypt/configure.ac +++ b/src/mcrypt/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 mcrypt plugin], - [0.2.1], + [0.2.2], [matt@birchwood-abbey.net], [mit-scheme-pucked-mcrypt]) AC_CONFIG_SRCDIR([mcrypt.pkg]) diff --git a/src/mcrypt/debian/changelog b/src/mcrypt/debian/changelog index e527e0a5c..80c97bdb3 100644 --- a/src/mcrypt/debian/changelog +++ b/src/mcrypt/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-mcrypt (0.2.2) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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. diff --git a/src/mcrypt/make.scm b/src/mcrypt/make.scm index ab38da9ce..4f68457c9 100644 --- a/src/mcrypt/make.scm +++ b/src/mcrypt/make.scm @@ -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))) diff --git a/src/pango/NEWS b/src/pango/NEWS index 81949e3bc..bd0e6187e 100644 --- a/src/pango/NEWS +++ b/src/pango/NEWS @@ -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 ======================================================= diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 2376d30b8..f95e756fd 100644 --- a/src/pango/configure.ac +++ b/src/pango/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 pango plugin], - [0.6], + [0.7], [matt@birchwood-abbey.net], [mit-scheme-pucked-pango]) AC_CONFIG_SRCDIR([pango.pkg]) diff --git a/src/pango/debian/changelog b/src/pango/debian/changelog index 0bab4df02..fc8ccbb31 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.7) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz 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 diff --git a/src/pango/make.scm b/src/pango/make.scm index f6224fb47..094a06967 100644 --- a/src/pango/make.scm +++ b/src/pango/make.scm @@ -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 diff --git a/src/pgsql/NEWS b/src/pgsql/NEWS index 5ab7d4c94..e2dd5eceb 100644 --- a/src/pgsql/NEWS +++ b/src/pgsql/NEWS @@ -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 ========================================================= diff --git a/src/pgsql/configure.ac b/src/pgsql/configure.ac index 88799e44c..ac945aa52 100644 --- a/src/pgsql/configure.ac +++ b/src/pgsql/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 pgsql plugin], - [0.1.2], + [0.1.3], [matt@birchwood-abbey.net], [mit-scheme-pucked-pgsql]) AC_CONFIG_SRCDIR([pgsql.pkg]) diff --git a/src/pgsql/debian/changelog b/src/pgsql/debian/changelog index 082e8983e..7cac8988f 100644 --- a/src/pgsql/debian/changelog +++ b/src/pgsql/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pgsql (0.1.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Tue, 5 Jun 2018 18:00:00 -0700 + mit-scheme-pucked-pgsql (0.1.2) birchwood; urgency=low * Correct version number. diff --git a/src/pgsql/make.scm b/src/pgsql/make.scm index 060af2d3d..0e12f583b 100644 --- a/src/pgsql/make.scm +++ b/src/pgsql/make.scm @@ -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 diff --git a/src/planetarium/NEWS b/src/planetarium/NEWS index 8002b4a1d..67f7330d0 100644 --- a/src/planetarium/NEWS +++ b/src/planetarium/NEWS @@ -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 ============================================================= diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac index e60779c1d..a26514b7c 100644 --- a/src/planetarium/configure.ac +++ b/src/planetarium/configure.ac @@ -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]) diff --git a/src/planetarium/debian/changelog b/src/planetarium/debian/changelog index 0e12dd468..1228c5f78 100644 --- a/src/planetarium/debian/changelog +++ b/src/planetarium/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-planetarium (0.3) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Tue, 5 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-planetarium (0.2) birchwood; urgency=low * Add subsystem identification. diff --git a/src/planetarium/mit-make.scm b/src/planetarium/mit-make.scm index 6998ed6cc..188e32b14 100644 --- a/src/planetarium/mit-make.scm +++ b/src/planetarium/mit-make.scm @@ -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 diff --git a/src/x11-screen/NEWS b/src/x11-screen/NEWS index e76ba0761..e6ed55aa1 100644 --- a/src/x11-screen/NEWS +++ b/src/x11-screen/NEWS @@ -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 ============================================================== diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index ee6928457..5a59892ef 100644 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@ -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]) diff --git a/src/x11-screen/debian/changelog b/src/x11-screen/debian/changelog index b73dd9c86..42821a3fc 100644 --- a/src/x11-screen/debian/changelog +++ b/src/x11-screen/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11-screen (0.2.4) birchwood; urgency=low + + * New upstream. + + -- Matt Birkholz Tue, 5 Jun 2018 00:00:00 -0000 + mit-scheme-pucked-x11-screen (0.2.3) birchwood; urgency=low * Correct subsystem version number. diff --git a/src/x11-screen/make.scm b/src/x11-screen/make.scm index cad7d06f7..00815e325 100644 --- a/src/x11-screen/make.scm +++ b/src/x11-screen/make.scm @@ -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 diff --git a/src/x11/NEWS b/src/x11/NEWS index fddbd9fa9..2fa72803b 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -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. diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog index 7ac7ec2c0..86e6abf6f 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-x11 (0.3.1) birchwood; urgency=low + + * New upstream allows CurrentTime as a Time argument. + + -- Matt Birkholz 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.