summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTambet Ingo <tambet@gmail.com>2008-09-22 15:29:00 +0000
committerTambet Ingo <tambet@gmail.com>2008-09-22 15:29:00 +0000
commitb37fc863854a1be34869a939a9072b4be602fa92 (patch)
tree448c0adffc9178cb940df9cf18c3d56e4c1a0b26 /ChangeLog
parent75e283e36875362b1f37c6235d9adc24c3f7d30d (diff)
2008-09-22 Tambet Ingo <tambet@gmail.com>
* src/vpn-manager/nm-vpn-connection.c: Add a signal handler for the "Failure" signal from VPN plugins, store the failure reason, and use it when the state is changed to failure. * introspection/nm-vpn-plugin.xml: Fix the "Failure" signal's type description. * include/NetworkManagerVPN.h (NMVPNConnectionStateReason): Add a new reason to the end of the list to not break the API. (NMVPNPluginFailure): Move it here (from libnm-glib/nm-vpn-plugin.h) so it can be shared by plugins and daemon. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4088 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 28dd923a2a..40f08a4112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-09-22 Tambet Ingo <tambet@gmail.com>
+
+ * src/vpn-manager/nm-vpn-connection.c: Add a signal handler for the
+ "Failure" signal from VPN plugins, store the failure reason, and
+ use it when the state is changed to failure.
+
+ * introspection/nm-vpn-plugin.xml: Fix the "Failure" signal's type
+ description.
+
+ * include/NetworkManagerVPN.h (NMVPNConnectionStateReason): Add a new
+ reason to the end of the list to not break the API.
+ (NMVPNPluginFailure): Move it here (from libnm-glib/nm-vpn-plugin.h)
+ so it can be shared by plugins and daemon.
+
2008-09-18 Dan Williams <dcbw@redhat.com>
Patch from Alexander Sack <asac@ubuntu.com>