Release 1.25.1 1.25.1
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Aug 2009 15:50:30 +0000 (11:50 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 10 Aug 2009 15:57:41 +0000 (11:57 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 006e813..63a3c28 100644 (file)
--- 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
index 5c1b283..783742a 100644 (file)
@@ -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)])