From: Matt Birkholz Date: Sat, 27 Jul 2019 09:29:25 +0000 (-0500) Subject: pango 0.12 X-Git-Tag: mit-scheme-pucked-pango-0.12^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fa4de34e7472b24b44c36965c34b6d14673a0dba;p=mit-scheme.git pango 0.12 --- diff --git a/src/pango/NEWS b/src/pango/NEWS index b14620cc0..b2d674dfa 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.12 - Matt Birkholz, 2019-07-27 +======================================================== + +Minor build improvements. + mit-scheme-pucked-pango 0.11 - Matt Birkholz, 2019-07-03 ======================================================== diff --git a/src/pango/configure.ac b/src/pango/configure.ac index e5fddcb0b..2b2b0cab5 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.11], + [0.12], [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 81f3d85ef..abcdcc755 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-pango (0.12) birchwood; urgency=low + + * Minor build improvements. + + -- Matt Birkholz Sat, 27 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-pango (0.11) birchwood; urgency=low * New release upstream. Downcased many symbols. diff --git a/src/pango/make.scm b/src/pango/make.scm index e625beeff..7352ccc9d 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 11)) \ No newline at end of file +(add-subsystem-identification! "Pango" '(0 12)) \ No newline at end of file