[perl-Gtk2] Release 1.240
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk2] Release 1.240
- Date: Thu, 13 Oct 2011 21:04:29 +0000 (UTC)
commit 6d32dbc6cbe50bfbdc7ba49e6835d7f1da561dcb
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Thu Oct 13 23:04:07 2011 +0200
Release 1.240
Makefile.PL | 6 +++---
NEWS | 21 +++++++++++++++++++++
README | 4 ++--
lib/Gtk2.pm | 4 ++--
4 files changed, 28 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 659b29b..95377d2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,7 @@ use Cwd;
our %build_reqs = (
'perl-ExtUtils-Depends' => '0.300',
'perl-ExtUtils-PkgConfig' => '1.030',
- 'perl-Glib' => '1.233',
+ 'perl-Glib' => '1.240',
'perl-Pango' => '1.220',
'perl-Cairo' => '1.000',
'Gtk+' => '2.0.0',
@@ -287,7 +287,7 @@ WriteMakefile(
$gtk2->get_makefile_vars,
);
-#=unstable
+=unstable
print <<__EOW__;
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -300,7 +300,7 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
__EOW__
-#=cut
+=cut
=frozen
diff --git a/NEWS b/NEWS
index 935bd5f..4eae3ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes in Gtk2 1.240
+=================================
+
+ Since 1.22x (the previous stable series)
+ ----------------------------------------
+ * Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20
+ and 2.22 API.
+ * 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.
+ * Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible.
+ * Accept format strings in Gtk2::MessageDialog->format_secondary_markup.
+ * In syntax check mode, do not call gtk_init.
+ * Improve the documentation in many places.
+
+ Since 1.232
+ -----------
+ * Document the unusual return semantics of Gtk2::CellLayout::get_cells.
+
Overview of changes in Gtk2 1.232
=================================
diff --git a/README b/README
index dd874b7..451d121 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.232
+Gtk2 version 1.240
==================
Perl bindings to the 2.x series of the Gtk+ graphical user interface library.
@@ -61,7 +61,7 @@ DEPENDENCIES
This module requires these other modules and libraries:
perl >= 5.8.0
- Glib >= 1.233 (Perl module)
+ Glib >= 1.240 (Perl module)
Pango >= 1.220 (Perl module)
GTK+ > 2.x (C library)
diff --git a/lib/Gtk2.pm b/lib/Gtk2.pm
index 5622aba..a96d256 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2003-2010 by the gtk2-perl team (see the file AUTHORS for
+# 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
@@ -73,7 +73,7 @@ eval "use Cairo;";
use Exporter;
require DynaLoader;
-our $VERSION = '1.232';
+our $VERSION = '1.240';
our @ISA = qw(DynaLoader Exporter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]