summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-12-07 21:35:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-12-07 21:35:19 +0000
commit7e2ca8cae0d8a2f29ce10d9b5977dd94925c7823 (patch)
tree00db75f91e9e887990eff682b17f3878fa5644ed
parente35b3f26ffc3a810036c04dedc0ed80d13dca5f1 (diff)
downloadpango-7e2ca8cae0d8a2f29ce10d9b5977dd94925c7823.tar.gz
=== Released 1.14.9 ===PANGO_1_14_9
2006-12-07 Behdad Esfahbod <behdad@gnome.org> * === Released 1.14.9 === * configure.in: Version 1.14.9 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS21
-rw-r--r--configure.in4
3 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 99bdc606..0d2eeee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-12-07 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.14.9 ===
+
+ * configure.in: Version 1.14.9
+
+ * NEWS: Updated.
+
+2006-12-07 Behdad Esfahbod <behdad@gnome.org>
+
Red Hat Bug 216424: [te_IN] pango - consonant + dependent vowel (ai)
Composed char is not rendering properly
Patch from LingNing Zhang
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)])