[perl-Gtk2] Stable release 1.2494



commit 2a8e968a3b37ae258e838a7fd431886a9b448380
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Dec 25 22:18:41 2014 -0800

    Stable release 1.2494

 NEWS        |    5 +++++
 lib/Gtk2.pm |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d57d7a..a19319e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Gtk2 1.2494
+==================================
+
+* Skip all tests that use threads under the hood on FreeBSD if necessary
+
 Overview of changes in Gtk2 1.2493
 ==================================
 
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index 1e2c78c..47f5668 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.2493';
+our $VERSION = '1.2494';
 
 our @ISA = qw(DynaLoader Exporter);
 


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