summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-11-02 18:46:43 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-11-02 18:46:43 +0000
commit71d62a7febe8a8ee7fb4b00410fe9c4f13da44e0 (patch)
tree302adeba63cec8d2a6c137ebeef79bf11066dc3b /NEWS
parente7a3d2af2ba0eb315ca69b2595fb5d4cdb137168 (diff)
downloadpango-71d62a7febe8a8ee7fb4b00410fe9c4f13da44e0.tar.gz
=== Released 1.1.3 ===PANGO_1_1_3
Fri Nov 1 21:08:42 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.3 === * configure.in: Version 1.1.3 * NEWS: Updated. * pango/pangofc-fontmap.cI (pango_fc_font_set_free): Free font_set->patterns. (Found by Sven Neumann, #91698)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bcb6bf6b..15a33503 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes between 1.1.2 and 1.1.3
+
+* Hangul module bug fixes and improvements [Changwoo Ryu, Jungshik Shin]
+ - Move rendering of precomposed characters to hangul-xft shaper
+ - Handle Hangul tone marks
+* Win32 improvements [Tor Lillqvist]
+ - Use Uniscribe when present
+* Some doc build fixes [Matthias Clasen]
+* Code cleanup [Manish Singh]
+* Fix assertion failure in PangoLayout [Alex Larsson]
+* Fix memory leak when freeing fontmaps [Sven Neumann]
+
Changes between 1.1.1 and 1.1.2
* Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson]