=== Released 1.20.1 === PANGO_1_20_1
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 8 Apr 2008 22:55:17 +0000 (22:55 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 8 Apr 2008 22:55:17 +0000 (22:55 +0000)
2008-04-08  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.20.1 ===

        * configure.in: Version 1.20.1

        * NEWS: Updated.

svn path=/trunk/; revision=2589

ChangeLog
NEWS
configure.in

index 8f24140..37ab1d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
 
+       * === Released 1.20.1 ===
+
+       * configure.in: Version 1.20.1
+
+       * NEWS: Updated.
+
+2008-04-08  Behdad Esfahbod  <behdad@gnome.org>
+
        Bug 491553 – Update to Unicode 5.1.0
 
        * docs/tmpl/scripts.sgml:
diff --git a/NEWS b/NEWS
index c96b83d..5bab2c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes between 1.20.0 and 1.20.1
+==============================================
+- Update to Unicode Character Databse 5.1.0.  This adds new entries to
+  the PangoScript enum.  Requires glib >= 2.16.3 for the update Unicode
+  data there, but not bumping the requirement in a stable point release.
+- Try making our OS X stuff compile with latest cairo 1.5.x snapshots
+  that renamed cairo-atsui to cairo-quartz-font, as well as older versions.
+- Minor bug fixes.
+
 Overview of changes between 1.19.4 and 1.20.0
 ==============================================
 - New stable release!
index 56c2516..a7f32da 100644 (file)
@@ -22,13 +22,13 @@ dnl
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [20])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
 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)])