=== Released 1.22.2 === PANGO_1_22_2
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 28 Oct 2008 19:31:17 +0000 (19:31 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 28 Oct 2008 19:31:17 +0000 (19:31 +0000)
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

ChangeLog
NEWS
configure.in

index 91283a7..f38f647 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/NEWS b/NEWS
index b3b757d..04cec5c 100644 (file)
--- 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
index e9ccb75..c775f46 100644 (file)
@@ -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.