From 088e848c75c0680e81f41d279ce41fa7c782f87f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Dec 2008 20:52:39 +0000 Subject: [PATCH] === Released 1.22.4 === 2008-12-15 Behdad Esfahbod * === Released 1.22.4 === * configure.in: Version 1.22.4 * NEWS: Updated. svn path=/trunk/; revision=2760 --- ChangeLog | 8 ++++++++ NEWS | 19 +++++++++++++++++++ configure.in | 6 ++++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7433b85..980b23c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-12-15 Behdad Esfahbod + * === Released 1.22.4 === + + * configure.in: Version 1.22.4 + + * NEWS: Updated. + +2008-12-15 Behdad Esfahbod + Bug 564644 – Not complete description of the pango_font_description_better_match function diff --git a/NEWS b/NEWS index 0082973..aadd085 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Overview of changes between 1.22.3 and 1.22.4 +============================================= +- Misc bug fixes +- Improved docs +- Bugs fixed in this release: + Bug 564644 – Not complete description of the + pango_font_description_better_match function + Bug 563898 – Generated output is not deterministic + Bug 563803 – pango_renderer_finalize fails to call parent finalize + Bug 499626 – Space should be optional after comma in + PangoFontDescription input string + Bug 499624 – Spaces around commas in PangoFontDescription family name + should be trimmed + Bug 563557 – set g_get_prgname() in fc pattern + Bug 563356 – The input area of firefox and the blank width after text + in gnome-menu was stretched too wide, under pango-1.22.3 + Bug 562574 – Pangocariowin32 is leaking every cairo font it ever + creates + Overview of changes between 1.22.2 and 1.22.3 ============================================= - Minor bug fix with matrix operations diff --git a/configure.in b/configure.in index 56f01d1..f74bfc2 100644 --- a/configure.in +++ b/configure.in @@ -22,13 +22,15 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [22]) -m4_define([pango_version_micro], [3]) +m4_define([pango_version_micro], [4]) 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]) +dnl XXX interface_age is outsynced. We just can't fix it now. Will fix +dnl in 1.23 by simply removing it and making automatic. +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)]) -- 2.7.4