From: Matt Birkholz Date: Wed, 3 Jul 2019 23:16:52 +0000 (-0700) Subject: pango 0.11 X-Git-Tag: mit-scheme-pucked-pango-0.11^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6af8995791a6b7e061756ea097f4266a710f7f66;p=mit-scheme.git pango 0.11 --- diff --git a/src/pango/NEWS b/src/pango/NEWS index a1d46932e..53314f16f 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.11 - Matt Birkholz, 2019-07-03 +======================================================== + +New release upstream. Downcased many symbols. + mit-scheme-pucked-pango 0.10 - Matt Birkholz, 2018-11-27 ======================================================== diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 68c1f13d6..20c5eb8aa 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.10], + [0.11], [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 5880e05ce..81f3d85ef 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.11) birchwood; urgency=low + + * New release upstream. Downcased many symbols. + + -- Matt Birkholz Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-pango (0.10) birchwood; urgency=low * New release upstream supporting Unicode and plugins. diff --git a/src/pango/make.scm b/src/pango/make.scm index 95a47393d..e625beeff 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 10)) \ No newline at end of file +(add-subsystem-identification! "Pango" '(0 11)) \ No newline at end of file diff --git a/src/pango/pango.texi b/src/pango/pango.texi index ebbb96f5d..090e8ad56 100644 --- a/src/pango/pango.texi +++ b/src/pango/pango.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename pango.info @include version.texi -@set SCMVERS 9.2.15 +@set SCMVERS 10.1.11 @settitle Pango Plugin Manual @comment %**end of header