summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 11:50:30 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 11:57:41 -0400
commite6e9681411d07bbbca4c2c00052896aab3459fef (patch)
tree56f3372fcce90b7785203fc374ca44794b703189
parenta2017573b50a7b739dab20f343a60ee7e2ea322f (diff)
downloadpango-1.25.1.tar.gz
Release 1.25.11.25.1
-rw-r--r--NEWS18
-rw-r--r--configure.in4
2 files changed, 20 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 006e813f..63a3c280 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 5c1b2838..783742a4 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)])