summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-09-15 22:29:43 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-09-15 22:29:43 +0000
commitf8c9d3a0cc6c3bd9d5ab9783d2f8c27c2b74e1ba (patch)
tree97efed442d5ebc8e37403fdc8116b11f6094b081
parent6925b39e7ca91e6fb77ace62235e3a3e2d9b69d5 (diff)
downloadpango-f8c9d3a0cc6c3bd9d5ab9783d2f8c27c2b74e1ba.tar.gz
=== Released 1.14.4 ===PANGO_1_14_4
2006-09-15 Behdad Esfahbod <behdad@gnome.org> * === Released 1.14.4 === * configure.in: Version 1.14.4 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS25
-rw-r--r--configure.in4
3 files changed, 35 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b8bf22e6..49131600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-15 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.14.4 ===
+
+ * configure.in: Version 1.14.4
+
+ * NEWS: Updated.
+
2006-09-13 Behdad Esfahbod <behdad@gnome.org>
Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam is
diff --git a/NEWS b/NEWS
index 81539aee..b7c6eb72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of changes between 1.14.3 and 1.14.4
+==============================================
+* Indic shaper fixes.
+* Misc bug fixes.
+* Bugs fixed in this release:
+ Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam is
+ wrong
+ Patch from LingNing Zhang
+ Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of
+ Malayalm are wrong.
+ Patch from LingNing Zhang
+ Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but
+ it is "reserved" in Pango
+ Patch from LingNing Zhang
+ Bug 355550 – Miscalculation of logical attributes in
+ pango_get_log_attrs()
+ Patch from Theppitak Karoonboonyanan
+ Bug 355697 – The IndicOTClassTable of Oriya has a error.
+ Bug 355782 – Misaligned extents in pango
+ Bug 355605 – hexbox with 0000 in it
+ Bug 355435 – Invalid calls to pango_map_get_engine()
+ Patch from Theppitak Karoonboonyanan
+ Bug 347146 – underline/overstrike spaces
+ Bug 352535 – Ink extents of empty glyph
+
Overview of changes between 1.14.2 and 1.14.3
==============================================
* Win32 build improvement. [Tor Lillqist]
diff --git a/configure.in b/configure.in
index 84a03346..a7f80266 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], [3])
+m4_define([pango_micro_version], [4])
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], [3])
+m4_define([pango_interface_age], [4])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])