[perl-Glib] Release 1.240
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Release 1.240
- Date: Thu, 13 Oct 2011 20:53:31 +0000 (UTC)
commit c7ee4a8ceeefc3cf49cfa6d8697a7860d9cf4232
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Thu Oct 13 22:52:55 2011 +0200
Release 1.240
Makefile.PL | 6 +++---
NEWS | 19 +++++++++++++++++++
README | 2 +-
lib/Glib.pm | 2 +-
4 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 6e67855..a1ea09b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -178,7 +178,7 @@ WriteMakefile(
$glib ? $glib->get_makefile_vars : (),
);
-#=unstable
+=unstable
print <<__EOW__;
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -186,12 +186,12 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
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.22x series for important work.
+ Please use the 1.24x series for important work.
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
__EOW__
-#=cut
+=cut
=frozen
diff --git a/NEWS b/NEWS
index 32b3ebb..b7de37b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of changes in Glib 1.240
+=================================
+
+ Since 1.22x (the previous stable series)
+ ----------------------------------------
+ * Add Glib::Param::GType support.
+ * Add Glib::Log->set_default_handler() and
+ Glib::Log::default_handler().
+ * Add Glib::ParamSpec->override() and get_redirect_target().
+ * Add Glib::Param->get_default_value().
+ * Support the fundamental type Glib::GType.
+ * Correctly handle variables with "magic" attached, like tied
+ variables.
+ * Don't copy boxed objects when passing from Perl to C.
+
+ Since 1.233
+ -----------
+ * Nada.
+
Overview of changes in Glib 1.233
=================================
diff --git a/README b/README
index c953b01..676b7ff 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.233
+Glib version 1.240
==================
This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 50efaf3..ae364e5 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
$EXPORT_TAGS{all} = \ EXPORT_OK;
-our $VERSION = '1.233';
+our $VERSION = '1.240';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]