diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2008-09-08 Behdad Esfahbod <behdad@gnome.org> + + * === Released 1.21.6 === + + * configure.in: Version 1.21.6 + + * NEWS: Updated. + 2008-09-03 Alberto Ruiz <aruiz@gnome.org> Bug 550659 – configure.in ignores a win32 backend only scenario @@ -1,3 +1,13 @@ +Overview of changes between 1.21.5 and 1.21.6 +============================================= +- Win32 cross-compiling build system fix +- Improve language sample strings. +- Bugs fixed in this release: + Bug 550659 – configure.in ignores a win32 backend only scenario + Bug 549758 – Swedish font sample text could use punctuation + Bug 549522 – New pt_BR pangram for pango + Bug 549520 – fr sample string + Overview of changes between 1.21.4 and 1.21.5 ============================================= - Make the reference the font->fontmap reference weak. Previously all diff --git a/configure.in b/configure.in index f25e50bd..7cb64fd2 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], [21]) -m4_define([pango_version_micro], [5]) +m4_define([pango_version_micro], [6]) 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. |