[perl-Gtk2] Stable release 1.2497



commit d4137d133a796840bf436ba52f28d89a8ff10c89
Author: Brian Manning <bmanning src gnome org>
Date:   Mon Nov 30 08:08:16 2015 -0800

    Stable release 1.2497

 NEWS        |    7 +++++++
 lib/Gtk2.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 09ece6f..844af6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Gtk2 1.2497
+==================================
+
+* Avoid a stack handling error in Gtk2::TreeModel::get on perl >= 5.23
+* Fix a test failure in t/GdkWindow.t; it occurs only on gtk+ >= 2.24.26
+  and < 2.24.29.
+
 Overview of changes in Gtk2 1.2496
 ==================================
 
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index d548108..505369e 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.2496';
+our $VERSION = '1.2497';
 
 our @ISA = qw(DynaLoader Exporter);
 


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