summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-07-27 21:40:23 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-07-27 21:40:23 +0000
commitacabcb969481aeb0481d7f824076fd0ea2fb9273 (patch)
tree6888202d7045502fd78d508b4cba65c5233025c5
parent317895038e4eb68a333b4baed3865c90ab0316a4 (diff)
downloadpango-acabcb969481aeb0481d7f824076fd0ea2fb9273.tar.gz
=== Released 1.16.5 ===
2007-07-27 Behdad Esfahbod <behdad@gnome.org> * === Released 1.16.5 === * configure.in: Version 1.16.5 * NEWS: Updated. svn path=/branches/pango-1-16/; revision=2380
-rw-r--r--ChangeLog8
-rw-r--r--NEWS11
-rw-r--r--configure.in4
3 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fe2fd8ce..ea4b1abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-27 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.16.5 ===
+
+ * configure.in: Version 1.16.5
+
+ * NEWS: Updated.
+
2007-06-02 Behdad Esfahbod <behdad@gnome.org>
Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break
diff --git a/NEWS b/NEWS
index 965392a2..c1a8d4a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes between 1.16.4 and 1.16.5
+==============================================
+- ATSUI backend now lists synthesized italic faces like other
+- Misc optimizations and fixes.
+- Bugs fixed in this release:
+ Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break
+ Patch from Martin Hosken
+ Bug 416515 – Time is not aligned with date on vertical panel
+ Bug 436154 – Error building the pango.modules file while cross compiling
+ Bug 434160 - [atsui] Italic versions of some faces can't be created
+
Overview of changes between 1.16.3 and 1.16.4
==============================================
- Add new configure option --disable-doc-cross-references and make
diff --git a/configure.in b/configure.in
index 14fc2665..3baf3833 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], [16])
-m4_define([pango_version_micro], [4])
+m4_define([pango_version_micro], [5])
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], [4])
+m4_define([pango_interface_age], [5])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_version_minor + pango_version_micro)])