]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Preparing for v2.3_beta1 v2.3_beta1
authorDavid Sommerseth <davids@redhat.com>
Wed, 12 Sep 2012 14:12:28 +0000 (16:12 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 12 Sep 2012 14:12:28 +0000 (16:12 +0200)
Signed-off-by: David Sommerseth <davids@redhat.com>
ChangeLog
version.m4

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