[perl-Gtk2] Release 1.231



commit 60f637eed9d1417b91676a0ef2d8a2fbd794380e
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 2 22:16:41 2011 +0200

    Release 1.231

 Gtk2.pm       |    4 ++--
 NEWS          |   26 +++++++++++++++++++++-----
 README        |    4 ++--
 copyright.pod |    2 +-
 4 files changed, 26 insertions(+), 10 deletions(-)
---
diff --git a/Gtk2.pm b/Gtk2.pm
index 550d31b..b8ae9aa 100644
--- a/Gtk2.pm
+++ b/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
 use Exporter;
 require DynaLoader;
 
-our $VERSION = '1.230';
+our $VERSION = '1.231';
 
 our @ISA = qw(DynaLoader Exporter);
 
@@ -405,7 +405,7 @@ The gtk2-perl team:
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2010 by the gtk2-perl team.
+Copyright 2003-2011 by the gtk2-perl team.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Library General Public
diff --git a/NEWS b/NEWS
index 091cc60..3d57fe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,35 @@
-Overview of changes in the next unstable release
-================================================
+Overview of changes in Gtk2 1.231
+=================================
 
 * Wrap gtk+ 2.22 API.
 * Wrap gdk 2.20 and 2.22 API.
 * Wrap missing gtk+ 2.8, 2.10, 2.12, 2.14, 2.16, 2.18 and 2.20 API.
 * Wrap missing gdk 2.18 API.
 * Wrap missing gdk-pixbuf 2.18 API.
-* Gtk2::Notebook: fix invocation of window creation hooks.
-* Fix length of Gtk2::Gdk::Pixbuf->get_pixels() return.
+* Add Gtk2::Gdk::Image.
+* Add Gtk2::Container->find_child_property and list_child_properties.
+* Add Gtk2::Widget->find_style_property and list_style_properties.
+* Add Gtk2::Gdk::Pixbuf->get_option.
+* Add is_writable field to Gtk2::Gdk::PixbufFormat.
 * Allow Gtk2::Buildable implementations to return undef from
   GET_INTERNAL_CHILD.
+* Cope with the rename of the keysym defines in gtk+ 2.22.
+* Fix invocation of Gtk2::Notebook window creation hooks.
+* Fix length of Gtk2::Gdk::Pixbuf->get_pixels() return.
 * Ensure that the option strings passed to Gtk2::Gdk::Pixbuf->save() are
   upgraded to utf8 if necessary.  Also, complain if an odd number of key/value
   args is given.
-* Add Gtk2::Gdk::Image.
+* Update Gtk2->show_about_dialog to match upstream.
+* Make damage events Gtk2::Gdk::Event::Expose objects.
+* Allow undef in a few more places.
+* Correct the memory management in Gtk2::Gdk::Window->new.
+* Correct length of the Gtk2::Gdk::Pixbuf->get_pixels() return.
+* Plug leaks in Gtk2::Gdk::Drawable->get_image, Gtk2::CellLayout and
+  Gtk2::TreeSortable.
+* Use Glib's infrastructure for attaching "magic".
+* Add some examples.
+* Improve the documentation in a few places.
+* Fix a few build and test failures.
 
 Overview of changes in Gtk2 1.230
 =================================
diff --git a/README b/README
index a71dc05..00b93ea 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.230
+Gtk2 version 1.231
 ==================
 
 Perl bindings to the 2.x series of the Gtk+ graphical user interface library.
@@ -85,7 +85,7 @@ Please report bugs to the gnome-perl product in GNOME's Bugzilla:
 COPYRIGHT AND LICENSE
 ---------------------
 
-Copyright (C) 2003-2010 by the gtk2-perl team (see the file AUTHORS for the
+Copyright (C) 2003-2011 by the gtk2-perl team (see the file AUTHORS for the
 full list)
 
 This library is free software; you can redistribute it and/or modify it under
diff --git a/copyright.pod b/copyright.pod
index 36f5f27..9f93685 100644
--- a/copyright.pod
+++ b/copyright.pod
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2010 by the gtk2-perl team.
+Copyright (C) 2003-2011 by the gtk2-perl team.
 
 This software is licensed under the LGPL.  See L<Gtk2> for a full notice.



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