Release 1.24.3 1.24.3
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 19 Jun 2009 18:05:14 +0000 (14:05 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 19 Jun 2009 18:05:14 +0000 (14:05 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 2672a48..160e88e 100644 (file)
--- 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
index 056dd14..301b3b9 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], [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)])