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 | |
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
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,5 +1,13 @@ 2008-10-28 Behdad Esfahbod <behdad@gnome.org> + * === Released 1.22.2 === + + * configure.in: Version 1.22.2 + + * NEWS: Updated. + +2008-10-28 Behdad Esfahbod <behdad@gnome.org> + Bug 558254 – Internal reference handling messed up * pango/pangofc-font.c (pango_fc_font_get_coverage): @@ -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 diff --git a/configure.in b/configure.in index e9ccb753..c775f46a 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [22]) -m4_define([pango_version_micro], [1]) +m4_define([pango_version_micro], [2]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro]) dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. |