[perl-Glib] Release 1.233



commit ad98661167bc2b4cfa10ed429679c22064bfda38
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Fri Sep 30 23:00:39 2011 +0200

    Release 1.233

 NEWS        |    6 ++++++
 README      |    4 ++--
 lib/Glib.pm |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c0d5bc1..32b3ebb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.233
+=================================
+
+* Change the way we handle objects with floating references again, to be more
+  compatible.
+
 Overview of changes in Glib 1.232
 =================================
 
diff --git a/README b/README
index eb9af46..c953b01 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.232
+Glib version 1.233
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
@@ -85,7 +85,7 @@ Please report bugs to the gnome-perl product in GNOME's Bugzilla:
 COPYRIGHT AND LICENSE
 ---------------------
 
-Copyright (C) 2003-2010 by the gtk2-perl team (see the file AUTHORS for the
+Copyright (C) 2003-2011 by the gtk2-perl team (see the file AUTHORS for the
 full list)
 
 This library is free software; you can redistribute it and/or modify it under
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 8f44195..50efaf3 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.232';
+our $VERSION = '1.233';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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