pango r2735 - trunk



Author: behdad
Date: Tue Oct 28 19:31:17 2008
New Revision: 2735
URL: http://svn.gnome.org/viewvc/pango?rev=2735&view=rev

Log:
2008-10-28  Behdad Esfahbod  <behdad gnome org>

        * === Released 1.22.2 ===

        * configure.in: Version 1.22.2

        * NEWS: Updated.

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Oct 28 19:31:17 2008
@@ -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

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Oct 28 19:31:17 2008
@@ -22,7 +22,7 @@
 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]