From 38f110bb87aa60a2c8a4a4f653685a63c2036227 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 18 Nov 2010 22:33:47 +0100 Subject: Updated ChangeLog with info about last merges Signed-off-by: David Sommerseth --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'ChangeLog') 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. +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 . + 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 -- cgit