From: Behdad Esfahbod Date: Sun, 23 Nov 2008 14:16:55 +0000 (+0000) Subject: === Released 1.22.3 === X-Git-Tag: PANGO_1_22_3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a557fdd7581a1f9c3ab664b7a594aaa0e61fc68;p=platform%2Fupstream%2Fpango.git === Released 1.22.3 === 2008-11-23 Behdad Esfahbod * === Released 1.22.3 === * configure.in: Version 1.22.3 * NEWS: Updated. svn path=/trunk/; revision=2742 --- diff --git a/ChangeLog b/ChangeLog index e83f40b..4124585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-11-23 Behdad Esfahbod + + * === Released 1.22.3 === + + * configure.in: Version 1.22.3 + + * NEWS: Updated. + 2008-11-22 Theppitak Karoonboonyanan * modules/thai/thai-lang.c (thai_engine_break): diff --git a/NEWS b/NEWS index 04cec5c..0082973 100644 --- 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. diff --git a/configure.in b/configure.in index c775f46..56f01d1 100644 --- a/configure.in +++ b/configure.in @@ -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.