[perl-Pango] Stable release 1.221.



commit bd5d60f3683732b85fcbd70db7d54714438a4476
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Tue Aug 11 21:29:14 2009 +0200

    Stable release 1.221.

 NEWS          |    6 ++++++
 copyright.pod |    2 +-
 lib/Pango.pm  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 71f10fd..ad990df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Pango 1.221
+==================================
+
+* Properly export all our public symbols so that linking against us works on
+  MSWin32.  (GNOME #576373)
+
 Overview of changes in Pango 1.220
 ==================================
 
diff --git a/copyright.pod b/copyright.pod
index be1aaa2..df68780 100644
--- a/copyright.pod
+++ b/copyright.pod
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2008 by the gtk2-perl team.
+Copyright (C) 2003-2009 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 1b15558..59af54b 100644
--- a/lib/Pango.pm
+++ b/lib/Pango.pm
@@ -32,7 +32,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.220';
+our $VERSION = '1.221';
 
 our @ISA = qw(DynaLoader Exporter);
 



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