summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent6925b39e7ca91e6fb77ace62235e3a3e2d9b69d5 (diff)
downloadpango-PANGO_1_14_4.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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
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]