diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-11-23 14:16:55 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-11-23 14:16:55 +0000 |
commit | 0a557fdd7581a1f9c3ab664b7a594aaa0e61fc68 (patch) | |
tree | cbc9370232ac499fcf3a0b8b6abdb4f049f82820 | |
parent | 67a11bf31661236f34fa0e1958bc1c3b767d0b3b (diff) | |
download | pango-0a557fdd7581a1f9c3ab664b7a594aaa0e61fc68.tar.gz |
=== Released 1.22.3 ===PANGO_1_22_3
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
-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. |