=== Released 1.22.3 === PANGO_1_22_3
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 23 Nov 2008 14:16:55 +0000 (14:16 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 23 Nov 2008 14:16:55 +0000 (14:16 +0000)
2008-11-23  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.22.3 ===

        * configure.in: Version 1.22.3

        * NEWS: Updated.

svn path=/trunk/; revision=2742

ChangeLog
NEWS
configure.in

index e83f40b..4124585 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-23  Behdad Esfahbod  <behdad@gnome.org>
+
+       * === Released 1.22.3 ===
+
+       * configure.in: Version 1.22.3
+
+       * NEWS: Updated.
+
 2008-11-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>
 
        * modules/thai/thai-lang.c (thai_engine_break):
diff --git a/NEWS b/NEWS
index 04cec5c..0082973 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.
index c775f46..56f01d1 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], [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.