summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-12-15 20:52:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-12-15 20:52:39 +0000
commit088e848c75c0680e81f41d279ce41fa7c782f87f (patch)
treea4cc5b9d4b5fa35891d6a3cce60aa08876081cd3
parentc4cfe747931a95cd9000b71d99a351ca0f90e59b (diff)
downloadpango-088e848c75c0680e81f41d279ce41fa7c782f87f.tar.gz
=== Released 1.22.4 ===PANGO_1_22_4
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
-rw-r--r--ChangeLog8
-rw-r--r--NEWS19
-rw-r--r--configure.in6
3 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7433b858..980b23cc 100644
--- 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 0082973c..aadd085c 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 56f01d11..f74bfc22 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)])