]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Prepared for a OpenVPN v2.1.4 release v2.1.4
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 4 Nov 2010 19:35:24 +0000 (20:35 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 4 Nov 2010 19:35:50 +0000 (20:35 +0100)
Also added a missing changelog for 2.1.3.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
ChangeLog
version.m4

index 5580409253d3fec01a7a9faf1c0d0d8a916ddfdb..975f0121a78cce386ddd24662ea62ed9c9d2b87a 100644 (file)
--- 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:
index f37e1c2e9a36f89ff6798614cfc257e0a9b9143c..c1122e5d4f3c25370ba9182c1db8abc5a1afcc56 100644 (file)
@@ -1,5 +1,5 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1.3])
+define(PRODUCT_VERSION,[2.1.4])
 dnl define the TAP version
 define(PRODUCT_TAP_ID,[tap0901])
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])