From: Behdad Esfahbod Date: Mon, 4 May 2009 20:23:51 +0000 (-0400) Subject: Released 1.24.2 X-Git-Tag: 1.24.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cf1dc67718227b27e79ba2694a93f4005d51db1;p=platform%2Fupstream%2Fpango.git Released 1.24.2 --- 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)])