From: Behdad Esfahbod Date: Mon, 2 Jun 2008 21:40:53 +0000 (+0000) Subject: === Released 1.21.2 === X-Git-Tag: PANGO_1_21_2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d45136a0275b46a589e1c20d22b8662a57749a1a;p=platform%2Fupstream%2Fpango.git === Released 1.21.2 === 2008-06-02 Behdad Esfahbod * === Released 1.21.2 === * configure.in: Version 1.21.2 * NEWS: Updated. svn path=/trunk/; revision=2647 --- diff --git a/ChangeLog b/ChangeLog index 3146ff0..221d09a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-02 Behdad Esfahbod + + * === Released 1.21.2 === + + * configure.in: Version 1.21.2 + + * NEWS: Updated. + 2008-05-28 Behdad Esfahbod Bug 510299 – OpenType font variants are broken with ATSUI/Cairo diff --git a/NEWS b/NEWS index cb08c03..4a7d0f7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes between 1.21.1 and 1.21.2 +============================================== +- Various win32 font handling improvements +- Bugs fixed in this release: + Bug 510299 – OpenType font variants are broken with ATSUI/Cairo + Bug 436363 - Bold and Bold Italic style of MS-Mincho font are not + listed in GtkFontSelection + Bug 523193 – Vista Hebrew, CJK fonts to builtin win32 pango aliases + Patch by Daniel Atallah. + Overview of changes between 1.21.0 and 1.21.1 ============================================== - Partial work to make pango_break() exactly follow Unicode TR#14 and TR#29. diff --git a/configure.in b/configure.in index 1548ab2..839f0b7 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], [1]) +m4_define([pango_version_micro], [2]) 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], [0]) +m4_define([pango_interface_age], [1]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_version_minor + pango_version_micro)])