diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 8 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 22 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2005-07-26 Owen Taylor <otaylor@redhat.com> + + * === Released 1.9.1 === + + * configure.in: Version 1.9.1 + + * NEWS: Updated + 2005-07-26 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index af161bf8..1db39fae 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,11 @@ +2005-07-26 Owen Taylor <otaylor@redhat.com> + + * === Released 1.9.1 === + + * configure.in: Version 1.9.1 + + * NEWS: Updated + 2005-07-26 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups @@ -4,7 +4,7 @@ overview of changes between 1.9.0 and 1.9.1 the Cairo backend. * Adapt to recent Cairo API changes * Win32 build improvements [Tor Lillqvist] -* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons] +* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons, Kazuki IWAMOTO] Overview of changes between 1.8.x and 1.9.x =========================================== @@ -27,18 +27,20 @@ Overview of changes between 1.8.1 and 1.8.2 [Tommi Komulainen, Ross Burton] * Remove dependence of opentype code on FreeType internals [David Turner, Behdad Esfahbod] -* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] * Cache metrics for the Win32 backend [Tor Lillqvist] * Improve handling of RTL text when passing it to Uniscribe [Tor] * Support for TrueType fonts on Win32 with characters outside the BMP [Tor] * Handle alpha in XftColors again. [Mikael Magnusson] +* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] * Handle zero width chars properly in Hangul backend [Young-Ho Cha, Changwoo Ryu] +* Fix Oriya character classification [Gora Mohanty, Gautam Sengupta] +* PangoAttrIterator bug fixes [Morten Welinder] * Clean up copyright/licensing information [William N. Ray] * Misc bug and build fixes [Sebastien Bacher, Brandon Bergren, Chris Blizzard, Paolo Borelli, Behdad, Harshula, Alex Jones, Aivars Kalvans, Stepan Kasal, Karel Kulhavy, Ryan Lortie, Ben Maurer, Sukhjinder Sidhu, - Manish Singh, Emil Soleyman-Zomalan, Morten Welinder] + Manish Singh, Emil Soleyman-Zomalan, Morten] Overview of changes between 1.8.0 and 1.8.1 =========================================== diff --git a/configure.in b/configure.in index 520b8f9d..91a5f611 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) m4_define([pango_minor_version], [9]) -m4_define([pango_micro_version], [0]) +m4_define([pango_micro_version], [1]) m4_define([pango_version], [pango_major_version.pango_minor_version.pango_micro_version]) dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. |