[pango] Released 1.24.2



commit 8cf1dc67718227b27e79ba2694a93f4005d51db1
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon May 4 16:23:51 2009 -0400

    Released 1.24.2
---
 NEWS         |   11 +++++++++++
 configure.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8c1a53b..2672a48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes between 1.24.1 and 1.24.2
+=============================================
+- Misc bug fixes
+    Bug 580987 â?? SIGFPE in pango_glyph_string_index_to_x
+    Bug 580273 â?? Font metrics functions incorrectly listed as reporting
+	    point sizes
+    Bug 579694 â?? Cygwin parallel-build patch
+    Bug 578944 â?? pango-1.24.1 fails its testsuite
+    Bug 578935 â?? Syntax error (missing semicolon) in
+	    pango/pangowin32-fontmap.c
+
 Overview of changes between 1.24.0 and 1.24.1
 =============================================
 - Fix a couple of crashers
diff --git a/configure.in b/configure.in
index 53df474..056dd14 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], [24])
-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]