diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-10-28 19:31:17 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-10-28 19:31:17 +0000 |
commit | 8b3de1bab2b5c062340dd5495d0b4ad2f48c92c9 (patch) | |
tree | 41bdcfa389aec601d47985bd0c14ec3a9ac32096 /NEWS | |
parent | a9ff0d386ec26c51e1ab44f7d8a1da2a80ea2b7b (diff) | |
download | pango-8b3de1bab2b5c062340dd5495d0b4ad2f48c92c9.tar.gz |
=== Released 1.22.2 ===PANGO_1_22_2
2008-10-28 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.22.2 ===
* configure.in: Version 1.22.2
* NEWS: Updated.
svn path=/trunk/; revision=2735
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Overview of changes between 1.22.1 and 1.22.2 +============================================= +- Fix crasher when a PangoFcFontMap was freed before its fonts. +- Mark monospace fonts as monospace in the pangoatsui backend. +- Fix font description parsing to better handle "normal". +- Bugs fixed in this release: + Bug 558254 – Internal reference handling messed up + Bug 558107 – is_monospace always returns FALSE in pangoatsui + Bug 557620 – pango_font_description_from_string not correct + Overview of changes between 1.22.0 and 1.22.1 ============================================= - Fix crasher when freeing PangoLayoutIter's |