[perl-Pango] Stable release 1.222



commit 50b6068277155c2256243dab6ed6893b0f092f10
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 2 21:19:09 2011 +0200

    Stable release 1.222

 NEWS          |    6 ++++++
 copyright.pod |    2 +-
 lib/Pango.pm  |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad990df..c93963d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Pango 1.222
+==================================
+
+* Don't leak Pango::Attribute objects.
+* Fix a few test failures.
+
 Overview of changes in Pango 1.221
 ==================================
 
diff --git a/copyright.pod b/copyright.pod
index df68780..f9b35ef 100644
--- a/copyright.pod
+++ b/copyright.pod
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2009 by the gtk2-perl team.
+Copyright (C) 2003-2011 by the gtk2-perl team.
 
 This software is licensed under the LGPL.  See L<Pango> for a full notice.
diff --git a/lib/Pango.pm b/lib/Pango.pm
index 59af54b..b3d6445 100644
--- a/lib/Pango.pm
+++ b/lib/Pango.pm
@@ -32,7 +32,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.221';
+our $VERSION = '1.222';
 
 our @ISA = qw(DynaLoader Exporter);
 
@@ -108,7 +108,7 @@ documentation is available at L<http://library.gnome.org/devel/pango/stable/>.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2008 by the gtk2-perl team.
+Copyright 2003-2011 by the gtk2-perl team.
 
 This library is free software; you can redistribute it and/or modify it under
 the terms of the GNU Library General Public License as published by the Free



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]