summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS12
-rw-r--r--configure.in4
3 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 725278ae..b4d207ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-09-22 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.22.0 ===
+
+ * configure.in: Version 1.22.0
+
+ * NEWS: Updated.
+
+2008-09-22 Behdad Esfahbod <behdad@gnome.org>
+
* configure.in:
* pango/pangocairo-render.c
(pango_cairo_renderer_show_text_glyphs), (save_current_point):
diff --git a/NEWS b/NEWS
index 8cc33e5e..6f208737 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes between 1.21.6 and 1.22.0
+=============================================
+- Require cairo >= 1.7.6.
+- Improved Romanian sample text
+- Don't use deprecated glib win32 API
+- Misc bug fixes
+- Bugs fixed in this release:
+ Bug 552993 – Romanian pangram
+ Bug 551865 – Can't change justification of a PangoLayout after first
+ draw
+ Bug 551416 - pangowin32-fontcache.c: argument is different type
+
Overview of changes between 1.21.5 and 1.21.6
=============================================
- Win32 cross-compiling build system fix
diff --git a/configure.in b/configure.in
index d238e175..88203180 100644
--- a/configure.in
+++ b/configure.in
@@ -21,8 +21,8 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [21])
-m4_define([pango_version_micro], [6])
+m4_define([pango_version_minor], [22])
+m4_define([pango_version_micro], [0])
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.