summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS10
-rw-r--r--configure.in4
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3146ff0e..221d09aa 100644
--- 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 cb08c034..4a7d0f7c 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 1548ab2a..839f0b78 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)])