summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-04-08 22:55:17 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-04-08 22:55:17 +0000
commit486f2412e8e7cf047b7b186d21cfcd4758832059 (patch)
treea33f398591da85f4ca8bcf249c629f10dd4bc1f2
parent177f0e5723f7402fad868abe2601ea246308892c (diff)
downloadpango-486f2412e8e7cf047b7b186d21cfcd4758832059.tar.gz
=== Released 1.20.1 ===PANGO_1_20_1
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
-rw-r--r--ChangeLog8
-rw-r--r--NEWS9
-rw-r--r--configure.in4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f24140f..37ab1d17 100644
--- 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 c96b83de..5bab2c80 100644
--- 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!
diff --git a/configure.in b/configure.in
index 56c2516b..a7f32da2 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], [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)])