diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-03-26 21:28:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-03-26 21:28:57 -0400 |
commit | 020aeadc1a41bea3fa95dfd7ddace50d97b9f78c (patch) | |
tree | 80315a5ddff4d552cdba24d9e82b6f52f7819afc | |
parent | 4ed7cd1a9e61f969bcdb616a5ba9a1290b7e43b4 (diff) | |
download | pango-020aeadc1a41bea3fa95dfd7ddace50d97b9f78c.tar.gz |
1.30.01.30.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +Overview of changes between 1.29.5 and 1.30.0 +============================================= +- 667799 - Fix cross-compiling bug in configure.in +- 664125 - Zero-width spaces cause missing characters +- CoreText backend: implement font fallbacks +- CoreText backend: make more robust against broken fonts +- CoreText backend: make shaping engine more robust +- CoreText backend: Guard against glyph count of zero +- Win32 build fixes + Overview of changes between 1.29.4 and 1.29.5 ============================================= - Documentation fixes diff --git a/configure.in b/configure.in index a3a9124e..344409e1 100644 --- a/configure.in +++ b/configure.in @@ -21,8 +21,8 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) -m4_define([pango_version_minor], [29]) -m4_define([pango_version_micro], [5]) +m4_define([pango_version_minor], [30]) +m4_define([pango_version_micro], [0]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro]) |