pango r2722 - trunk



Author: behdad
Date: Mon Sep 22 22:34:34 2008
New Revision: 2722
URL: http://svn.gnome.org/viewvc/pango?rev=2722&view=rev

Log:
2008-09-22  Behdad Esfahbod  <behdad gnome org>

        * === Released 1.22.0 ===

        * configure.in: Version 1.22.0

        * NEWS: Updated.

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep 22 22:34:34 2008
@@ -1,3 +1,15 @@
+Overview of changes between 1.21.6 and 1.22.0
+=============================================
+- Require cairo >= 1.7.6.
+- Improved Romanian sample text
+- Don't use deprecated glib win32 API
+- Misc bug fixes
+- Bugs fixed in this release:
+	Bug 552993 â Romanian pangram
+	Bug 551865 â Can't change justification of a PangoLayout after first
+		draw
+	Bug 551416 - pangowin32-fontcache.c: argument is different type
+
 Overview of changes between 1.21.5 and 1.21.6
 =============================================
 - Win32 cross-compiling build system fix

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep 22 22:34:34 2008
@@ -21,8 +21,8 @@
 
 dnl The triplet 
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [21])
-m4_define([pango_version_micro], [6])
+m4_define([pango_version_minor], [22])
+m4_define([pango_version_micro], [0])
 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]