From 0a557fdd7581a1f9c3ab664b7a594aaa0e61fc68 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 23 Nov 2008 14:16:55 +0000 Subject: [PATCH] === 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 --- ChangeLog | 8 ++++++++ NEWS | 11 +++++++++++ configure.in | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) 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. -- 2.7.4