[perl-Glib-Object-Introspection] Release 0.003



commit a7d638f6a66fa952b63064d3b4ba9da52bd841fc
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Fri Oct 14 19:59:13 2011 +0200

    Release 0.003

 NEWS                             |   23 +++++++++++++++++++++++
 lib/Glib/Object/Introspection.pm |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8fc5cf3..c6ff9f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Overview of changes in Glib::Object::Introspection 0.003
+========================================================
+
+* Nothing, except for adding the NEWS entries that were forgotten for
+  release 0.002.
+
+Overview of changes in Glib::Object::Introspection 0.002
+========================================================
+
+* Add support for implementing interfaces.
+* Add support for implementing object vfuncs.
+* Add support for callbacks in callbacks.
+* Add support for caller-allocated out arguments.
+* Add support for nested structs.
+* Add support for calling functions on structs.
+* Add support for reading and writing fields of boxed types.
+* Add support for flattening array ref returns.
+* Add support for handling 'sentinel booleans'.
+* Handle skipping arguments and return values.
+* Fix ownership handling for GInitiallyUnowned.
+* Expand the documentation.
+* Fix build and test suite issues.
+
 Overview of changes in Glib::Object::Introspection 0.001
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 62ac5d4..be9dc5d 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -20,7 +20,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = 0.002;
+our $VERSION = 0.003;
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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