[pango] Release 1.25.2
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] Release 1.25.2
- Date: Tue, 11 Aug 2009 14:39:09 +0000 (UTC)
commit c99c7784e5c65e9c67721ec7335bce57cbd59fe3
Author: Behdad Esfahbod <behdad behdad org>
Date: Tue Aug 11 10:29:49 2009 -0400
Release 1.25.2
NEWS | 8 ++++++++
configure.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 63a3c28..15e232d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes between 1.25.1 and 1.25.2
+=============================================
+- Tweak C++ compiler options. If you get link errors with gcc on
+ x86-64 about __gxx_personality_v0(), make sure your CXXFLAGS does
+ not have -fexceptions. This will be fixed in Pango itself later.
+- Fix crasher with gzipped fonts.
+ Bug 591409 â?? crash in firefox. Handle non-mmapped FT_Face
+
Overview of changes between 1.24.5 and 1.25.1
=============================================
- Merge harfbuzz-ng: brand new OpenType Layout engine
diff --git a/configure.in b/configure.in
index 9034916..1ba72c8 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], [1])
+m4_define([pango_version_micro], [2])
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], [1])
+m4_define([pango_interface_age], [2])
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]