r32170 - in /branches/upstream/libglib-perl/current: ChangeLog Glib.pm META.yml Makefile.PL NEWS README

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Mar 18 00:55:10 UTC 2009


Author: ryan52-guest
Date: Wed Mar 18 00:55:06 2009
New Revision: 32170

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32170
Log:
[svn-upgrade] Integrating new upstream version, libglib-perl (1.220)

Modified:
    branches/upstream/libglib-perl/current/ChangeLog
    branches/upstream/libglib-perl/current/Glib.pm
    branches/upstream/libglib-perl/current/META.yml
    branches/upstream/libglib-perl/current/Makefile.PL
    branches/upstream/libglib-perl/current/NEWS
    branches/upstream/libglib-perl/current/README

Modified: branches/upstream/libglib-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/ChangeLog?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/ChangeLog (original)
+++ branches/upstream/libglib-perl/current/ChangeLog Wed Mar 18 00:55:06 2009
@@ -1,3 +1,10 @@
+2009-03-17  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Glib.pm
+	* Makefile.PL
+	* NEWS
+	* README: Stable release 1.220.
+
 2009-03-08  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
 	* Glib.pm

Modified: branches/upstream/libglib-perl/current/Glib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/Glib.pm?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/Glib.pm (original)
+++ branches/upstream/libglib-perl/current/Glib.pm Wed Mar 18 00:55:06 2009
@@ -15,7 +15,7 @@
 # along with this library; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
 #
-# $Id: Glib.pm 1108 2009-03-08 19:37:53Z tsch $
+# $Id: Glib.pm 1110 2009-03-17 17:54:34Z tsch $
 #
 
 package Glib;
@@ -66,7 +66,7 @@
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \@EXPORT_OK;
 
-our $VERSION = '1.214';
+our $VERSION = '1.220';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 

Modified: branches/upstream/libglib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/META.yml?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/META.yml (original)
+++ branches/upstream/libglib-perl/current/META.yml Wed Mar 18 00:55:06 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Glib
-version:            1.214
+version:            1.220
 abstract:           Perl wrappers for the GLib utility and Object libraries
 author:  []
 license:            unknown

Modified: branches/upstream/libglib-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/Makefile.PL?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/Makefile.PL (original)
+++ branches/upstream/libglib-perl/current/Makefile.PL Wed Mar 18 00:55:06 2009
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.PL 1100 2009-02-21 13:55:17Z tsch $
+# $Id: Makefile.PL 1110 2009-03-17 17:54:34Z tsch $
 #
 
 BEGIN { require 5.008; }
@@ -165,7 +165,7 @@
     $glib ? $glib->get_makefile_vars : (),
 );
 
-#=unstable
+=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -178,7 +178,7 @@
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
-#=cut
+=cut
 
 =frozen
 

Modified: branches/upstream/libglib-perl/current/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/NEWS?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/NEWS (original)
+++ branches/upstream/libglib-perl/current/NEWS Wed Mar 18 00:55:06 2009
@@ -1,3 +1,20 @@
+Overview of changes in Glib 1.220
+=================================
+
+ Since 1.20x (the previous stable series)
+ ----------------------------------------
+  * Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE for use in
+    source-type callbacks.
+  * Add Glib::Child::watch_add.
+  * Add Glib::OptionContext and Glib::OptionGroup.
+  * Allow calling Glib::Flags->as_arrayref directly, as an alternative to the
+    @{} syntax.
+  * Add Glib::ParamSpec->value_validate and Glib::ParamSpec->value_cmp.
+
+ Since 1.214
+ -----------
+  * Nada.
+
 Overview of changes in Glib 1.214
 =================================
 

Modified: branches/upstream/libglib-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libglib-perl/current/README?rev=32170&op=diff
==============================================================================
--- branches/upstream/libglib-perl/current/README (original)
+++ branches/upstream/libglib-perl/current/README Wed Mar 18 00:55:06 2009
@@ -1,4 +1,4 @@
-Glib version 1.214
+Glib version 1.220
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
@@ -102,4 +102,4 @@
 with this library; if not, write to the Free Software Foundation, Inc., 59
 Temple Place - Suite 330, Boston, MA  02111-1307  USA.
 
-# $Id: README 1108 2009-03-08 19:37:53Z tsch $
+# $Id: README 1110 2009-03-17 17:54:34Z tsch $




More information about the Pkg-perl-cvs-commits mailing list