summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-11-18 22:33:47 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-11-18 22:33:47 +0100
commit38f110bb87aa60a2c8a4a4f653685a63c2036227 (patch)
treed5eace957e4553db2e44091915579e4777e392f8 /ChangeLog
parent529df9922d85574828d95020eebcd228ba3a8164 (diff)
downloadopenvpn-38f110bb87aa60a2c8a4a4f653685a63c2036227.tar.gz
openvpn-38f110bb87aa60a2c8a4a4f653685a63c2036227.tar.xz
openvpn-38f110bb87aa60a2c8a4a4f653685a63c2036227.zip
Updated ChangeLog with info about last merges
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e41bf2..ca29d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,45 @@
OpenVPN Change Log
Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2010.11.18 -- Version 2.2-betaX
+
+David Sommerseth (10):
+ Clarified --explicit-exit-notify man page entry
+ Clean-up: Remove pthread and mutex locking code
+ Clean-up: Remove more dead and inactive code paths
+ Clean-up: Removing useless code - hash related functions
+ Use stricter snprintf() formatting in socks_username_password_auth() (v3)
+ Fix compiler warnings about not used dummy() functions
+ Fixed potential misinterpretation of boolean logic
+ Only add some functions when really needed
+ Removed functions not being used anywhere
+ Merged add_bypass_address() and add_host_route_if_nonlocal()
+
+Gert Doering (3):
+ Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin2@whiteboard.ne.jp>.
+ Make "topology subnet" work on Solaris
+ Improved man page entry for script_type
+
+James Yonan (5):
+ Fixed initialization bug in route_list_add_default_gateway (Gert Doering).
+ Implement challenge/response authentication support in client mode
+ Make base64.h have the same conditional compilation expression as base64.c.
+ Fixed compiling issues when using --disable-crypto
+ In verify_callback, the subject var should be freed by OPENSSL_free, not free
+
+Jesse Young (1):
+ Remove hardcoded path to resolvconf
+
+Lars Hupel (1):
+ Add HTTP/1.1 Host header
+
+Pierre Bourdon (1):
+ Adding support for SOCKS plain text authentication
+
+Samuli Seppänen (2):
+ Added check for variable CONFIGURE_DEFINES into options.c
+ Added command-line option parser and an unsigned build option to build_all.py
+
2010.08.21 -- Version 2.2-beta3
* Attempt to fix issue where domake-win build system was not properly