pango r2731 - trunk



Author: behdad
Date: Thu Oct 23 18:24:38 2008
New Revision: 2731
URL: http://svn.gnome.org/viewvc/pango?rev=2731&view=rev

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

        * === Released 1.22.1 ===

        * configure.in: Version 1.22.1

        * NEWS: Updated.

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Oct 23 18:24:38 2008
@@ -1,3 +1,20 @@
+Overview of changes between 1.22.0 and 1.22.1
+=============================================
+- Fix crasher when freeing PangoLayoutIter's
+- Fix loading of bogus OpenType anchor tables
+- Fix OpenType CursiveChain positioning
+- Misc bug fixes
+- Bugs fixed in this release:
+	Bug 528272 â "Error loading GPOS table 5503" when using katakana
+		characters
+	Bug 552107 â Small libtool fixes
+		Patch by Patryk Zawadzki
+	Bug 539623 â document that pango_color_parse accepts NULL
+	Bug 555219 â Memory leak when using pango_layout_iter_copy
+		Patch from Falk Rohsiepe
+	Bug 553345 â Japanese pangram.
+		Patch from  Takeshi AIHANA
+
 Overview of changes between 1.21.6 and 1.22.0
 =============================================
 - Require cairo >= 1.7.6.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Oct 23 18:24:38 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], [0])
+m4_define([pango_version_micro], [1])
 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]