perl-Glib r1044 - trunk
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1044 - trunk
- Date: Mon, 3 Nov 2008 21:04:12 +0000 (UTC)
Author: tsch
Date: Mon Nov 3 21:04:12 2008
New Revision: 1044
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1044&view=rev
Log:
Unstable release 1.210.
Modified:
trunk/ChangeLog
trunk/Glib.pm
trunk/Makefile.PL
trunk/NEWS
trunk/README
Modified: trunk/Glib.pm
==============================================================================
--- trunk/Glib.pm (original)
+++ trunk/Glib.pm Mon Nov 3 21:04:12 2008
@@ -66,7 +66,7 @@
our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
$EXPORT_TAGS{all} = \ EXPORT_OK;
-our $VERSION = '1.200';
+our $VERSION = '1.210';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL (original)
+++ trunk/Makefile.PL Mon Nov 3 21:04:12 2008
@@ -163,7 +163,7 @@
: (EXTRA_META => $configure_requires_yaml),
);
-=unstable
+#=unstable
print <<__EOW__;
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -171,12 +171,12 @@
This is an unstable development release of Glib. The API is not
frozen and things are subject to change at any time. Report any
bugs to gtk-perl-list AT gnome DOT org as soon as possible.
- Please use the 1.18x series for important work.
+ Please use the 1.20x series for important work.
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
__EOW__
-=cut
+#=cut
=frozen
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Nov 3 21:04:12 2008
@@ -1,3 +1,14 @@
+Overview of changes in Glib 1.210
+=================================
+
+* Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE for use in source-type
+ callbacks.
+* Add Glib::Child::watch_add.
+* Provide gperl_register_boxed_alias, gperl_register_fundamental_alias, and
+ gperl_register_object_alias to register aliases for other registered types.
+* Improve the error message that occurs when an unknown interface is
+ encountered while registering a new type.
+
Overview of changes in Glib 1.200
=================================
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Mon Nov 3 21:04:12 2008
@@ -1,4 +1,4 @@
-Glib version 1.200
+Glib version 1.210
==================
This module provides perl access to Glib and GLib's GObject libraries.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]