1.32.1 1.32.1
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Sep 2012 00:15:05 +0000 (20:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Sep 2012 00:26:03 +0000 (20:26 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 7b848d0..9bc095d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.32.0 and 1.32.1
+=============================================
+- Fixup grapheme clusters
+- 684959 - crash after "Add pango_shape_full()"
+
 Overview of changes between 1.31.2 and 1.32.0
 =============================================
 - Add a --without-xfg configure option
index 27e1d04..a0e0057 100644 (file)
@@ -22,7 +22,7 @@ dnl
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [32])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])