[perl-Glib] Release 1.231



commit b858c620322052054457d3410ce6dbd54cb31d76
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 2 22:03:00 2011 +0200

    Release 1.231

 NEWS          |   15 +++++++++++++--
 README        |    2 +-
 copyright.pod |    2 +-
 lib/Glib.pm   |    4 ++--
 4 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index e069f5c..bcf557e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
-Overview of changes in the next unstable release of Glib
-========================================================
+Overview of changes in Glib 1.231
+=================================
 
 * 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().
+* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
 * Support the fundamental type Glib::GType.
 * Correctly store and look up custom signal marshallers.
 * Fix fetching default values for unichar properties of custom subclasses.
 * Fix subclassing with {pspec, get, set}-style properties.
+* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
+* Make Glib::GenPod create docs for child and style properties.
+* Improve the documentation in a few places.
+* Fix a few build and test failures.
 
 Overview of changes in Glib 1.230
 =================================
@@ -26,6 +31,12 @@ Overview of changes in Glib 1.230
 * Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
 * Fix some build and test failures.
 
+Overview of changes in Glib 1.224
+=================================
+
+* Glib::ParamSpec->value_validate(): copy boxed objects if necessary.
+* Fix a test failure.
+
 Overview of changes in Glib 1.223
 =================================
 
diff --git a/README b/README
index be723ce..1a41e88 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.230
+Glib version 1.231
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/copyright.pod b/copyright.pod
index f086ba9..9019702 100644
--- a/copyright.pod
+++ b/copyright.pod
@@ -1,3 +1,3 @@
-Copyright (C) 2003-2010 by the gtk2-perl team.
+Copyright (C) 2003-2011 by the gtk2-perl team.
 
 This software is licensed under the LGPL.  See L<Glib> for a full notice.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 2b190ad..c2cb101 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.230';
+our $VERSION = '1.231';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 
@@ -664,7 +664,7 @@ patches and tests here and there.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2003-2010 by muppet and the gtk2-perl team
+Copyright 2003-2011 by muppet and 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]