From de06e5715e780baade318f3490ac7a4c9ce84e32 Mon Sep 17 00:00:00 2001
From: Michael Biebl <dcbw@redhat.com>
Version 0.9.2.0 +
Version 0.9.4.0
Copyright © 2011 The NetworkManager Authors
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later @@ -61,25 +61,25 @@
This section details the architectural and D-Bus API changes in NetworkManager 0.9.
Previously there were two "settings services", or D-Bus services that provided and saved network configuration information. NetworkManager @@ -103,7 +103,7 @@
Even with the elimination of the user settings service, in some cases it is still desirable to store secrets in the user's session and not in @@ -152,7 +152,7 @@
With the elimination of the user settings service, the old
org.freedesktop.NetworkManagerUserSettings and
@@ -160,7 +160,8 @@
service names are no longer used. Instead NetworkManager provides the
settings service using its own D-Bus service name,
org.freedesktop.NetworkManager. The object path of
- the settings service remains unchanged.
+ the settings service has also changed to
+ /org/freedesktop/NetworkManager/Settings.
Additionally, the D-Bus interface of the settings service has changed
@@ -177,18 +178,19 @@
and CanModify properties.
- Action: change the service name that
- your application uses to request system network settings to
- org.freedesktop.NetworkManager, and update the D-Bus
- interface that codes uses to talk to the settings service to
-
+ Action: change the service name and
+ object path that your application uses to request system network settings
+ to org.freedesktop.NetworkManager and
+ /org/freedesktop/NetworkManager/Settings respectively,
+ and update the D-Bus interface that codes uses to talk to the settings
+ service to
org.freedesktop.NetworkManager.Settings.
Listen for hostname changes using the new interface name as well.
Consistent with the interface changes to the Settings object, the Connection object's D-Bus interface has changed to @@ -222,7 +224,7 @@
Previously there were two D-Bus method calls to retrieve the list of operations that a user client could perform, and two signals notifying @@ -254,7 +256,7 @@ are now string-based permissions. The mapping is as follows:
Table 17.
+Table 20.