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 a1e19d34a36c466849b9dd29040a59f9e050c32a
Author: Daniel P. Berrange <d...@berrange.com>
Date:   Thu Jun 30 22:31:15 2011 +0100

    Update in prep for 1.0.0 release
---
 CHANGES          | 14 ++++++++++++++
 Net-DBus.spec.PL |  9 ++-------
 README           | 12 ++++++------
 lib/Net/DBus.pm  |  2 +-
 4 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/CHANGES b/CHANGES
index 8a26fe9..cff1d7d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+
+New in 1.0.0:
+
+ - Updated to require minimum dbus >= 1.0.0
+ - Automatically track change in ownership of bus names
+   for signal handlers
+ - Strict validation of method invocation against introspection
+   data on exported objects
+ - Improved error messages for invalid interfaces
+ - Add API for disconnecting an object from a signal
+ - Implement GetAll methods on properties interface
+ - Allow leading _ in interface names
+ - Other minor fixes
+
 Changes since 0.33.5
 
  - Fix introspection XML handling when exporting objects with child
diff --git a/Net-DBus.spec.PL b/Net-DBus.spec.PL
index ce55207..40350df 100644
--- a/Net-DBus.spec.PL
+++ b/Net-DBus.spec.PL
@@ -42,8 +42,8 @@ URL:            http://search.cpan.org/dist/%{appname}
 Source0:        
http://www.cpan.org/modules/by-module/Net/%{appname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-Requires: dbus >= 0.33
-BuildRequires: dbus-devel > 0.33
+Requires: dbus >= 1.0.0
+BuildRequires: dbus-devel > 1.0.0
 BuildRequires: perl(XML::Twig)
 BuildRequires: perl(Time::HiRes)
 BuildRequires: perl(Test::More)
@@ -90,8 +90,3 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/auto/Net/DBus
 
 %changelog
-* Fri Jan  6 2006 Daniel Berrange <berrange@localhost.localdomain> - 0.33.1-1
-- Added explicit dependancies on perl-libxml-perl and perl-Time-HiRes
-- Increased min required dbus version to 0.33 since we 
-  need the dbus_connection_unregister_object_path method
-
diff --git a/README b/README
index 7d51005..22bde1e 100644
--- a/README
+++ b/README
@@ -91,18 +91,18 @@ patch is as follows:
   * Rename your working directory to have '-new' 
     extension: 
 
-        mv DBus-0.33.3 DBus-0.33.3-new
+        mv DBus-1.0.0 DBus-1.0.0-new
 
   * Extract a pristine copy of the source:
 
-        gunzip -c DBus-0.33.3.tar.gz | tar xf -
-        mv DBus-0.33.3 DBus-0.33.3-orig
+        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-0.33.3-orig DBus-0.33.3-new \
-          > DBus-0.33.3-[something].patch
-        gzip DBus-0.33.3-[something].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
 
 
 Send the resulting to .patch.gz file directly to 
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index 17b6ceb..2876d37 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -87,7 +87,7 @@ use strict;
 use warnings;
 
 BEGIN {
-    our $VERSION = '0.33.7';
+    our $VERSION = '1.0.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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to