pango r2742 - trunk



Author: behdad
Date: Sun Nov 23 14:16:55 2008
New Revision: 2742
URL: http://svn.gnome.org/viewvc/pango?rev=2742&view=rev

Log:
2008-11-23  Behdad Esfahbod  <behdad gnome org>

        * === Released 1.22.3 ===

        * configure.in: Version 1.22.3

        * NEWS: Updated.

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Nov 23 14:16:55 2008
@@ -1,3 +1,14 @@
+Overview of changes between 1.22.2 and 1.22.3
+=============================================
+- Minor bug fix with matrix operations
+- Fix build with older compilers
+- Bugs fixed in this release:
+	Bug 561779 â incorrect calculations in pango_matrix_concat
+		implementation
+	Bug 560730 â pango 1.22.2 build failure on Solaris 10, too many array
+		initializers in pango-language.c
+	Bug 561740 â Use stack allocation for thai_engine_break
+
 Overview of changes between 1.22.1 and 1.22.2
 =============================================
 - Fix crasher when a PangoFcFontMap was freed before its fonts.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Nov 23 14:16:55 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], [2])
+m4_define([pango_version_micro], [3])
 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]