[libnet-dbus-perl] 248/335: Updated to 0.33.5

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:06 UTC 2015


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 1dbbaaf2f30aba0ba14716fd2d2526ecb2d44cac
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Jul 18 23:01:40 2007 -0400

    Updated to 0.33.5
---
 CHANGES         | 13 +++++++++++++
 lib/Net/DBus.pm |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index c4aa989..2219b8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,11 +3,24 @@ Changes since 0.33.4
 
  - Added support for getting private bus connections for apps which
    don't want to deal with a shared bus
+
  - Fix test case to use a private connection
+
  - On Perl builds where integers are 32-bits, the DBus 64 bit integer
    types will be serialized to/from the Perl String type instead of
    calling 'die'.
 
+ - Fix signature when marshalling dicts on newer DBus builds
+
+ - Fix calling of disconnect wrt to newer DBus semantics
+
+ - Make introspection much more tolerant of missing information
+   about methods/properties/signals.
+
+ - Fix use of magic values & added tests
+
+ - Export the Net::DBus::Dumper methods correctly.
+
 Changes since 0.33.3
 
  - Fixed service owner used for org.freedesktop.DBus object
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index f9bb893..7bc5b51 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.33.4';
+    our $VERSION = '0.33.5';
     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



More information about the Pkg-perl-cvs-commits mailing list