Released 1.24.2 1.24.2
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 4 May 2009 20:23:51 +0000 (16:23 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 4 May 2009 20:23:51 +0000 (16:23 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 8c1a53b..2672a48 100644 (file)
--- 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
index 53df474..056dd14 100644 (file)
@@ -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)])