[perl-Glib-Object-Introspection] Prep for 0.006 release; update copyrights



commit 28d698b387d20a750c2affcee7d3b820b50957a0
Author: Brian Manning <bmanning src gnome org>
Date:   Thu Jan 19 23:37:01 2012 -0800

    Prep for 0.006 release; update copyrights

 GObjectIntrospection.xs          |    2 +-
 Makefile.PL                      |    2 +-
 NEWS                             |    7 +++++++
 lib/Glib/Object/Introspection.pm |    4 ++--
 4 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index 7005b92..a083e69 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2005 muppet
- * Copyright (C) 2005-2011 Torsten Schoenfeld <kaffeetisch gmx de>
+ * Copyright (C) 2005-2012 Torsten Schoenfeld <kaffeetisch gmx de>
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published by the
diff --git a/Makefile.PL b/Makefile.PL
index 7adbbfc..5c5ed39 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2011 Torsten Schoenfeld <kaffeetisch gmx de>
+# Copyright (C) 2010-2012 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
diff --git a/NEWS b/NEWS
index 52182bf..599a8d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes in Glib::Object::Introspection 0.006
+========================================================
+
+* Remove an unneeded argument of an internal function
+* Plug a leak in the wrapper for constants
+* Fix compilation of the test lib on x86-64
+
 Overview of changes in Glib::Object::Introspection 0.005
 ========================================================
 
diff --git a/lib/Glib/Object/Introspection.pm b/lib/Glib/Object/Introspection.pm
index 8c66a8f..4e95546 100644
--- a/lib/Glib/Object/Introspection.pm
+++ b/lib/Glib/Object/Introspection.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2011 Torsten Schoenfeld <kaffeetisch gmx de>
+# Copyright (C) 2010-2012 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.005;
+our $VERSION = 0.006;
 
 use Carp;
 $Carp::Internal{(__PACKAGE__)}++;



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