[libnet-dbus-perl] 230/335: Update for 0.33.4 release

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:03 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 bba2ceb1cbcfc63f46069122503cb7f5e6c0fcd9
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Sat Nov 4 16:42:25 2006 -0500

    Update for 0.33.4 release
---
 CHANGES         | 20 ++++++++++++++++++++
 lib/Net/DBus.pm |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index 2079d76..7ad9121 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,26 @@ Changes since 0.33.3
  - Pass return value for signal handling callbacks all the
    way back to DBus
 
+ - Fix multiple problems with marshalling of variant data
+   types
+
+ - Replace use of dbus_connection_disconnect with _close
+   when compiling against dbus >= 0.90
+
+ - Call dbus_connection_unref in the DESTROY method of
+   connection object
+
+ - Fix reference counting in connection & pending call
+   objects
+
+ - Added example of galago desktop notifications
+
+ - Fix test suite errors
+
+ - Added missing import statement
+
+ - Throw Net::DBus::Error if an async call fails
+
 Changes since 0.33.2
 
  - Fixed parsing of introspection data if there are processing
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index f44d9b9..20120b4 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.33.3';
+    our $VERSION = '0.33.4';
     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