diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-20 08:43:50 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-20 08:43:50 +0000 |
commit | ef7fb8905753036a5d715d49b4dbb54669b4a5f0 (patch) | |
tree | 8d665cbe1790d805483a47e9831ed619d35b07ab /ChangeLog | |
parent | Modified get_default_gateway code for Linux (diff) | |
download | openvpn-ef7fb8905753036a5d715d49b4dbb54669b4a5f0.tar.xz |
ChangeLog edit
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@693 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ $Id$ * Moved TUN/TAP read/write log messages from --verb 8 to 6. * Warn when multiple clients having the same common name or username usurp each other when --duplicate-cn is not used. +* Modified Windows and Linux versions of get_default_gateway + to return the route with the smallest metric + if multiple 0.0.0.0/0.0.0.0 entries are present. +* Added ">NEED-OK" alert and "ok" command to management + interface to provide a general interface for sending + alerts to the end-user. Used by the PKCS#11 code + to send Token Insertion Requests to the user. 2005.10.17 -- Version 2.1-beta4 |