summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Sack <asac@ubuntu.com>2008-10-10 11:13:26 +0000
committerDan Williams <dcbw@redhat.com>2008-10-10 11:13:26 +0000
commitab597909050e54c94ab388071037277990acbc0e (patch)
treed157162b449ec848b0af5f3242541c7e05ceaf96 /ChangeLog
parent0359c9a59b45adf8682076aaa02341bbda35464e (diff)
downloadNetworkManager-ab597909050e54c94ab388071037277990acbc0e.tar.gz
2008-10-10 Alexander Sack <asac@ubuntu.com>
Implement unmanaged mode that will prevent all devices in the well_known_udis set from being touched by NetworkManager * system-settings/plugins/ifupdown/plugin.c - (typedef struct SCPluginIfupdownPrivate): add gboolean unmanage_well_known field used to turn on/off unmanaged mode - (hal_device_added_cb,hal_device_remove_cb): emit |unmanaged-devices-changed| signal when well_known_udis get added/removed - (SCPluginIfupdown_get_unmanaged_devices): return all well_known_udis if we are in unmanaged mode git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4163 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60b8301650..496a778609 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-10-10 Alexander Sack <asac@ubuntu.com>
+ Implement unmanaged mode that will prevent all devices in the
+ well_known_udis set from being touched by NetworkManager
+
+ * system-settings/plugins/ifupdown/plugin.c
+ - (typedef struct SCPluginIfupdownPrivate): add gboolean
+ unmanage_well_known field used to turn on/off unmanaged
+ mode
+ - (hal_device_added_cb,hal_device_remove_cb): emit |unmanaged-devices-changed|
+ signal when well_known_udis get added/removed
+ - (SCPluginIfupdown_get_unmanaged_devices): return all well_known_udis
+ if we are in unmanaged mode
+
+2008-10-10 Alexander Sack <asac@ubuntu.com>
+
Add support to track network devices that have a configuration
with a matching interface.name in /etc/network/interfaces