Increment versions after merge.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 27 Nov 2018 23:56:18 +0000 (16:56 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 27 Nov 2018 23:56:18 +0000 (16:56 -0700)
83 files changed:
.gitignore
debian/README.Debian
debian/changelog
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/debian/control
src/blowfish/make.scm
src/cairo/NEWS
src/cairo/configure.ac
src/cairo/debian/changelog
src/cairo/debian/control
src/cairo/make.scm
src/devops/NEWS
src/devops/configure.ac
src/devops/debian/changelog
src/devops/debian/control
src/devops/make.scm
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/debian/control
src/edwin/make.scm
src/gdbm/NEWS
src/gdbm/configure.ac
src/gdbm/debian/changelog
src/gdbm/debian/control
src/gdbm/make.scm
src/gl/NEWS
src/gl/configure.ac
src/gl/debian/changelog
src/gl/debian/control
src/gl/make.scm
src/glib/NEWS
src/glib/configure.ac
src/glib/debian/changelog
src/glib/debian/control
src/glib/make.scm
src/gtk-screen/NEWS
src/gtk-screen/configure.ac
src/gtk-screen/debian/changelog
src/gtk-screen/debian/control
src/gtk-screen/make.scm
src/gtk/NEWS
src/gtk/configure.ac
src/gtk/debian/changelog
src/gtk/debian/control
src/gtk/make.scm
src/imail/NEWS
src/imail/configure.ac
src/imail/debian/changelog
src/imail/debian/control
src/imail/make.scm
src/mcrypt/NEWS
src/mcrypt/configure.ac
src/mcrypt/debian/changelog
src/mcrypt/debian/control
src/mcrypt/make.scm
src/pango/NEWS
src/pango/configure.ac
src/pango/debian/changelog
src/pango/debian/control
src/pango/make.scm
src/pgsql/NEWS
src/pgsql/configure.ac
src/pgsql/debian/changelog
src/pgsql/debian/control
src/pgsql/make.scm
src/planetarium/NEWS
src/planetarium/configure.ac
src/planetarium/debian/changelog
src/planetarium/debian/control
src/planetarium/mit-make.scm
src/x11-screen/NEWS
src/x11-screen/configure.ac
src/x11-screen/debian/changelog
src/x11-screen/debian/control
src/x11-screen/make.scm
src/x11/NEWS
src/x11/configure.ac
src/x11/debian/changelog
src/x11/debian/control
src/x11/make.scm

index 7308a78b8417d9e5c3bd146a4a8620b66d6dbc27..8f88087dc92341b5064d55ebe9d3d48a79c80e65 100644 (file)
@@ -27,7 +27,6 @@
 /C/
 /LOG
 /build*/
-/debian*/
 /html/
 /linux*/
 /macos/
index ba4b4d152b8a1496dd38769cc5a965998f299297..a0e6398575f1b2f94f75c5729b88e1373e96097c 100644 (file)
@@ -1,18 +1,5 @@
 -*-Text-*-
 
-This experimental version of MIT/GNU Scheme is built withOUT crypto
-support.  It is actually built without dependencies on ANY extra
-libraries, without microcode modules.  Instead Scheme dynamically
-loads "plugins", options that depend on the extra libraries.  The
-following plugins are available to serve as drop-in replacements for
-the missing microcode modules.  Note that each plugin must be built
-and installed separately, after Scheme is installed.
-
-    Scheme uModule  Scheme Plugin
-    ==============  =============
-        prbfish.so  Blowfish
-         prgdbm.so  GDBM
-       prmcrypt.so  Mcrypt
-          prx11.so  X11, X11-Screen
-        prpgsql.so  PGSQL
-          prdb4.so
+This experimental version of MIT/GNU Scheme is built with "default
+plugins" disabled.  Thus this package includes just the core Scheme
+system.  The plugins are distributed, built and packaged separately.
index e48ff88dec0af398f4905616295ccf77f1005000..2529fa372f2766d37b8f82c8a0c734cdadd88ff4 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (10.1.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked (9.2.19) birchwood; urgency=low
 
   * New upstream.
index 69569c31325ca52aef894dc4d38198af4bd867f0..d810b177c16649f17cffc548bfae03b24fcc5057 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 1.1.2 - Matt Birkholz, 2018-11-27
+============================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-blowfish 1.1.1 - Matt Birkholz, 2018-09-25
 ============================================================
 
index 21553d7aa37ea767674f16cfeb02d2e9ef08c407..0b541af43bbfaf2eca784baff96774cf89092181 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],
-        [1.1.1],
+        [1.1.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 3934a90f4a64d3af417bad0903c51730521370c8..54f23d24f27d243021d1d0f81387ab81004cf039 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (1.1.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-blowfish (1.1.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index da91b17f5cf964d3684dad98188238b78e42a874..d08a23b7d4a1dda782a43bcd8fb18f43b06feeaf 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                libssl-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-blowfish
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: Blowfish plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 7b23a127a0cec7b30a081e87f13318ff70d8d463..154b40da03e3ce756b2b5183b0dd7d2a35473df1 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(1 1 1))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(1 1 2))
\ No newline at end of file
index 0bd015f6cc5729e4730d58244c8efb351e0d02a8..7d5915913e88bd275c82df6ba2ca6683be08dd43 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.10 - Matt Birkholz, 2018-11-27
+========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-cairo 0.9 - Matt Birkholz, 2018-09-25
 =======================================================
 
index 3f003de01d07c91945f9c6dcacc86896b7aab317..188a2222ecbce2f2824940417d51be5f9ecd4824 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.9],
+        [0.10],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-cairo])
 AC_CONFIG_SRCDIR([cairo.pkg])
index 4c9c6b54b063232de153a91e075b1003a761ed8f..7fcb6139332d071be5390eb9fc503c05d444f343 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-cairo (0.10) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-cairo (0.9) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 077071f67aa341d0d605928f83eab1e24f07bc66..7e4b79e281e5aaaf379faf9f418eb287f71cca31 100644 (file)
@@ -3,9 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-glib (>= 0.9),
-               mit-scheme-pucked-pango (>= 0.8),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-glib (>= 0.11),
+               mit-scheme-pucked-pango (>= 0.10),
                texinfo, texlive,
                libcairo2-dev
 Standards-Version: 3.9.4
@@ -15,9 +15,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-cairo
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-glib (>= 0.9),
-        mit-scheme-pucked-pango (>= 0.8),
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-glib (>= 0.11),
+        mit-scheme-pucked-pango (>= 0.10),
         ${shlibs:Depends}, ${misc:Depends}
 Description: Cairo plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 4869ea08d78ec52582b62263a1e2744037db3f3e..aea49748129f156782db4d727ad5c3830678f035 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 9))
\ No newline at end of file
+(add-subsystem-identification! "Cairo" '(0 10))
\ No newline at end of file
index 5ff24e46a4c264805f185730f81bbe1261143151..3a7ae7ac4f8ed8460c3f01795bc930d607b7b10e 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.10 - Matt Birkholz, 2018-11-27
+=========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-devops 0.9 - Matt Birkholz, 2018-09-25
 ========================================================
 
index bb2f236b4c5880c83ffdb513bc10d68de3342ba4..239258f403d5341fee2cf142ea31095360dd3693 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.9],
+        [0.10],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-devops])
 AC_CONFIG_SRCDIR([devops.pkg])
index 1537865448808f92a43d57c445beb9435a9b85f3..4400c0e12e916ff1db53c9a479cf1290aa9d630f 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-devops (0.10) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-devops (0.9) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index c36fc17fe273302ea595a293f1b64cbbc534e425..b0e26ea7520c48ead21fec952d9b58ee58919aaa 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                texinfo, texlive
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-devops
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18)
+Depends: mit-scheme-pucked (>= 10.1.2)
 Description: Developer Operations plugin for MIT/GNU Scheme Pucked
  Tools to help create source releases and manage build hosts producing
  binaries for them.
index 02d18d2c90ea692a64e82d58044d9da46a6b16b5..82612e4c97ebe23845d96fbd124487d2067b11dc 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 9))
\ No newline at end of file
+(add-subsystem-identification! "DevOps" '(0 10))
\ No newline at end of file
index 1813156153c85a0fab3c861f17c0d7dd96cf93a5..f3955bb4f5de5ecf27a5fe4a4b1e9c5eea3134b3 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.117.2 - Matt Birkholz, 2018-11-27
+===========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-edwin 3.117.1 - Matt Birkholz, 2018-10-10
 ===========================================================
 
index 1885562903a9ae4323519d17567dc08fbbf0d60d..f9923b376fccaba7d91945aa6c3b086333e839de 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.117.1],
+        [3.117.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index b5ef43b1805ba3b97e29a3f52a4e8481be1ad066..3d5e5af04a97fa5c317ec94838858dc6073ceff4 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-edwin (3.117.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.117.1) birchwood; urgency=low
 
   * New upstream with Edwin as a separately installable project.
index 0aeb0343be53afdd6f7a9800c4576405bc8ed5d0..321872b8d26f5dd7a887da881ac0d7751bd768cb 100644 (file)
@@ -3,9 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.15),
-               mit-scheme-pucked-blowfish (>= 1.0.0),
-               mit-scheme-pucked-gdbm (>= 1.0.0)
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-blowfish (>= 1.1.2),
+               mit-scheme-pucked-gdbm (>= 1.0.2)
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
 Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git
@@ -13,9 +13,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-edwin
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.15),
-        mit-scheme-pucked-blowfish (>= 1.0.0),
-        mit-scheme-pucked-gdbm (>= 1.0.0)
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-blowfish (>= 1.1.2),
+        mit-scheme-pucked-gdbm (>= 1.0.2)
 Description: Edwin plugin for MIT/GNU Scheme Pucked
  This package provides an Edwin plugin for MIT/GNU Scheme Pucked.  It
  includes ONLY the console terminal screen type.  The ancient X11
index c06f1adcc945d0f905b92274663a5018b37fb2c7..6162de2758d71992d342c305fb29e151d2d0d9e4 100644 (file)
@@ -35,4 +35,4 @@ USA.
     (load-package-set "edwin"
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 117 1))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 117 2))
\ No newline at end of file
index 7aeb13e481ec75d6aa3dc3427bacb6018f6e677f..e1540daf6ca65a58ab0b834b6ca3f07081741b07 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-gdbm 1.0.2 - Matt Birkholz, 2018-11-27
+========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-gdbm 1.0.1 - Matt Birkholz, 2018-09-25
 ========================================================
 
index d8c673dae18d3d0ea2fb961b3c6b7a5827e126ea..707f44a8a8af853e88405152c9f0e3be9501720b 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 gdbm plugin],
-        [1.0.1],
+        [1.0.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gdbm])
 AC_CONFIG_SRCDIR([gdbm.pkg])
index c2b7ecd58318000b60ea166952fc3710d04545bb..8e7489185a4d33433a6145100c86117b27cd3f50 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gdbm (1.0.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-gdbm (1.0.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index f113928f4af42cb81aff7c197a7ab7b74ec31e03..10ac5dcee41873447abf119d7ec2ab398ea7da33 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                texinfo, texlive,
                libgdbm-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gdbm
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: GDBM plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index c8dd03373a87302fe9de97d55b95362eb710cad1..1b1571f2e44951a258b6829ec59ff1babd6598ab 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "gdbm")))
 
-(add-subsystem-identification! "GDBM" '(1 0 1))
\ No newline at end of file
+(add-subsystem-identification! "GDBM" '(1 0 2))
\ No newline at end of file
index 8df86834fe1d8ef11506884ad90302be00bbdb88..5aff7a9a3f9200084db3712407cbf4f688614366 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.8 - Matt Birkholz, 2018-11-27
+====================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-gl 0.7 - Matt Birkholz, 2018-09-25
 ====================================================
 
index 9edb5ed4bb0fc500806b597af631e20caf5837d8..950b7c7801f7730c70520d1b46ae9e606cc91803 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.7],
+        [0.8],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gl])
 AC_CONFIG_SRCDIR([gl.pkg])
index db3f23f78f7a611b23b50c6664b71aa0fd9d5277..0074f6dd6a8844f7d0e3530bad93de6ab0e570e8 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gl (0.8) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-gl (0.7) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 066cf751eb4b0df69f1cc057161e3ff133d74807..44fd326434af12cdcae0011a2d7409aff5727082 100644 (file)
@@ -3,11 +3,11 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-glib (>= 0.9),
-               mit-scheme-pucked-pango (>= 0.8),
-               mit-scheme-pucked-cairo (>= 0.8),
-               mit-scheme-pucked-gtk (>= 0.8),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-glib (>= 0.11),
+               mit-scheme-pucked-pango (>= 0.10),
+               mit-scheme-pucked-cairo (>= 0.10),
+               mit-scheme-pucked-gtk (>= 0.10),
                texinfo, texlive,
                libglu1-mesa-dev
 Standards-Version: 3.9.4
@@ -17,11 +17,11 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gl
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-glib (>= 0.9),
-        mit-scheme-pucked-pango (>= 0.8),
-        mit-scheme-pucked-cairo (>= 0.8),
-        mit-scheme-pucked-gtk (>= 0.8),
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-glib (>= 0.11),
+        mit-scheme-pucked-pango (>= 0.10),
+        mit-scheme-pucked-cairo (>= 0.10),
+        mit-scheme-pucked-gtk (>= 0.10),
         ${shlibs:Depends}, ${misc:Depends}
 Description: OpenGL plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 6dc0b61f9053c52e310766692330e8f15f0271c5..ae4cc79324f987e52914d12e444ac7976bbb976b 100644 (file)
@@ -6,4 +6,4 @@
 (with-loader-base-uri (system-library-uri "gl/")
   (lambda ()
     (load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 7))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 8))
\ No newline at end of file
index 48ea051159dbbdaabdeabe5a09e3d1978d54e730..ef41b8982759c19b613ed7f928d96432547d7cad 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.11 - Matt Birkholz, 2018-11-27
+=======================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-glib 0.10 - Matt Birkholz, 2018-09-25
 =======================================================
 
index 5d7fab32c94b82f48d48ad5340631053056d50c5..3336d41b8a71820f14426548dea58784ee82de30 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.10],
+        [0.11],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-glib])
 AC_CONFIG_SRCDIR([glib.pkg])
index 13baa3b7189ad3eb7a6aa2e687389c40054cbc99..cde320e1ee8baef30712e39c965dca250f5f65bb 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-glib (0.11) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-glib (0.10) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 03bcb5e071cbb5542fa7832331e8c48f60cc72fa..575790e010b0193c8b343adf43bddb683703985f 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                texinfo, texlive,
                libglib2.0-dev
 Standards-Version: 3.9.4
@@ -13,7 +13,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-glib
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: GLib/GIO plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 3d9830b77e71f91e3f5e8cb0ef45bb772fea5b46..162a17f4ff3523ae20275efc53f7fde70636e617 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 10))
+(add-subsystem-identification! "GLib" '(0 11))
 ((access glib-start (->environment '(glib main))))
\ No newline at end of file
index 17af8d57dcbd0d84276fd36bdbb423253d7c52a0..7202bf0dec7228e084c41e61d4854b8dc591dd64 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.6 - Matt Birkholz, 2018-11-27
+============================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-gtk-screen 0.5 - Matt Birkholz, 2018-09-25
 ============================================================
 
index 354a1ce6bca91b0ea7f32b6be3d28a6dc645849c..f4b388b9a4a8f6884053e35778fbc85cbbfe192b 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.5],
+        [0.6],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk-screen])
 AC_CONFIG_SRCDIR([gtk-screen.pkg])
index f8a6a308a42bb03dcc23865c0f187a6d5a47f21c..d9e96f9fd30a009df367d007c29c811341794043 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk-screen (0.6) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-gtk-screen (0.5) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 28a1d926c17225e83c58391101fb130e0c8f3b6d..5a3d55d5f770d6e7512880ed1e8f818e02bb7512 100644 (file)
@@ -3,12 +3,12 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-edwin (>= 3.116.4),
-               mit-scheme-pucked-glib (>= 0.9),
-               mit-scheme-pucked-pango (>= 0.8),
-               mit-scheme-pucked-cairo (>= 0.8),
-               mit-scheme-pucked-gtk (>= 0.8)
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-edwin (>= 3.117.2),
+               mit-scheme-pucked-glib (>= 0.11),
+               mit-scheme-pucked-pango (>= 0.10),
+               mit-scheme-pucked-cairo (>= 0.10),
+               mit-scheme-pucked-gtk (>= 0.10)
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
 Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git
@@ -16,11 +16,11 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gtk-screen
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-edwin (>= 3.116.4),
-        mit-scheme-pucked-glib (>= 0.9),
-        mit-scheme-pucked-pango (>= 0.8),
-        mit-scheme-pucked-cairo (>= 0.8),
-        mit-scheme-pucked-gtk (>= 0.8)
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-edwin (>= 3.117.2),
+        mit-scheme-pucked-glib (>= 0.11),
+        mit-scheme-pucked-pango (>= 0.10),
+        mit-scheme-pucked-cairo (>= 0.10),
+        mit-scheme-pucked-gtk (>= 0.10)
 Description: Gtk screen plugin for MIT/GNU Scheme Pucked
  This package provides a Gtk-based screen type for Edwin.
index 30192d312c6b85185ef5e69bb4f776a15a040abc..a695e96458ed6bffdf82a01192c03f5967705772 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 5))
\ No newline at end of file
+(add-subsystem-identification! "Gtk-Screen" '(0 6))
\ No newline at end of file
index 62e38434ea6a3a5f92816752f11664769e1b0769..6fdabe4a634c0d26d324a3161ce3e5b3063664ff 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.10 - Matt Birkholz, 2018-11-27
+=======================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-gtk 0.9 - Matt Birkholz, 2018-09-25
 ======================================================
 
index e3de544bd2287661cc15af929476078b37cf794b..3f79db592db6cf8302049ff4dcd4dbf1484b757f 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.9],
+        [0.10],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-gtk])
 AC_CONFIG_SRCDIR([gtk.pkg])
index 748587cd4431fbfefc5cec4680ec4374bfd0c74a..f23791493c7b35d731ca108d07a4434686eafd34 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-gtk (0.10) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-gtk (0.9) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index a1deda0456116995a8a93955e31f788b73d5495a..515aa56cad5cf88b0a1e15afc61686c358e435e5 100644 (file)
@@ -3,10 +3,10 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-glib (>= 0.9),
-               mit-scheme-pucked-pango (>= 0.8),
-               mit-scheme-pucked-cairo (>= 0.8),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-glib (>= 0.11),
+               mit-scheme-pucked-pango (>= 0.10),
+               mit-scheme-pucked-cairo (>= 0.10),
                texinfo, texlive,
                libgtk-3-dev
 Standards-Version: 3.9.4
@@ -16,10 +16,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-gtk
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-glib (>= 0.9),
-        mit-scheme-pucked-pango (>= 0.8),
-        mit-scheme-pucked-cairo (>= 0.8),
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-glib (>= 0.11),
+        mit-scheme-pucked-pango (>= 0.10),
+        mit-scheme-pucked-cairo (>= 0.10),
         ${shlibs:Depends}, ${misc:Depends}
 Description: Gtk plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index c0c55c11cfa182fb9dc8c7e886d08bf0e73f6cf0..2460ca0687ab88f35cac1cecf8d04191e528d1ea 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 9))
+(add-subsystem-identification! "Gtk" '(0 10))
 ((access gtk-start (->environment '(gtk main))))
\ No newline at end of file
index 065be9ec34f8fdd5ea935f9aff7743bfcb1b85cc..14c15ce25bec8162ade0f01a197e4afbb118fae7 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.22.2 - Matt Birkholz, 2018-11-27
+==========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-imail 1.22.1 - Matt Birkholz, 2018-10-10
 ==========================================================
 
index c3fa84426e1a4db1bf10f905ee410f21f2eb6828..63313b93712d81c8f5ccaffa2aea93f1bd9841c9 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.22.1],
+        [1.22.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-imail])
 AC_CONFIG_SRCDIR([imail.pkg])
index 299943f3dc4e9a44e307b76b655b8cc15ff4fae8..db869e8f8e821b6cec9ff149839cb6d0b5df7885 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-imail (1.22.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-imail (1.22.1) birchwood; urgency=low
 
   * New upstream with Imail as a separately installable project.
index d62b7ae780a388314b73a3940aa5db770196465d..11e2c08c8fab274418eb87517e892bd6590ad52f 100644 (file)
@@ -3,8 +3,8 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.15),
-               mit-scheme-pucked-edwin (>= 3.116.4),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-edwin (>= 3.117.2),
                texinfo, texlive
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -13,8 +13,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-imail
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.15),
-        mit-scheme-pucked-edwin (>= 3.116.4)
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-edwin (>= 3.117.2)
 Description: IMail plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked-edwin with an imail command
  for reading email on IMAP servers.
index 7190dc501cc2b443b774dbd19ed04ad51768e9c6..b79f53e584af2e2b1b1659d024e1aebad2b26b9c 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 22 1))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 22 2))
\ No newline at end of file
index 6536b52b44dc4999eda2e19b9b5d20f7c5148232..f22461572b631686f4dc9a9f25fdae63aa968e8c 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.2 - Matt Birkholz, 2018-11-27
+==========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-mcrypt 1.0.1 - Matt Birkholz, 2018-09-25
 ==========================================================
 
index 46b4c896ec3466ebd2c95b6954021a20898e1adf..b3221dd68a0d6377a64e83d840fe44c2dea8d3df 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.1],
+        [1.0.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-mcrypt])
 AC_CONFIG_SRCDIR([mcrypt.pkg])
index fb01c57a36b642b3c5f48eb7bf25d2e8a2196cb7..3c4cbae5a974f6ff54a21aee3df4b7f4e4c04d08 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-mcrypt (1.0.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-mcrypt (1.0.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 057df4fc0c21575cf5ac8bb801634f059a4750e2..fc51e5098f6fb95d21c6dc98dcf5819b048830a4 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                libmcrypt-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-mcrypt
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: MCrypt plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index fa994a668a963dee090caad7139dbc56ee1e9f77..c164cb9a97b9f4f1fdd90541b533a6283073ea4c 100644 (file)
@@ -6,7 +6,7 @@
   (lambda ()
     (load-package-set "mcrypt")))
 
-(add-subsystem-identification! "mcrypt" '(1 0 1))
+(add-subsystem-identification! "mcrypt" '(1 0 2))
 
 ;; "Export" these to the (runtime crypto) package bindings.
 (let ((crypto (->environment '(runtime crypto)))
index 01fbcf6a480f0f37c51f2f762a43539fe5e74212..a1d46932e5eded4ea0e28c46eb5da49c6aff583f 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.10 - Matt Birkholz, 2018-11-27
+========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-pango 0.9 - Matt Birkholz, 2018-09-25
 =======================================================
 
index 45017d5df1c63cda2d15c28d7635adc99273471f..68c1f13d643b75369ef2c04417567e5f1fad2623 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.9],
+        [0.10],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pango])
 AC_CONFIG_SRCDIR([pango.pkg])
index 18e4600d24eb20e10bf593be39b392f36696ccc1..5880e05ce41e53a091ec956155ce95d8d5a8ab95 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pango (0.10) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-pango (0.9) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 1a37cbe091d8e72caa15b6d763ac2336571b5cc2..7ff89c1acfe3233b58abbaec81b1d83515986649 100644 (file)
@@ -3,8 +3,8 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-glib (>= 0.9),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-glib (>= 0.11),
                texinfo, texlive,
                libpango1.0-dev
 Standards-Version: 3.9.4
@@ -14,8 +14,8 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-pango
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-glib (>= 0.9),
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-glib (>= 0.11),
         ${shlibs:Depends}, ${misc:Depends}
 Description: Pango plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index 05cb21f6abf3bde5001b46b25b021c07307375e8..77316fbb9b154786243b7d93ea900ebb0d2a4197 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 9))
\ No newline at end of file
+(add-subsystem-identification! "Pango" '(0 10))
\ No newline at end of file
index 791e08c27ce569166c993b93dd97690bf1e61785..c01f85ee8ed7d8ed922296e0881d7bb5af5e9d19 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 1.0.2 - Matt Birkholz, 2018-11-27
+=========================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-pgsql 1.0.1 - Matt Birkholz, 2018-09-25
 =========================================================
 
index be2e7059b6f2cb9a75f1a104fe9e4f1466a98aef..013cacf877bac3875edaa1f25dd6ef1083f74feb 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],
-        [1.0.1],
+        [1.0.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pgsql])
 AC_CONFIG_SRCDIR([pgsql.pkg])
index 600dc372e8c3261ba1cb3d8610bd869ab59aefff..7b4f619688df7a8c1fe31eef0c0eaf12c0736cd6 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pgsql (1.0.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-pgsql (1.0.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index b747fe325169a7d5687906e250c2b5fee75c4598..b1ec1cc35012cba2982b17fc915b9301ad70c87a 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                libpq-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-pgsql
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: PostgreSQL plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with a dynamically loadable
index a75fad9aaf6c8f2585281387b25ecffc897b55a6..c2b2579467998b56b724a605699048cd1012dff9 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "pgsql")))
 
-(add-subsystem-identification! "PostgreSQL" '(1 0 1))
\ No newline at end of file
+(add-subsystem-identification! "PostgreSQL" '(1 0 2))
\ No newline at end of file
index 5f431afa75cf25c60e94968ad60e7e0b4d5bb2c6..6dde52be0ef2f054a6af25d8816c396b800b3746 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.8 - Matt Birkholz, 2018-11-27
+=============================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-planetarium 0.7 - Matt Birkholz, 2018-09-25
 =============================================================
 
index 4f23d0f74848fec41e585b632ddc92d3b9222ad6..d599edee298b3cde5173edc1578cabe7715aa74e 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.7],
+        [0.8],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-planetarium])
 AC_CONFIG_SRCDIR([mit.pkg])
index ec343dd975be81ebd7e3aaa8ddbd4862ebb99466..a88b743810978a8fa6ac4edb7671729fe88f778e 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-planetarium (0.8) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-planetarium (0.7) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 7d0d38c5e6273c9156502f8febd09436c832051d..031c10b335c8235cae514fe1b8a3a82a5b8f99b2 100644 (file)
@@ -3,10 +3,10 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-glib (>= 0.9),
-               mit-scheme-pucked-gtk (>= 0.8),
-               mit-scheme-pucked-gl (>= 0.6),
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-glib (>= 0.11),
+               mit-scheme-pucked-gtk (>= 0.10),
+               mit-scheme-pucked-gl (>= 0.8),
                texinfo, texlive
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -15,10 +15,10 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-planetarium
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-glib (>= 0.9),
-        mit-scheme-pucked-gtk (>= 0.8),
-        mit-scheme-pucked-gl (>= 0.6)
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-glib (>= 0.11),
+        mit-scheme-pucked-gtk (>= 0.10),
+        mit-scheme-pucked-gl (>= 0.8)
 Description: A Planetarium for MIT/GNU Scheme Pucked
  This package currently contains:
  .
index 145b9050c4e45ae91bf0305d874c613ce740b20b..79b8dfa30f065cc24965f3dacc8cc64f6839c684 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 7))
\ No newline at end of file
+(add-subsystem-identification! "Planetarium" '(0 8))
\ No newline at end of file
index 6ca18a088ba8fbe40e3c97351aa6adf06f81d2f0..cbbd8b1ac703c7493596a6d45e9d59a55cc170fb 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 1.0.2 - Matt Birkholz, 2018-11-27
+==============================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-x11-screen 1.0.1 - Matt Birkholz, 2018-09-25
 ==============================================================
 
index 90bad0dac356809b7169dcfa440803849a973c29..4dcdd57d06fd8179847f7928ccb36decd5bc671f 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],
-        [1.0.1],
+        [1.0.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11-screen])
 AC_CONFIG_SRCDIR([x11-screen.pkg])
index d79597bd28dc600c6d839dd11f8ce39aeba3d7f2..11d6511ce554b618b33e49d4b76e4307919fb165 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11-screen (1.0.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-x11-screen (1.0.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index c5d4e92892c3aea9fd49918043074fddc8ecf3de..ee6de48062f7c92b89369d9046b592b78edc4179 100644 (file)
@@ -3,9 +3,9 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9),
-               mit-scheme-pucked (>= 9.2.18),
-               mit-scheme-pucked-edwin (>= 3.116.4),
-               mit-scheme-pucked-x11 (>= 1.0.0)
+               mit-scheme-pucked (>= 10.1.2),
+               mit-scheme-pucked-edwin (>= 3.117.2),
+               mit-scheme-pucked-x11 (>= 1.2.2)
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
 Vcs-Git: git://birchwood-abbey.net/~matt/mit-scheme.git
@@ -13,9 +13,9 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-x11-screen
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
-        mit-scheme-pucked-edwin (>= 3.116.4),
-        mit-scheme-pucked-x11 (>= 1.0.0)
+Depends: mit-scheme-pucked (>= 10.1.2),
+        mit-scheme-pucked-edwin (>= 3.117.2),
+        mit-scheme-pucked-x11 (>= 1.2.2)
 Description: Edwin X11 screen plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with an X11 screen type for
  Edwin.  Install this package to get all of the functionality provided
index 5a2587c8c1881cbe330fc9cd7521d6e8a6c56c0e..610425507df8eecdacc6727134f1693893d1737e 100644 (file)
@@ -8,7 +8,7 @@ Load the X11-Screen option. |#
   (lambda ()
     (load-package-set "x11-screen")))
 
-(add-subsystem-identification! "X11-Screen" '(1 0 1))
+(add-subsystem-identification! "X11-Screen" '(1 0 2))
 
 ;; Replace stubs in (edwin screen x-screen).
 (let ((x (->environment '(edwin screen x-screen)))
index b39671b1035df2dac3fe33eb541b823ddc236abb..7d574d4828e6c1ec5ac1809b9e95d9079b539dfa 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-x11 1.2.2 - Matt Birkholz, 2018-11-27
+=======================================================
+
+New release upstream supporting Unicode and plugins.
+
 mit-scheme-pucked-x11 1.2.1 - Matt Birkholz, 2018-09-25
 =======================================================
 
index 0e03c0c2bfbb1642b0576f51ebcabb00a4201ec5..d66ad1308d764c4ca1ad0aab453f620cb6481d7c 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 x11 plugin],
-        [1.2.1],
+        [1.2.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
index 6e8d77c72f81b66f7d03171091674670434a358a..ff53cab345eb9bedd52340ffbb689e148f964dcd 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-x11 (1.2.2) birchwood; urgency=low
+
+  * New release upstream supporting Unicode and plugins.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Tue, 27 Nov 2018 00:00:00 -0000
+
 mit-scheme-pucked-x11 (1.2.1) birchwood; urgency=low
 
   * Use new (further-load-options #t) added upstream.
index 82488f67d6c898435d37810929ed1c6194fac7d8..0dd1e997b4f4f3e29d7767ae71fc4ce9632fe321 100644 (file)
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
 Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
-               mit-scheme-pucked (>= 9.2.18),
+               mit-scheme-pucked (>= 10.1.2),
                libx11-dev
 Standards-Version: 3.9.4
 Homepage: http://birchwood-abbey.net/~matt/Scheme/
@@ -12,7 +12,7 @@ Vcs-Browser: http://birchwood-abbey.net/gitweb/?p=mit-scheme.git;a=summary
 
 Package: mit-scheme-pucked-x11
 Architecture: any
-Depends: mit-scheme-pucked (>= 9.2.18),
+Depends: mit-scheme-pucked (>= 10.1.2),
         ${shlibs:Depends}, ${misc:Depends}
 Description: X11 plugin for MIT/GNU Scheme Pucked
  This package provides mit-scheme-pucked with an X11 graphics device
index 3220db8f42e420369abbf309a5ce57165a08d8f2..fbd02e2e9ed92534faea05692187fb2f3bfe1ac2 100644 (file)
@@ -5,4 +5,4 @@ Load the X11 option. |#
 (with-loader-base-uri (system-library-uri "x11/")
   (lambda ()
     (load-package-set "x11")))
-(add-subsystem-identification! "X11" '(1 2 1))
\ No newline at end of file
+(add-subsystem-identification! "X11" '(1 2 2))
\ No newline at end of file