diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 20 insertions, 1 deletions
@@ -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): @@ -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 c775f46a..56f01d11 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. |