[perl-Gtk2/stable-1-22] Release 1.221



commit a58ca34d5e33432546410b50fc0e0dae0ced6e82
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Jul 4 20:33:04 2009 +0200

    Release 1.221

 Gtk2.pm |    2 +-
 NEWS    |    6 ++++++
 README  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/Gtk2.pm b/Gtk2.pm
index cf2f43a..d0a426e 100644
--- a/Gtk2.pm
+++ b/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.220';
+our $VERSION = '1.221';
 
 our @ISA = qw(DynaLoader Exporter);
 
diff --git a/NEWS b/NEWS
index aede5d9..5ca504c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Gtk2 1.221
+=================================
+
+* Properly wrap the binding for gtk_binding_entry_skip in version guards.
+* Fix some build and test failures.
+
 Overview of changes in Gtk2 1.220
 =================================
 
diff --git a/README b/README
index 6a9284c..a3de2d7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.220
+Gtk2 version 1.221
 ==================
 
 Perl bindings to the 2.x series of the Gtk+ graphical user interface library.



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