perl-Gtk2 r2159 - trunk



Author: tsch
Date: Tue Mar 17 18:44:16 2009
New Revision: 2159
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2159&view=rev

Log:
Stable release 1.220.


Modified:
   trunk/ChangeLog
   trunk/Gtk2.pm
   trunk/Makefile.PL
   trunk/NEWS
   trunk/README

Modified: trunk/Gtk2.pm
==============================================================================
--- trunk/Gtk2.pm	(original)
+++ trunk/Gtk2.pm	Tue Mar 17 18:44:16 2009
@@ -73,7 +73,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.212';
+our $VERSION = '1.220';
 
 our @ISA = qw(DynaLoader Exporter);
 

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Tue Mar 17 18:44:16 2009
@@ -33,8 +33,8 @@
 our %build_reqs = (
 	'perl-ExtUtils-Depends'   => '0.300',
 	'perl-ExtUtils-PkgConfig' => '1.030',
-	'perl-Glib'               => '1.214', # FIXME: Glib 1.220
-	'perl-Pango'              => '1.210', # FIXME: Pango 1.220
+	'perl-Glib'               => '1.220',
+	'perl-Pango'              => '1.220',
 	'perl-Cairo'              => '1.000',
 	'Gtk+'                    => '2.0.0',
 );
@@ -286,7 +286,7 @@
     $gtk2->get_makefile_vars,
 );
 
-#=unstable
+=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -299,7 +299,7 @@
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
-#=cut
+=cut
 
 =frozen
 

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar 17 18:44:16 2009
@@ -1,3 +1,22 @@
+Overview of changes in Gtk2 1.220
+=================================
+
+ Since 1.20x (the previous stable series)
+ ----------------------------------------
+ * Split out our pango bindings into the standalone Pango module and depend on
+   it.
+ * Add constants Gtk2::EVENT_STOP and EVENT_PROPAGATE for use in event
+   handlers.
+ * Wrap new API for GtkEntry, GtkCellView, GtkIMMulticontext, GtkStatusIcon,
+   GtkPrintOperation, GtkPrintSettings, GtkStyle, and GdkX11.
+ * Wrap GtkOrientable.
+ * Wrap GtkBindings.
+ * Wrap gtk_get_option_group.
+
+ Since 1.212
+ -----------
+ * Make Gtk2::Style::get_style_property an alias for Gtk2::Style::get.
+
 Overview of changes in Gtk2 1.212
 =================================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Mar 17 18:44:16 2009
@@ -1,4 +1,4 @@
-Gtk2 version 1.212
+Gtk2 version 1.220
 ==================
 
 Perl bindings to the 2.x series of the Gtk+ graphical user interface library.
@@ -61,8 +61,8 @@
 This module requires these other modules and libraries:
 
   perl >= 5.8.0
-  Glib >= 1.200 (Perl module)
-  Pango >= 1.210 (Perl module)
+  Glib >= 1.220 (Perl module)
+  Pango >= 1.220 (Perl module)
   GTK+ > 2.x (C library)
 
 If GTK+ is as new or newer as 2.8, the Cairo module is also required:



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