summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
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