perl-Gtk2 r2144 - branches/stable-1-20



Author: tsch
Date: Fri Feb 13 16:19:12 2009
New Revision: 2144
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2144&view=rev

Log:
Stable release 1.203.


Modified:
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/Gtk2.pm
   branches/stable-1-20/NEWS
   branches/stable-1-20/README

Modified: branches/stable-1-20/Gtk2.pm
==============================================================================
--- branches/stable-1-20/Gtk2.pm	(original)
+++ branches/stable-1-20/Gtk2.pm	Fri Feb 13 16:19:12 2009
@@ -37,7 +37,7 @@
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.202';
+our $VERSION = '1.203';
 
 our @ISA = qw(DynaLoader Exporter);
 

Modified: branches/stable-1-20/NEWS
==============================================================================
--- branches/stable-1-20/NEWS	(original)
+++ branches/stable-1-20/NEWS	Fri Feb 13 16:19:12 2009
@@ -1,3 +1,14 @@
+Overview of changes in Gtk2 1.203
+=================================
+
+* In Gtk2::EntryCompletion::set_model and Gtk2::CellView::set_model, allow
+  undef for the model parameter.
+* Allow passing undef to Gtk2::Pango::Layout::set_attributes.
+* Fix a leak in Gtk2::EntryCompletion::new.
+* Fix the stack handling in Gtk2::CellRenderer::get_size and in a few places in
+  Gtk2::IconView.
+* Fix a few test failures.
+
 Overview of changes in Gtk2 1.202
 =================================
 

Modified: branches/stable-1-20/README
==============================================================================
--- branches/stable-1-20/README	(original)
+++ branches/stable-1-20/README	Fri Feb 13 16:19:12 2009
@@ -1,4 +1,4 @@
-Gtk2 version 1.202
+Gtk2 version 1.203
 ==================
 
 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]