summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-09-22 22:34:34 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-09-22 22:34:34 +0000
commit06c4c3a87c7b54d0ca987e27d4478e4078ccf747 (patch)
treefb6eb55b49bf3b4e08206bba6739ed57deb4afe1
parentf7783838c47a561962bc66e3053f9d0ed9db6b8f (diff)
downloadpango-06c4c3a87c7b54d0ca987e27d4478e4078ccf747.tar.gz
=== Released 1.22.0 ===PANGO_1_22_0
2008-09-22 Behdad Esfahbod <behdad@gnome.org> * === Released 1.22.0 === * configure.in: Version 1.22.0 * NEWS: Updated. svn path=/trunk/; revision=2722
-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.