diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-12-08 21:03:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-12-08 21:03:25 +0000 |
commit | f33287b277ad7ba82ba5c0a4a43024d9f7b78fbb (patch) | |
tree | e6914d10fb917688a45fba9a510aabf88e88f59f /NEWS | |
parent | c2d6a3e80e92d1f58e7d7649174d884ff96e7b00 (diff) | |
download | pango-f33287b277ad7ba82ba5c0a4a43024d9f7b78fbb.tar.gz |
=== Released 1.3.1 ===PANGO_1_3_1
Mon Dec 8 12:57:03 2003 Owen Taylor <otaylor@redhat.com>
* === Released 1.3.1 ===
* NEWS: Further updates for 1.3.1
* pango/pango-script.c (pango_script_iter_next): Put in
a hopefully-correct fix for a problem with invalid values of
start_sp causing out-of-bounds writes. (#125928,
Morten Welinder)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ Overview of changes between 1.3.0 and 1.3.1 =========================================== +* Support non-Unicode font encodings when supported by fontconfig + [Sven Neumann] +* Draw 6-digit hex boxes for > U+FFFF [Noah Levitt] +* Update to latest fribidi [Noah] +* Honor U+2028 LINE SEPARATOR [Noah] * Fix a problem with iteration by chars [Mariano Suárez-Alvarez] -* Misc bug and build fixes [Martin Kretzschmar, Padraig O'Briain] +* Misc bug and build fixes [Jeff Bonggren, Martin Kretzschmar, + Noah, Sven Neumann, Padraig O'Briain, Manish Singh, + Morten Welinder] * Fix header file includes to work with recent FreeType. Overview of changes between 1.2.x and 1.3.0 |