=== Released 1.21.2 === PANGO_1_21_2
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 2 Jun 2008 21:40:53 +0000 (21:40 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 2 Jun 2008 21:40:53 +0000 (21:40 +0000)
2008-06-02  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.21.2 ===

        * configure.in: Version 1.21.2

        * NEWS: Updated.

svn path=/trunk/; revision=2647

ChangeLog
NEWS
configure.in

index 3146ff0..221d09a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-02  Behdad Esfahbod  <behdad@gnome.org>
+
+       * === Released 1.21.2 ===
+
+       * configure.in: Version 1.21.2
+
+       * NEWS: Updated.
+
 2008-05-28  Behdad Esfahbod  <behdad@gnome.org>
 
        Bug 510299 – OpenType font variants are broken with ATSUI/Cairo
diff --git a/NEWS b/NEWS
index cb08c03..4a7d0f7 100644 (file)
--- 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.
index 1548ab2..839f0b7 100644 (file)
@@ -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)])