From 06c4c3a87c7b54d0ca987e27d4478e4078ccf747 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 22 Sep 2008 22:34:34 +0000 Subject: === Released 1.22.0 === 2008-09-22 Behdad Esfahbod * === Released 1.22.0 === * configure.in: Version 1.22.0 * NEWS: Updated. svn path=/trunk/; revision=2722 --- ChangeLog | 8 ++++++++ NEWS | 12 ++++++++++++ configure.in | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 725278ae..b4d207ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-09-22 Behdad Esfahbod + + * === Released 1.22.0 === + + * configure.in: Version 1.22.0 + + * NEWS: Updated. + 2008-09-22 Behdad Esfahbod * configure.in: 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. -- cgit v1.2.1