[perl-Glib-Object-Introspection] Stable release 0.005



commit 18e50349d38c017bc5b5988745e4bbfc8522cee6
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Dec 25 20:10:09 2011 -0800

    Stable release 0.005

 NEWS                             |    9 +++++++++
 lib/Glib/Object/Introspection.pm |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c36f4fc..52182bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes in Glib::Object::Introspection 0.005
+========================================================
+
+* use the overloaded '==' operator directly when comparing flags
+* Make enums.t test more robust
+* implement check_gi_version
+* implement test skipping
+* updated FSF address in license blurbs
+
 Overview of changes in Glib::Object::Introspection 0.004
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 499fec8..227e046 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Torsten Schoenfeld <kaffeetisch gmx de>
+# Copyright (C) 2010-2011 Torsten Schoenfeld <kaffeetisch gmx de>
 #
 # This library is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free
@@ -20,7 +20,7 @@ use strict;
 use warnings;
 use Glib;
 
-our $VERSION = 0.004;
+our $VERSION = 0.005;
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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