summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-09-09 20:25:01 +0000
committerDan Williams <dcbw@redhat.com>2008-09-09 20:25:01 +0000
commita2cbab16242fa52006de13ca53d2219548ca4a07 (patch)
tree94bb099d529db25b82a9fb0654be345b9d9fc54e /ChangeLog
parent24ac6fe05594dac45d3e142accfbe06676c42c98 (diff)
2008-09-09 Dan Williams <dcbw@redhat.com>
* libnm-glib/nm-vpn-plugin-ui-interface.c libnm-glib/nm-vpn-plugin-ui-interface.h libnm-glib/libnm_glib_vpn.ver - (nm_vpn_plugin_ui_interface_delete_connection): called when the plugin should clean up resources related to the connection (like keyring secrets) - (nm_vpn_plugin_ui_widget_interface_save_secrets): called when the plugin should save user-scope secrets (like to the keyring) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4052 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9eb3d11d9..0971224e7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-09-09 Dan Williams <dcbw@redhat.com>
+
+ * libnm-glib/nm-vpn-plugin-ui-interface.c
+ libnm-glib/nm-vpn-plugin-ui-interface.h
+ libnm-glib/libnm_glib_vpn.ver
+ - (nm_vpn_plugin_ui_interface_delete_connection): called when the plugin
+ should clean up resources related to the connection (like keyring
+ secrets)
+ - (nm_vpn_plugin_ui_widget_interface_save_secrets): called when the plugin
+ should save user-scope secrets (like to the keyring)
+
2008-09-08 Dan Williams <dcbw@redhat.com>
Patch from Alexander Sack <asac@ubuntu.com>