pango 0.12 mit-scheme-pucked-pango-0.12
authorMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:29:25 +0000 (04:29 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sat, 27 Jul 2019 09:29:25 +0000 (04:29 -0500)
src/pango/NEWS
src/pango/configure.ac
src/pango/debian/changelog
src/pango/make.scm

index b14620cc0b94ddad6e9a9d7bac660ce76e527a48..b2d674dfa96c611ba199696f90ae91bf427201ae 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.12 - Matt Birkholz, 2019-07-27
+========================================================
+
+Minor build improvements.
+
 mit-scheme-pucked-pango 0.11 - Matt Birkholz, 2019-07-03
 ========================================================
 
index e5fddcb0b8d20d1017fd1bf8b59455c05b7966eb..2b2b0cab56f1789660ca4dfb4b57970ed0387edf 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.11],
+        [0.12],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-pango])
 AC_CONFIG_SRCDIR([pango.pkg])
index 81f3d85ef21adff8a8938a25b2f7deb3a8f371b0..abcdcc7553a38960d3f6822fa8643a03c1f27801 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-pango (0.12) birchwood; urgency=low
+
+  * Minor build improvements.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sat, 27 Jul 2019 00:00:00 -0000
+
 mit-scheme-pucked-pango (0.11) birchwood; urgency=low
 
   * New release upstream.  Downcased many symbols.
index e625beeffd07bbf5e086e2df389feb5510ca96b4..7352ccc9df9ed59baa686e02f571ee947f7d25fc 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 11))
\ No newline at end of file
+(add-subsystem-identification! "Pango" '(0 12))
\ No newline at end of file