[perl-Glib] Release 1.232



commit 3ecae5c8706b0c61087ae504562e4b304e98fb01
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Aug 23 20:59:46 2011 +0200

    Release 1.232

 .gitignore    |    1 +
 MANIFEST.SKIP |    1 +
 NEWS          |   10 ++++++++++
 README        |    2 +-
 lib/Glib.pm   |    2 +-
 5 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dddaa0f..f09fe2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 G*.c
 Glib.bs
 Makefile
+MYMETA.*
 blib
 build
 pm_to_blib
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 17719cc..d181ac7 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -9,6 +9,7 @@ G.+\.c$
 Makefile$
 Makefile\.old$
 MAINTAINERS$
+MYMETA\..+$
 \.o$
 \.spec$
 \.sw.$
diff --git a/NEWS b/NEWS
index bcf557e..c0d5bc1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in Glib 1.232
+=================================
+
+* In the documentation generated by Glib::GenPod, show default values for
+  properties.
+* Correctly handle objects which have floating references.
+* When checking whether a variable is a reference, correctly account for "get
+  magic", which occurs for example for tied variables.  Add gperl_sv_is_ref for
+  other bindings to use.
+
 Overview of changes in Glib 1.231
 =================================
 
diff --git a/README b/README
index 1a41e88..eb9af46 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.231
+Glib version 1.232
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index c2cb101..8f44195 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.231';
+our $VERSION = '1.232';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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