This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 9962d0316f8f042c0da257a6942c48c9094ac763
Author: Daniel P. Berrange <berra...@redhat.com>
Date:   Wed Feb 20 19:26:32 2008 -0500

    Updated to 0.33.6 version
---
 CHANGES         | 17 +++++++++++++++++
 lib/Net/DBus.pm |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 2219b8d..8a26fe9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+Changes since 0.33.5
+
+ - Fix introspection XML handling when exporting objects with child
+   objects
+
+ - Improve output of Net::DBus::Dumper
+
+ - Add support for providing parameter & return value names in
+   introspection XML
+
+ - Fixes to marshalling of variants
+
+ - Fix handling of compound data types within object properties
+
+ - Remove non-portable makefile rules
+
+ - Fix ref counting bugs in error path.
 
 Changes since 0.33.4
 
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index 7bc5b51..abb5d58 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.33.5';
+    our $VERSION = '0.33.6';
     require XSLoader;
     XSLoader::load('Net::DBus', $VERSION);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to