=== Released 1.22.4 === PANGO_1_22_4
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 15 Dec 2008 20:52:39 +0000 (20:52 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 15 Dec 2008 20:52:39 +0000 (20:52 +0000)
2008-12-15  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.22.4 ===

        * configure.in: Version 1.22.4

        * NEWS: Updated.

svn path=/trunk/; revision=2760

ChangeLog
NEWS
configure.in

index 7433b85..980b23c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-12-15  Behdad Esfahbod  <behdad@gnome.org>
 
+       * === Released 1.22.4 ===
+
+       * configure.in: Version 1.22.4
+
+       * NEWS: Updated.
+
+2008-12-15  Behdad Esfahbod  <behdad@gnome.org>
+
        Bug 564644 – Not complete description of the
        pango_font_description_better_match function
 
diff --git a/NEWS b/NEWS
index 0082973..aadd085 100644 (file)
--- 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
index 56f01d1..f74bfc2 100644 (file)
@@ -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)])