From 8b3de1bab2b5c062340dd5495d0b4ad2f48c92c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 28 Oct 2008 19:31:17 +0000 Subject: [PATCH] === Released 1.22.2 === 2008-10-28 Behdad Esfahbod * === Released 1.22.2 === * configure.in: Version 1.22.2 * NEWS: Updated. svn path=/trunk/; revision=2735 --- ChangeLog | 8 ++++++++ NEWS | 10 ++++++++++ configure.in | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91283a7..f38f647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-10-28 Behdad Esfahbod + * === Released 1.22.2 === + + * configure.in: Version 1.22.2 + + * NEWS: Updated. + +2008-10-28 Behdad Esfahbod + Bug 558254 – Internal reference handling messed up * pango/pangofc-font.c (pango_fc_font_get_coverage): diff --git a/NEWS b/NEWS index b3b757d..04cec5c 100644 --- a/NEWS +++ b/NEWS @@ -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 e9ccb75..c775f46 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. -- 2.7.4