[perl-Gtk2] Stable release 1.2499



commit ec069a6f804e667dd78c06600361e986aec7aa0a
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Sep 29 21:04:48 2016 -0700

    Stable release 1.2499

 NEWS        |    7 +++++++
 lib/Gtk2.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 346bffb..7f0d6e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Gtk2 1.2499
+==================================
+
+* Rename an internal variable to avoid confusion
+* Make the Gtk2::StatusIcon::position_menu tests more robust/lenient
+* Fix typos in POD (Bugzilla #760067)
+
 Overview of changes in Gtk2 1.2498
 ==================================
 
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index d637764..1401367 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.2498';
+our $VERSION = '1.2499';
 
 our @ISA = qw(DynaLoader Exporter);
 


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