summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-11 10:29:49 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-11 10:31:49 -0400
commitc99c7784e5c65e9c67721ec7335bce57cbd59fe3 (patch)
tree5a7436d70ea1e5298009bc8aa668c12991401610 /NEWS
parent6035823cb335de9b05c4446935ea1d09d58c8921 (diff)
downloadpango-c99c7784e5c65e9c67721ec7335bce57cbd59fe3.tar.gz
Release 1.25.21.25.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63a3c280..15e232d4 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