=== Released 1.15.5 === PANGO_1_15_5
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 23 Jan 2007 00:20:18 +0000 (00:20 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 23 Jan 2007 00:20:18 +0000 (00:20 +0000)
2007-01-22  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.15.5 ===

        * configure.in: Version 1.15.5

        * NEWS: Updated.

svn path=/trunk/; revision=2180

ChangeLog
NEWS
configure.in

index 0557eaa..fe50a05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2007-01-22  Behdad Esfahbod  <behdad@gnome.org>
 
+       * === Released 1.15.5 ===
+
+       * configure.in: Version 1.15.5
+
+       * NEWS: Updated.
+
+2007-01-22  Behdad Esfahbod  <behdad@gnome.org>
+
        * pango/pango-glyph-item.c (_pango_glyph_item_iter_next_cluster):
        Fix the "menu accels are two chars wide" bug that was introduced
        by the recent changes in this function, in 1.15.4.  Apparently
diff --git a/NEWS b/NEWS
index c7d9b93..5989d0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes between 1.15.4 and 1.15.5
+==============================================
+- Fix the "menu accels are two chars wide" bug that was introduced in 1.15.4
+- Respect FC_HINT_STYLE in the ft2 backend.  Patch has been in Fedora for ages.
+- Require automake 1.9
+Bugs fixed in this release:
+       Bug 398238 – pangorc file missing from tests directory
+
 Overview of changes between 1.15.3 and 1.15.4
 ==============================================
 General:
index 5ab86e9..484a922 100644 (file)
@@ -22,13 +22,13 @@ dnl
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [15])
-m4_define([pango_version_micro], [4])
+m4_define([pango_version_micro], [5])
 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
-m4_define([pango_interface_age], [0])
+m4_define([pango_interface_age], [1])
 dnl Number of releases since we've broken binary compatibility.
 m4_define([pango_binary_age],
           [m4_eval(100 * pango_version_minor + pango_version_micro)])