summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-10-11 19:57:45 +0000
committerDan Williams <dcbw@redhat.com>2008-10-11 19:57:45 +0000
commitf078992e4d6a2e7e67ab9184b47521918980e936 (patch)
tree23a7f0f73b845daf41794fa38a253a704a7cb91c /ChangeLog
parent98f392b085985a75274fe02ec8aa92f4ac0d8a80 (diff)
2008-10-11 Dan Williams <dcbw@redhat.com>
* include/NetworkManager.h introspection/nm-device.xml include/NetworkManagerVPN.h - Add a few more state reasons for the device deactivated state * src/nm-device-interface.c src/nm-device-interface.h - (nm_device_interface_deactivate): add a 'reason' argument * src/nm-device.c src/nm-device.h - (nm_device_deactivate, nm_device_take_down): add a 'reason' argument - (nm_device_state_changed): pass the state change reason to nm_device_take_down() - (nm_device_set_managed): take a 'reason' argument, and pass it along to the state change function * src/nm-manager.c src/nm-manager.h - (remove_one_device, handle_unmanaged_devices, sync_devices, impl_manager_sleep): pass a reason code to nm_device_set_managed() - (nm_manager_deactivate_connection): add a 'reason' argument and pass something reasonable along to VPN deactivation * src/vpn-manager/nm-vpn-manager.c src/vpn-manager/nm-vpn-manager.h - (nm_vpn_manager_deactivate_connection): add a 'reason' argument and pass that along to nm_vpn_connection_disconnect() git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4174 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cb94c5ba3..8eb9ecf7db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
2008-10-11 Dan Williams <dcbw@redhat.com>
+ * include/NetworkManager.h
+ introspection/nm-device.xml
+ include/NetworkManagerVPN.h
+ - Add a few more state reasons for the device deactivated state
+
+ * src/nm-device-interface.c
+ src/nm-device-interface.h
+ - (nm_device_interface_deactivate): add a 'reason' argument
+
+ * src/nm-device.c
+ src/nm-device.h
+ - (nm_device_deactivate, nm_device_take_down): add a 'reason' argument
+ - (nm_device_state_changed): pass the state change reason to
+ nm_device_take_down()
+ - (nm_device_set_managed): take a 'reason' argument, and pass it along
+ to the state change function
+
+ * src/nm-manager.c
+ src/nm-manager.h
+ - (remove_one_device, handle_unmanaged_devices, sync_devices,
+ impl_manager_sleep): pass a reason code to nm_device_set_managed()
+ - (nm_manager_deactivate_connection): add a 'reason' argument and pass
+ something reasonable along to VPN deactivation
+
+ * src/vpn-manager/nm-vpn-manager.c
+ src/vpn-manager/nm-vpn-manager.h
+ - (nm_vpn_manager_deactivate_connection): add a 'reason' argument and
+ pass that along to nm_vpn_connection_disconnect()
+
+2008-10-11 Dan Williams <dcbw@redhat.com>
+
* src/nm-device-wifi.c
- (can_scan): remove old madwifi hack for not scanning while connected