diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 20:40:39 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-13 20:40:39 +0000 |
commit | 40ac3d7ac1cb29bf5d482e162c102c56a5e2e5e6 (patch) | |
tree | fb5ea6dc09883fcbc031da30ce5544ddd9a41822 /ChangeLog | |
parent | Version number increment. (diff) | |
download | openvpn-40ac3d7ac1cb29bf5d482e162c102c56a5e2e5e6.tar.xz |
Added --route-metric option to set a default route metric
for --route (Roy Marples).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1011 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,9 +7,14 @@ $Id$ * Fixed Windows server bug in time backtrack handling code which could cause TLS negotiation failures on legitimate clients. + * Rewrote gettimeofday function for Windows to be simpler and more efficient. + * Merged PKCS#11 extensions to easy-rsa/2.0 (Alon Bar-Lev). + +* Added --route-metric option to set a default route metric + for --route (Roy Marples). 2006.04.12 -- Version 2.1-beta13 |