aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5580409..975f012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,24 @@
OpenVPN Change Log
Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2010.11.04 -- Version 2.1.4
+
+* Fix problem with special case route targets ('remote_host')
+
+ The init_route() function will leave &netlist untouched for
+ get_special_addr() routes ("remote_host" being one of them).
+ netlist is on stack, contains random garbage, and
+ netlist.len will not be 0 - thus, random stack data is copied from
+ netlist.data[] until the route_list is full.
+ Thanks to Teodo MICU and Gert Doering for finding and fixing this issue.
+
+2010.08.20 -- Version 2.1.3
+
+* Windows build fixes
+ Attempt to fix issue where domake-win build system was not properly
+ signing drivers and .exe files. This change is only affecting the
+ Windows build scripts and not the OpenVPN code base.
+
2010.08.09 -- Version 2.1.2
* Windows security issue: