diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:54 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-06-03 18:47:54 +0200 |
commit | c7f5b684601f45769f7e3252a407be748d1fc2ca (patch) | |
tree | 940368aafbfb471169a19bb16a2275be179d4c5a /ChangeLog | |
parent | 31feacd9451b798cb0b29b42298eddaba3f697ee (diff) | |
parent | 70b71e008cc968ee53d6b8af9f7a006f13c27e2a (diff) |
Merge tag 'upstream/2.3.2'
Upstream version 2.3.2
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,6 +1,38 @@ OpenVPN Change Log Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net> +2013.05.31 -- Version 2.3.2 +Arne Schwabe (3): + Only print script warnings when a script is used. Remove stray mention of script-security system. + Move settings of user script into set_user_script function + Move checking of script file access into set_user_script + +Davide Brini (1): + Provide more accurate warning message + +Gert Doering (2): + Fix NULL-pointer crash in route_list_add_vpn_gateway(). + Fix problem with UDP tunneling due to mishandled pktinfo structures. + +James Yonan (1): + Always push basic set of peer info values to server. + +Jan Just Keijser (1): + make 'explicit-exit-notify' pullable again + +Josh Cepek (2): + Fix proto tcp6 for server & non-P2MP modes + Fix Windows script execution when called from script hooks + +Steffan Karger (2): + Fixed tls-cipher translation bug in openssl-build + Fixed usage of stale define USE_SSL to ENABLE_SSL + +svimik (1): + Fix segfault when enabling pf plug-ins + + + 2013.03.29 -- Version 2.3.1 Arne Schwabe (4): Remove dead code path and putenv functionality |