From 90455c27d8745b71558812c8c73df492a32041a3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 23 Jan 2007 00:20:18 +0000 Subject: === Released 1.15.5 === 2007-01-22 Behdad Esfahbod * === Released 1.15.5 === * configure.in: Version 1.15.5 * NEWS: Updated. svn path=/trunk/; revision=2180 --- ChangeLog | 8 ++++++++ NEWS | 8 ++++++++ configure.in | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0557eaa1..fe50a051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-01-22 Behdad Esfahbod + + * === Released 1.15.5 === + + * configure.in: Version 1.15.5 + + * NEWS: Updated. + 2007-01-22 Behdad Esfahbod * pango/pango-glyph-item.c (_pango_glyph_item_iter_next_cluster): diff --git a/NEWS b/NEWS index c7d9b936..5989d0d7 100644 --- 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: diff --git a/configure.in b/configure.in index 5ab86e9f..484a922d 100644 --- a/configure.in +++ b/configure.in @@ -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)]) -- cgit v1.2.1