[perl-Pango] Stable release 1.224



commit c27b182412505c41ab3f001506d8611566f629a7
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Feb 3 22:34:48 2013 -0800

    Stable release 1.224

 NEWS         |   10 ++++++++++
 lib/Pango.pm |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3c53f9c..d53a748 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Pango 1.224
+==================================
+
+* Ignore MYMETA.*
+* Hush a few compiler warnings
+* Add gitweb link to old ChangeLog
+* Created %meta_merge which follows v2 of CPAN Meta Spec
+  - %meta_merge is used for generating metadata via
+    ExtUtils::MakeMaker/CPAN::Meta
+
 Overview of changes in Pango 1.223
 ==================================
 
diff --git a/lib/Pango.pm b/lib/Pango.pm
index d5fcbd6..a6bb669 100644
--- a/lib/Pango.pm
+++ b/lib/Pango.pm
@@ -1,6 +1,6 @@
 #
-# Copyright (C) 2003-2008 by the gtk2-perl team (see the file AUTHORS for
-# the full list)
+# Copyright (C) 2003-2008, 2013 by the gtk2-perl team (see the file AUTHORS
+# for the full list)
 #
 # 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
@@ -32,7 +32,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.223';
+our $VERSION = '1.224';
 
 our @ISA = qw(DynaLoader Exporter);
 



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