diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-01-10 17:54:05 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2013-01-10 17:54:05 +0100 |
commit | 0159f6a3459c511c94b009afd0bfe5dc8e8991d1 (patch) | |
tree | 3c12297fd9b61426d6873c3c821360ef71e01448 /ChangeLog | |
parent | c0bce9e49cf1fbeda1269e93d9818e4861725e71 (diff) | |
parent | 9e3cceecfca10ef806f193ec41e0e0a44706c328 (diff) |
Merge tag 'upstream/2.3.0'
Upstream version 2.3.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,6 +1,34 @@ OpenVPN Change Log Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net> +2013.01.07 -- Version 2.3.0 +Gert Doering (2): + Fix parameter type for IP_TOS setsockopt on non-Linux systems. + Fix client crash on double PUSH_REPLY. + +2012.12.17 -- Version 2.3_rc2 +Adriaan de Jong (1): + Fix --show-pkcs11-ids (Bug #239) + +Arne Schwabe (4): + Error message if max-routes used incorrectly + Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY) + Remove dnsflags_to_socktype, it is not used anywhere + Fix the proto is used inconsistently warning + +David Sommerseth (3): + Fix double-free issue in pf_destroy_context() + The get_default_gateway() function uses warn() instead of msg() + Avoid recursion in virtual_output_callback_func() + +Gert Doering (2): + Implement --mssfix handling for IPv6 packets. + Fix option inconsistency warnings about "proto" and "tun-ipv6" + +Joachim Schipper (2): + doc/management-notes.txt: fix typo + Fix typo in ./configure message + 2012.10.31 -- Version 2.3_rc1 Adriaan de Jong (1): Fixed a bug where PolarSSL gave an error when using an inline file tag. |