diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 35 insertions, 2 deletions
@@ -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 @@ -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)]) |