[perl-Gtk2] Stable release 1.247



commit 6561cd7d295a4f2e2dcd2a67331e4d57a136d3ab
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Feb 3 22:19:39 2013 -0800

    Stable release 1.247

 NEWS        |    5 ++++-
 lib/Gtk2.pm |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00d3b06..9c88fad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,11 @@
-Overview of changes in Gtk2 <next>
+Overview of changes in Gtk2 1.247
 =================================
 
 * Require Glib 1.280 for the fixes to custom signal marshalling.
 * Fix a test failure in t/GtkRecentChooser.t.
+* 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 Gtk2 1.246
 =================================
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index cc5b097..7e9f2b6 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.246';
+our $VERSION = '1.247';
 
 our @ISA = qw(DynaLoader Exporter);
 



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