[perl-Glib] Updated files for 1.250 unstable release



commit 5460fc9f806c66500dbc03af34094f8352b4669e
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Jan 19 23:25:29 2012 -0800

    Updated files for 1.250 unstable release
    
        Updated copyright dates on files changed since the beginning of
        the year

 GBookmarkFile.xs       |    2 +-
 GKeyFile.xs            |    2 +-
 GObject.xs             |    4 ++--
 Makefile.PL            |    2 --
 NEWS                   |    8 ++++++++
 README                 |    4 ++--
 lib/Glib.pm            |    4 ++--
 lib/Glib/GenPod.pm     |    4 ++--
 lib/Glib/MakeHelper.pm |    2 +-
 9 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/GBookmarkFile.xs b/GBookmarkFile.xs
index 66d0693..2662b98 100644
--- a/GBookmarkFile.xs
+++ b/GBookmarkFile.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006 by the gtk2-perl team (see the file AUTHORS for
+ * Copyright (C) 2006,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
diff --git a/GKeyFile.xs b/GKeyFile.xs
index 807a629..a881b0a 100644
--- a/GKeyFile.xs
+++ b/GKeyFile.xs
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005 by the gtk2-perl team (see the file AUTHORS for
+ * Copyright (C) 2005,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
diff --git a/GObject.xs b/GObject.xs
index 77f49e4..adcdafe 100644
--- a/GObject.xs
+++ b/GObject.xs
@@ -1,6 +1,6 @@
 /*
- * Copyright (C) 2003-2006, 2010 by the gtk2-perl team (see the file AUTHORS for
- * the full list)
+ * Copyright (C) 2003-2006, 2010, 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 the terms of the GNU Library General Public License as published by
diff --git a/Makefile.PL b/Makefile.PL
index 8c2bb1d..9121a4d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -178,7 +178,6 @@ WriteMakefile(
     $glib ? $glib->get_makefile_vars : (),
 );
 
-=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -191,7 +190,6 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
-=cut
 
 =frozen
 
diff --git a/NEWS b/NEWS
index 3f95b18..0fd25aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in Glib 1.250
+=================================
+
+* Add a fallback implementation of SvMAGIC_set; Bugzilla bug #665266
+* Avoid a syntax error on older perls
+* Glib::Object: make ref-counting compatible with perl >= 5.16 (RT#73650)
+* Fix some typos in POD (RT#73616)
+
 Overview of changes in Glib 1.242
 =================================
 
diff --git a/README b/README
index ad67a46..f23d343 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.242
+Glib version 1.250
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
@@ -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/Glib.pm b/lib/Glib.pm
index f717e82..37de36d 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2010 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
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.242';
+our $VERSION = '1.250';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index ed887d5..0fd7cf7 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -1539,10 +1539,10 @@ mcfarland hacked this module together via irc and email over the next few days.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2003-2004, 2010, 2011 by the gtk2-perl team
+Copyright (C) 2003-2004, 2010-2012 by the gtk2-perl team
 
 This library is free software; you can redistribute it and/or modify
-it under the terms of the Lesser General Public License (LGPL).  For 
+it under the terms of the Lesser General Public License (LGPL).  For
 more information, see http://www.fsf.org/licenses/lgpl.txt
 
 =cut
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 41e90f7..f6d7f44 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -610,7 +610,7 @@ hacked up and documented by muppet.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2004 by the gtk2-perl team
+Copyright 2003-2004, 2012 by the gtk2-perl team
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the Lesser General Public License (LGPL).  For 



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