1.35.6 1.32.6
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jan 2013 11:30:23 +0000 (06:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jan 2013 11:30:23 +0000 (06:30 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3c45e70..b027d21 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.32.5 and 1.32.6
+=============================================
+- Make pango threadsafe
+- Pass down BOT/EOT flags to HarfBuzz
+- 690279 - broken relocation of modules
+- 691263 - Build with automake-1.13 broken
+
 Overview of changes between 1.32.4 and 1.32.5
 =============================================
 - 689843 - Drop last ues of G_CONST_RETURN
index a67bb18..341e308 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], [5])
+m4_define([pango_version_micro], [6])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])