[pango] Release 1.25.6



commit 03e20e37a11971de6717c88d392362ec9e858880
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Sep 8 11:41:38 2009 -0400

    Release 1.25.6

 NEWS         |    7 +++++++
 configure.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index cf4fc56..ce5da97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.25.5 and 1.25.6
+=============================================
+- Fix a couple of array overflow bugs
+- Bugs fixed:
+    Bug 593240 - updating pango to latest git master makes things crash
+    Bug 593231 - < c99 compiler dislikes ValueRecord
+
 Overview of changes between 1.25.4 and 1.25.5
 =============================================
 - Minor HarfBuzz code shuffling
diff --git a/configure.in b/configure.in
index 6498460..8509178 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], [5])
+m4_define([pango_version_micro], [6])
 
 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]