[perl-Gtk2] Release 1.232
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Gtk2] Release 1.232
- Date: Fri, 30 Sep 2011 21:49:45 +0000 (UTC)
commit 983935987afb5d0905e1dafdcb9acef6f01c9d94
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Fri Sep 30 23:49:02 2011 +0200
Release 1.232
.gitignore | 1 +
Gtk2.pm | 2 +-
MANIFEST.SKIP | 1 +
Makefile.PL | 4 ++--
NEWS | 8 ++++++++
README | 4 ++--
6 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac6422e..4808ac5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
Gtk2.bs
Makefile
+MYMETA.*
blib
build
pm_to_blib
diff --git a/Gtk2.pm b/Gtk2.pm
index b8ae9aa..2beb847 100644
--- a/Gtk2.pm
+++ b/Gtk2.pm
@@ -73,7 +73,7 @@ eval "use Cairo;";
use Exporter;
require DynaLoader;
-our $VERSION = '1.231';
+our $VERSION = '1.232';
our @ISA = qw(DynaLoader Exporter);
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 77c96a8..026a0f8 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -9,6 +9,7 @@ build
gtk2perl.h.gch$
Makefile$
Makefile\.old$
+MYMETA\..*
\.o$
\.spec$
\.sw.$
diff --git a/Makefile.PL b/Makefile.PL
index cc207b1..02d8921 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2007 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
@@ -33,7 +33,7 @@ use Cwd;
our %build_reqs = (
'perl-ExtUtils-Depends' => '0.300',
'perl-ExtUtils-PkgConfig' => '1.030',
- 'perl-Glib' => '1.231', # FIXME: 1.232
+ 'perl-Glib' => '1.233',
'perl-Pango' => '1.220',
'perl-Cairo' => '1.000',
'Gtk+' => '2.0.0',
diff --git a/NEWS b/NEWS
index 3d57fe0..935bd5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Gtk2 1.232
+=================================
+
+* Gtk2::Gdk::Pixbuf->new_from_data(): accept overloaded strings
+* Expand and clarify some of the documentation.
+* Allow undef in a few more places.
+* Fix a few test failures.
+
Overview of changes in Gtk2 1.231
=================================
diff --git a/README b/README
index 00b93ea..dd874b7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.231
+Gtk2 version 1.232
==================
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.230 (Perl module)
+ Glib >= 1.233 (Perl module)
Pango >= 1.220 (Perl module)
GTK+ > 2.x (C library)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]