]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Preparing for release v2.3.4 (ChangeLog, version.m4) v2.3.4
authorGert Doering <gert@greenie.muc.de>
Wed, 30 Apr 2014 11:37:57 +0000 (13:37 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 30 Apr 2014 11:38:23 +0000 (13:38 +0200)
Signed-off-by: Gert Doering <gert@greenie.muc.de>
ChangeLog
version.m4

index 112a3b2c9493e19b54457a193f1c4d4019a42f42..6018bd9ff82a3a8265916bab1da42526d41edb05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
 OpenVPN Change Log
 Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net>
 
+2014.04.30 -- Version 2.3.4
+Arne Schwabe (1):
+      Fix man page and OSCP script: tls_serial_{n} is decimal
+
+Dmitrij Tejblum (1):
+      Fix is_ipv6 in case of tap interface.
+
+Gert Doering (7):
+      IPv6 address/route delete fix for Win8
+      Add SSL library version reporting.
+      Minor t_client.sh cleanups
+      Repair --multihome on FreeBSD for IPv4 sockets.
+      Rewrite manpage section about --multihome
+      More IPv6-related updates to the openvpn man page.
+      Conditionalize calls to print_default_gateway on !ENABLE_SMALL
+
+James Yonan (2):
+      Use native strtoull() with MSVC 2013.
+      When tls-version-min is unspecified, revert to original versioning approach.
+
+Steffan Karger (4):
+      Change signedness of hash in x509_get_sha1_hash(), fixes compiler warning.
+      Fix OCSP_check.sh to also use decimal for stdout verification.
+      Fix build system to accept non-system crypto library locations for plugins.
+      Make serial env exporting consistent amongst OpenSSL and PolarSSL builds.
+
+Yawning Angel (1):
+      Fix SOCKSv5 method selection
+
+kangsterizer (1):
+      Fix typo in sample build script to use LDFLAGS
+
+
 2014.04.08 -- Version 2.3.3
 Alon Bar-Lev (1):
       pkcs11: use generic evp key instead of rsa
index 9c146266a7347fe53124e7edd40ab2c803ad5445..2e4b5e44af0a4d933230c6e68a409657e752e43a 100644 (file)
@@ -1,9 +1,9 @@
 dnl define the OpenVPN version
 define([PRODUCT_NAME], [OpenVPN])
 define([PRODUCT_TARNAME], [openvpn])
-define([PRODUCT_VERSION], [2.3.3])
+define([PRODUCT_VERSION], [2.3.4])
 define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
-define([PRODUCT_VERSION_RESOURCE], [2,3,3,0])
+define([PRODUCT_VERSION_RESOURCE], [2,3,4,0])
 dnl define the TAP version
 define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
 define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])