From 7e2ca8cae0d8a2f29ce10d9b5977dd94925c7823 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 7 Dec 2006 21:35:19 +0000 Subject: === Released 1.14.9 === 2006-12-07 Behdad Esfahbod * === Released 1.14.9 === * configure.in: Version 1.14.9 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 21 +++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99bdc606..0d2eeee6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-12-07 Behdad Esfahbod + + * === Released 1.14.9 === + + * configure.in: Version 1.14.9 + + * NEWS: Updated. + 2006-12-07 Behdad Esfahbod Red Hat Bug 216424: [te_IN] pango - consonant + dependent vowel (ai) diff --git a/NEWS b/NEWS index 2c837bae..cc87d535 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Overview of changes between 1.14.8 and 1.14.9 +============================================== +* Add Thai langauage engine. +* Improved Indic module. +* Output correct path for hexboxes in pango_cairo_layout_path(). +* Misc small fixes. +* Bugs fixed in this release: + Red Hat Bug 216424: [te_IN] pango - consonant + dependent vowel (ai) + Composed char is not rendering properly + Patch from LingNing Zhang + Red Hat Bug 216850: Issue in combination with vowels (ml_IN) + Patch from LingNing Zhang + Red Hat Bug 211964: [ta] Rendering issue with Tamil + Patch from LingNing Zhang + Red Hat Bug 213632: ZWJ (200d) and ZWNJ (200c) showing same output + Patch from LingNing Zhang + Bug 382437 – tests/testboundaries fails + Bug 371388 – Add Thai langauage engine + Patch from Theppitak Karoonboonyanan + Bug 377975 – bug in _pango_glyph_item_iter_next_cluster + Overview of changes between 1.14.7 and 1.14.8 ============================================== * Improved thread-safety. Pango is still NOT thread-safe, but this fixes diff --git a/configure.in b/configure.in index eb41678d..152b9d35 100644 --- a/configure.in +++ b/configure.in @@ -22,13 +22,13 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) m4_define([pango_minor_version], [14]) -m4_define([pango_micro_version], [8]) +m4_define([pango_micro_version], [9]) 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. m4_define([pango_api_version], [1.0]) dnl Number of releases since we've added interfaces -m4_define([pango_interface_age], [8]) +m4_define([pango_interface_age], [9]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_minor_version + pango_micro_version)]) -- cgit v1.2.1