[libnet-dbus-perl] 327/335: Updates for release 1.1.0

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:16 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 1a58a11eb63c3162dce3d97301a98b4764c57bdc
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Mar 16 20:09:46 2015 +0000

    Updates for release 1.1.0
---
 Changes         | 20 ++++++++++++++++++++
 README          | 40 ++++++++++------------------------------
 lib/Net/DBus.pm |  2 +-
 3 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/Changes b/Changes
index 7aefd9b..e4c7cb9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 Revision history for perl module Net::DBus
 
+1.1.0 2015-03-16
+
+ - Support customizable timeouts on method calls
+ - Fix invocation of properties
+ - Fix example in object export tutorial
+ - Introduce a new Net::DBus:ProxyObject providing an alternative
+   approach for exporting objects
+ - Cache objects when casting to interfaces
+ - Treat NoReply as fatal when introspecting
+ - Add UNIX file descriptor passing
+ - Fix misc mistakes in POD docs
+ - Fix error when when requesting bus names
+ - Fix encoding of dict & variant types
+ - Fix decoding of signatures with nested arrays
+ - Update README to point to gitlab.com instead of gitorious.org
+ - Fix handling of select() return value
+ - Fix toggling of timeouts in reactor
+ - Add 'strict_exceptions' annotation
+ - Document missing constructor parameters.
+
 1.0.0 2011-06-30
 
  - Updated to require minimum dbus >= 1.0.0
diff --git a/README b/README
index 3709c9e..6c2a449 100644
--- a/README
+++ b/README
@@ -91,42 +91,22 @@ CONTRIBUTIONS
 -------------
 
 Contributions both simple bug fixes & new features are
-always welcome. Please supply patches in context, or 
-unified diff format. A simple method to generate such a 
-patch is as follows:
-
-  * Clean out generated files from your working
-    directory:
-
-        make distclean
-
-  * Rename your working directory to have '-new' 
-    extension: 
-
-        mv DBus-1.0.0 DBus-1.0.0-new
-
-  * Extract a pristine copy of the source:
-
-        gunzip -c DBus-1.0.0.tar.gz | tar xf -
-        mv DBus-1.0.0 DBus-1.0.0-orig
-
-  * Generate the patch:
-
-        diff -ruN DBus-1.0.0-orig DBus-1.0.0-new \
-          > DBus-1.0.0-[something].patch
-        gzip DBus-1.0.0-[something].patch
-
-
-Please send patches for bugs / features to the DBus
-mailing list, or file a bug against Net::DBus, or
-failing that send them directly to
+always welcome. Please send patches for bugs / features
+to the DBus mailing list, or file a bug against Net::DBus
+in the Perl bug tracker, or failing that send them directly
+to the author
 
   Daniel Berrange <dan at berrange dot com>
 
+The preferred format for patches is that produced by the
+"git format-patch" command. Please use GIT if at all
+possible to ensure correct author attribution of your
+proposed change.
+
 COPYRIGHT AND LICENCE
 ---------------------
 
-Copyright (C) 2004-2011 Daniel Berrange
+Copyright (C) 2004-2015 Daniel Berrange
 
 Net-DBus may be redistributed and/or modified under the terms of Perl itself.
 Either:
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index 0b26dfe..8d2313e 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '1.0.0';
+    our $VERSION = '1.1.0';
     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