[pango] Release 1.25.4



commit a90b692a43bc94a7d204ff36422e3b0b3c5ba27d
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Aug 17 19:16:53 2009 -0400

    Release 1.25.4

 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 090bb0f..46607e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes between 1.25.3 and 1.25.4
+=============================================
+- Fix various possible overflows in HarfBuzz
+- Improve HB font sanitizing
+- Improved win32 performance
+- Really fix ming32 build issues
+- Re-enable introspection
+- Bugs fixed:
+    Bug 592131 -  Add AM_SILENT_RULES
+    Bug 592036 - integer overflow bug causes misrendering of Nepali
+	    characters
+    Bug 591511 â?? hh-blob.c does not compile using mingw on windows
+
 Overview of changes between 1.25.2 and 1.25.3
 =============================================
 - Fix couple of crashers
diff --git a/configure.in b/configure.in
index da5c716..f5c936d 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [25])
-m4_define([pango_version_micro], [3])
+m4_define([pango_version_micro], [4])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]