summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-10-12 19:43:55 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-10-12 19:43:55 +0000
commit8b900718a8757a549b06bffd47e90da93a666887 (patch)
treef8670f90c6558bf53700c7968c76160a8f6f7492
parent49370acd3a526f325066c8ca7d9f9188bb2a0f00 (diff)
downloadpango-PANGO_1_14_6.tar.gz
=== Released 1.14.6 ===PANGO_1_14_6
2006-10-12 Behdad Esfahbod <behdad@gnome.org> * === Released 1.14.6 === * configure.in: Version 1.14.6 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS16
-rw-r--r--configure.in4
3 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d5b0f186..e3df6247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-10-12 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.14.6 ===
+
+ * configure.in: Version 1.14.6
+
+ * NEWS: Updated.
+
+2006-10-12 Behdad Esfahbod <behdad@gnome.org>
+
Bug 353877 – Sinhala is_cursor_position and
backspace_deletes_character issues
Patch from Akira TAGOH
diff --git a/NEWS b/NEWS
index 34129b65..6402b87a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes between 1.14.5 and 1.14.6
+==============================================
+* Backport language-engine handling fixes from HEAD.
+* Add simple Arabic and Indic language engines.
+* Indic shaper fixes.
+* Bugs fixed in this release:
+ Bug 353877 – Sinhala is_cursor_position and
+ backspace_deletes_character issues
+ Patch from Akira TAGOH
+ Bug 358224 – Telugu Character U+0C31 does not render its below-base
+ form.
+ Patch from Rahul Bhalerao
+ Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0)
+ are not rendered.
+ Patch from Rahul Bhalerao
+
Overview of changes between 1.14.4 and 1.14.5
==============================================
* Indic shaper fixes.
diff --git a/configure.in b/configure.in
index 2987ca06..7682e8e2 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], [5])
+m4_define([pango_micro_version], [6])
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], [5])
+m4_define([pango_interface_age], [6])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])