=== Released 1.21.3 === PANGO_1_21_3
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 16 Jun 2008 20:40:23 +0000 (20:40 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 16 Jun 2008 20:40:23 +0000 (20:40 +0000)
2008-06-16  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.21.3 ===

        * configure.in: Version 1.21.3

        * NEWS: Updated.

svn path=/trunk/; revision=2654

ChangeLog
NEWS
configure.in

index 98b2007..4175dab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-06-16  Behdad Esfahbod  <behdad@gnome.org>
 
+       * === Released 1.21.3 ===
+
+       * configure.in: Version 1.21.3
+
+       * NEWS: Updated.
+
+2008-06-16  Behdad Esfahbod  <behdad@gnome.org>
+
        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 (file)
--- 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
index 839f0b7..da22d2a 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], [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)])