summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-04 21:36:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-04 22:00:18 -0400
commit3777c156bd49378d08df6d7c3c2eba04cda5a7d1 (patch)
tree60b255fac93dc1a635cc9d9ea1197b955155c0f6
parent007aa41d10038e9632bad373a837e540b4d0e8e4 (diff)
downloadpango-3777c156bd49378d08df6d7c3c2eba04cda5a7d1.tar.gz
1.31.11.31.1
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5b891ec8..a6ade4bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,16 @@
Overview of changes between 1.31.0 and 1.31.1
=============================================
- The module cache file can now be located in libdir
+- Initial work towards making pango thread-safe
+- Update to Unicode 6.1.
- 682421 - Fix vertical text, gravity, etc, with HarfBuzz
+- 678721 - Don't need to get item properties...
+- 678997 - Colors aqua, silver and indigo missing...
+- 653347 - rise units documented incorrectly
+- 682952 - remove old glib check
- Deprecate pango-ot.h.
-- Update to Unicode 6.1.
+- Deprecate pango_fc_font_kern_glyphs
+- Deprecate pango_lookup_aliases
Overview of changes between 1.30.1 and 1.31.0
=============================================
diff --git a/configure.in b/configure.in
index 28c913d5..dc90f132 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl so that we can base configure --help output off
dnl of them.
dnl
-dnl The triplet
+dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [31])
m4_define([pango_version_micro], [1])