[libnet-dbus-perl] 161/335: Update changelog for new release

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:46 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 25b703c5ab5ed5031527d91a1d1e155cc320d963
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Mon Nov 21 11:43:28 2005 +0000

    Update changelog for new release
---
 CHANGES | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/CHANGES b/CHANGES
index 891c02f..26fdf21 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,41 @@
 
+Changes since 0.32.2
+
+ - Introspection data is used only as hint, so if an object
+   exports many methods, but only provides partial introspection
+   data, remote calls fallback to regular typing rules
+
+ - Re-add dbus_XXX convenience methods to Net::DBus to allow
+   clients to do explicit type casting. Must be requested at
+   export time, using 'Net::DBus qw(:typing)'.
+
+ - Update all example programs to run against session bus,
+   since there are no security rules to enable them to work
+   on system bus.
+
+ - Print out warning upon use, if a method, signal, or property
+   is annotated with the 'org.freedesktop.DBus.Deprecated' flag.
+
+ - Do not wait for a method reply if the method is annotated
+   with the 'org.freedesktop.DBus.Method.NoReply' flag.
+
+ - Extend Net::DBus::Exporter to enable methods, signals, and
+   properties to be annotated.
+
+ - Add support for 'org.freedesktop.DBus.Method.NoReply' and
+   'org.freedesktop.DBus.Deprecated' annotations when exporting
+   objects
+
+ - Add a pure in-memory bus implementation for facilitating
+   creation of unit tests which would otherwise require making
+   a connection to a 'live' message bus. Can be accessed via:
+ 
+      Net::DBus->test
+
+ - Add an *EXPERIMENTAL* mock object to faciltate creation of
+   unit tests which need to communicate with other objects on
+   the bus. See Net::DBus::Test::MockObject for further info.
+
 Changes since 0.32.1
 
  - Fix unit tests broken in previous build

-- 
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