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 2dbc3e6c6289b39807e7c14f25f33a6808a8bb21 Author: Daniel P. Berrange <[email protected]> Date: Mon Sep 26 20:15:12 2005 +0000 Added note about latest changes --- CHANGES | 9 ++++++++- Makefile.PL | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 69de0a4..27d21b6 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,7 @@ Changes since 0.32.1 - Added patch to avoid leaking memory when throwing dbus errors from the XS layer - - Added full support for org.freedesktop.DBus.Properties + - Added support for org.freedesktop.DBus.Properties in exported & remote objects. - Added support for getting the unique name of the client's @@ -26,6 +26,13 @@ Changes since 0.32.1 - Make add_signal_receiver method on Net::DBus private + - Automatically re-attach signal match rules if a service + disappears & then comes back to the bus (eg if the provider + process re-started) + + - Added magic 'caller' and 'serial' data types for requesting + that data about method caller be passed into a method + - Lots more POD documentation Changes since 0.32.0 diff --git a/Makefile.PL b/Makefile.PL index bd5e780..502073b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ WriteMakefile( # 'ABSTRACT_FROM' => 'lib/Net/DBus.pm', 'AUTHOR' => 'Daniel Berrange <[email protected]>', 'LIBS' => [$DBUS_LIBS], - 'DEFINE' => "-DDBUS_API_SUBJECT_TO_CHANGE", + 'DEFINE' => "-DDBUS_API_SUBJECT_TO_CHANGE -DPD_DO_DEBUG=1", 'INC' => "-Wall $DBUS_CFLAGS", 'depend' => { Net-DBus.spec => '$(VERSION_FROM)', -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
