summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-20 08:43:50 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-20 08:43:50 +0000
commitef7fb8905753036a5d715d49b4dbb54669b4a5f0 (patch)
tree8d665cbe1790d805483a47e9831ed619d35b07ab
parentc9241348218c1837a4c26504ea4a5acda01ce6be (diff)
downloadopenvpn-ef7fb8905753036a5d715d49b4dbb54669b4a5f0.tar.gz
openvpn-ef7fb8905753036a5d715d49b4dbb54669b4a5f0.tar.xz
openvpn-ef7fb8905753036a5d715d49b4dbb54669b4a5f0.zip
ChangeLog edit
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@693 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ddddaf..cef9c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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