From fd5f93fc6bdf5d8985826c3caa56e2081279cf0e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 19 Jun 2009 14:05:14 -0400 Subject: [PATCH] Release 1.24.3 --- NEWS | 11 +++++++++++ configure.in | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2672a48..160e88e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Overview of changes between 1.24.2 and 1.24.3 +============================================= +- Fix build with new automake +- Misc bug fixes + Bug 585337 – Fails to install: install: will not overwrite + just-created + Bug 585164 – 'man preload' shows man page for pango-view + Bug 584328 – Persian sample text is not good + Bug 583250 – pango_font_metrics_get_approximate_char_width is + wrong when LANG=fa_IR + Overview of changes between 1.24.1 and 1.24.2 ============================================= - Misc bug fixes diff --git a/configure.in b/configure.in index 056dd14..301b3b9 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], [2]) +m4_define([pango_version_micro], [3]) 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], [2]) +m4_define([pango_interface_age], [3]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_version_minor + pango_version_micro)]) -- 2.7.4