[perl-Gtk2] Stable release 1.242



commit b8149f3e61bc657956ef17c50cf147d003768b89
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Jan 19 23:52:01 2012 -0800

    Stable release 1.242
    
    Updated copyright notices on files that have changed since the
    beginning of the year

 NEWS                   |    8 ++++++++
 README                 |    4 ++--
 lib/Gtk2.pm            |    4 ++--
 lib/Gtk2/TestHelper.pm |    2 +-
 t/GdkDisplay.t         |    4 ++--
 xs/GdkPixbuf.xs        |    3 ++-
 xs/GtkWidget.xs        |    3 ++-
 7 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index f794db3..35fbd76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Gtk2 1.242
+=================================
+
+* Add gitweb link to old ChangeLog
+* Be compatible with perl 5.8.0 (Bugzilla bug #666227)
+* Gtk2::Widget: don't implement is_sensitive() twice
+* Disable a few potentially annoying tests
+
 Overview of changes in Gtk2 1.241
 =================================
 
diff --git a/README b/README
index 51e6a5b..e77ebf5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gtk2 version 1.241
+Gtk2 version 1.242
 ==================
 
 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-2011 by the gtk2-perl team (see the file AUTHORS for the
+Copyright (C) 2003-2012 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/lib/Gtk2.pm b/lib/Gtk2.pm
index 09d8bb1..da10441 100644
--- a/lib/Gtk2.pm
+++ b/lib/Gtk2.pm
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2003-2011 by the gtk2-perl team (see the file AUTHORS for
+# Copyright (C) 2003-2012 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.241';
+our $VERSION = '1.242';
 
 our @ISA = qw(DynaLoader Exporter);
 
diff --git a/lib/Gtk2/TestHelper.pm b/lib/Gtk2/TestHelper.pm
index 88acb71..5b20949 100644
--- a/lib/Gtk2/TestHelper.pm
+++ b/lib/Gtk2/TestHelper.pm
@@ -236,6 +236,6 @@ The Gtk2-Perl Team.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2005 by the gtk2-perl team.
+Copyright 2003-2005, 2012 by the gtk2-perl team.
 
 LGPL, See LICENSE file for more information.
diff --git a/t/GdkDisplay.t b/t/GdkDisplay.t
index 9d4167f..e50f9c2 100644
--- a/t/GdkDisplay.t
+++ b/t/GdkDisplay.t
@@ -126,5 +126,5 @@ SKIP: {
 
 __END__
 
-Copyright (C) 2003-2005 by the gtk2-perl team (see the file AUTHORS for the
-full list).  See LICENSE for more information.
+Copyright (C) 2003-2005, 2012 by the gtk2-perl team (see the file AUTHORS for
+the full list).  See LICENSE for more information.
diff --git a/xs/GdkPixbuf.xs b/xs/GdkPixbuf.xs
index fac8353..c2d402b 100644
--- a/xs/GdkPixbuf.xs
+++ b/xs/GdkPixbuf.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2003-2008, 2010, 2011 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2008, 2010-2012 by the gtk2-perl team (see the file
+ * AUTHORS)
  *
  * 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/xs/GtkWidget.xs b/xs/GtkWidget.xs
index bc8163d..5f92155 100644
--- a/xs/GtkWidget.xs
+++ b/xs/GtkWidget.xs
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2003-2006, 2009, 2010 by the gtk2-perl team (see the file AUTHORS)
+ * Copyright (c) 2003-2006, 2009, 2010, 2012 by the gtk2-perl team (see the
+ * file AUTHORS)
  *
  * Licensed under the LGPL, see LICENSE file for more information.
  *



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