From: Behdad Esfahbod Date: Mon, 16 Jun 2008 20:40:23 +0000 (+0000) Subject: === Released 1.21.3 === X-Git-Tag: PANGO_1_21_3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac0adf978b9b64d2976cd36a405b56d27992dfa2;p=platform%2Fupstream%2Fpango.git === Released 1.21.3 === 2008-06-16 Behdad Esfahbod * === Released 1.21.3 === * configure.in: Version 1.21.3 * NEWS: Updated. svn path=/trunk/; revision=2654 --- diff --git a/ChangeLog b/ChangeLog index 98b2007..4175dab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-06-16 Behdad Esfahbod + * === Released 1.21.3 === + + * configure.in: Version 1.21.3 + + * NEWS: Updated. + +2008-06-16 Behdad Esfahbod + Bug 538661 – Improve pango_cairo_context_update_context() * pango/pangocairo-context.c (_pango_cairo_update_context): diff --git a/NEWS b/NEWS index 4a7d0f7..352d342 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes between 1.21.2 and 1.21.3 +============================================== +- Various small fixes and improvements +- Bugs fixed in this release: + Bug 538661 – Improve pango_cairo_context_update_context() + Bug 536190 – Make pango_fc_font_map_clear_cache() public? + Bug 537258 – Add a pango_language_to_string() function + Bug 537257 – pango_language_from_string(NULL) not happy + Bug 537186 – Make PangoFcFont pattern property readable + Overview of changes between 1.21.1 and 1.21.2 ============================================== - Various win32 font handling improvements diff --git a/configure.in b/configure.in index 839f0b7..da22d2a 100644 --- a/configure.in +++ b/configure.in @@ -22,13 +22,13 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [21]) -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. m4_define([pango_api_version], [1.0]) dnl Number of releases since we've added interfaces -m4_define([pango_interface_age], [1]) +m4_define([pango_interface_age], [2]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_version_minor + pango_version_micro)])