[pango] Release 1.25.1
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] Release 1.25.1
- Date: Mon, 10 Aug 2009 16:48:33 +0000 (UTC)
commit e6e9681411d07bbbca4c2c00052896aab3459fef
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Aug 10 11:50:30 2009 -0400
Release 1.25.1
NEWS | 18 ++++++++++++++++++
configure.in | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 006e813..63a3c28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of changes between 1.24.5 and 1.25.1
+=============================================
+- Merge harfbuzz-ng: brand new OpenType Layout engine
+ Currently is not very portable. Will be fixed as
+ reports come in.
+
+- Port to ATSUI backend to use CoreText instead of ATS
+- New public API:
+
+ pango_gravity_get_for_script_and_width()
+
+- Misc bug fixes
+ Bug 590042 â?? pango-view.1 manpage should not be gzipped
+ Bug 410169 â?? gravity problem with Common chars
+ Bug 589113 â?? Some characters rotated incorrectly in vertical text
+ Bug 582851 -- Little fix for compiling with Cygwin
+ Bug 588060 -- Fonts missing on Cygwin
+
Overview of changes between 1.24.4 and 1.24.5
=============================================
- Build introspection again
diff --git a/configure.in b/configure.in
index 5c1b283..783742a 100644
--- a/configure.in
+++ b/configure.in
@@ -22,14 +22,14 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [25])
-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
dnl XXX For 1.25 release simply remove it and make it automatic.
-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)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]