Signed-off-by: David Sommerseth <davids@redhat.com>
| ... | ... |
@@ -1,6 +1,33 @@ |
| 1 | 1 |
OpenVPN Change Log |
| 2 | 2 |
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net> |
| 3 | 3 |
|
| 4 |
+2012.09.12 -- Version 2.3_beta1 |
|
| 5 |
+Arne Schwabe (7): |
|
| 6 |
+ Fixes error: --key fails with EXTERNAL_PRIVATE_KEY: No such file or directory if --management-external-key is used |
|
| 7 |
+ Merge almost identical create_socket_tcp and create_socket_tcp6 |
|
| 8 |
+ Document the inlining of files in openvpn and document key-direction |
|
| 9 |
+ Merge getaddr_multi and getaddr6 into one function |
|
| 10 |
+ Document --management-client and --management-signal a bit better |
|
| 11 |
+ Document that keep alive will double the second value in server mode and give a short explanation why the value is chosen. |
|
| 12 |
+ Add checks for external-key-managements |
|
| 13 |
+ |
|
| 14 |
+David Sommerseth (1): |
|
| 15 |
+ Fix reconnect issues when --push and UDP is used on the server |
|
| 16 |
+ |
|
| 17 |
+Gert Doering (4): |
|
| 18 |
+ Reduce --version string detail about IPv6 to just "[IPv6]". |
|
| 19 |
+ Put actual OpenVPN command line on top of corresponding log file. |
|
| 20 |
+ Keep pre-existing tun/tap devices around on *BSD |
|
| 21 |
+ make "ipv6 ifconfig" on linux compatible with busybox ifconfig |
|
| 22 |
+ |
|
| 23 |
+Heiko Hund (6): |
|
| 24 |
+ fix regression with --http-proxy[-*] options |
|
| 25 |
+ add x_msg_va() log function |
|
| 26 |
+ add API for plug-ins to write to openvpn log |
|
| 27 |
+ remove stale _openssl_get_subject() prototype |
|
| 28 |
+ remove unused flag SSLF_NO_NAME_REMAPPING |
|
| 29 |
+ Add --compat-names option |
|
| 30 |
+ |
|
| 4 | 31 |
2012.07.20 -- Version 2.3_alpha3 |
| 5 | 32 |
Arne Schwabe (1): |
| 6 | 33 |
Fix compiling with --disable-management |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
dnl define the OpenVPN version |
| 2 | 2 |
define([PRODUCT_NAME], [OpenVPN]) |
| 3 | 3 |
define([PRODUCT_TARNAME], [openvpn]) |
| 4 |
-define([PRODUCT_VERSION], [2.3_alpha3]) |
|
| 4 |
+define([PRODUCT_VERSION], [2.3_beta1]) |
|
| 5 | 5 |
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) |
| 6 | 6 |
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0]) |
| 7 | 7 |
dnl define the TAP version |