1.31.0 1.31.0
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Aug 2012 21:00:26 +0000 (17:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Aug 2012 23:00:25 +0000 (19:00 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b1965df..e3c6587 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes between 1.30.1 and 1.31.0
+=============================================
+- Port to harfbuzz 0.9.x, use external harfbuzz
+- Remove Arabic, Syriac, Hangul Hebrew, Khmer,
+  Tibetan and Thai shapers (replaced by harfbuzz)
+- Remove Indic module (replaced by harfbuzz)
+- Remove Atsui support (superseded by CoreText)
+- Remove PangoX
+- 679654 - Crash for PangoContext.list_families
+- 680965 - missing language strings for ...
+- 681423 - introspection: assorted fixes...
+
 Overview of changes between 1.30.0 and 1.30.1
 =============================================
 - Update Arabic joining classes to 6.1.0
index f64046e..f677bb7 100644 (file)
@@ -21,8 +21,8 @@ dnl
 
 dnl The triplet 
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [30])
-m4_define([pango_version_micro], [1])
+m4_define([pango_version_minor], [31])
+m4_define([pango_version_micro], [0])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])