aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert Doering2013-03-27 18:49:05 +0100
committerGert Doering2013-03-27 18:49:05 +0100
commit3fe52e70e6395b9176e2a5d60c758fefb927d0bf (patch)
tree909cb605979c11ed0bce1a40104c7222f8331fda
parentc9ec7f77e0726b7ebd9e5824be36118593df01ad (diff)
downloadopenvpn-2.3.1.zip
openvpn-2.3.1.tar.gz
Preparing for v2.3.1 (ChangeLog, version.m4)v2.3.1
Signed-off-by: Gert Doering <gert@greenie.muc.de>
-rw-r--r--ChangeLog53
-rw-r--r--version.m44
2 files changed, 55 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f686dd..8cd785d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,59 @@
OpenVPN Change Log
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2013.03.29 -- Version 2.3.1
+Arne Schwabe (4):
+ Remove dead code path and putenv functionality
+ Remove unused function xor
+ Move static prototype definition from header into c file
+ Remove unused function no_tap_ifconfig
+
+Christian Hesse (1):
+ fix build with automake 1.13(.1)
+
+Christian Niessner (1):
+ Fix corner case in NTLM authentication (trac #172)
+
+Gert Doering (5):
+ Update README.IPv6 to match what is in 2.3.0
+ Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.
+ Permit pool size of /64.../112 for ifconfig-ipv6-pool
+ Add MIN() compatibility macro
+ Fix directly connected routes for "topology subnet" on Solaris.
+
+Heiko Hund (5):
+ close more file descriptors on exec
+ Ignore UTF-8 byte order mark
+ reintroduce --no-name-remapping option
+ make --tls-remote compatible with pre 2.3 configs
+ add new option for X.509 name verification
+
+Jan Just Keijser (1):
+ man page patch for missing options
+
+Josh Cepek (2):
+ Fix parameter listing in non-debug builds at verb 4
+ (updated) [PATCH] Warn when using verb levels >=7 without debug
+
+Matthias Andree (1):
+ Enable TCP_NODELAY configuration on FreeBSD.
+
+Samuli Seppänen (4):
+ Removed ChangeLog.IPv6
+ Added cross-compilation information INSTALL-win32.txt
+ Updated README
+ Cleaned up and updated INSTALL
+
+Steffan Karger (7):
+ PolarSSL-1.2 support
+ Improve PolarSSL key_state_read_{cipher, plain}text messages
+ Improve verify_callback messages
+ Config compatibility patch. Added translate_cipher_name.
+ Switch to IANA names for TLS ciphers.
+ Fixed autoconf script to properly detect missing pkcs11 with polarssl.
+ Use constant time memcmp when comparing HMACs in openvpn_decrypt.
+
+
2013.01.07 -- Version 2.3.0
Gert Doering (2):
Fix parameter type for IP_TOS setsockopt on non-Linux systems.
diff --git a/version.m4 b/version.m4
index 233bd72..8daafcb 100644
--- a/version.m4
+++ b/version.m4
@@ -1,9 +1,9 @@
dnl define the OpenVPN version
define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_TARNAME], [openvpn])
-define([PRODUCT_VERSION], [2.3.0])
+define([PRODUCT_VERSION], [2.3.1])
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
-define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
+define([PRODUCT_VERSION_RESOURCE], [2,3,1,0])
dnl define the TAP version
define([PRODUCT_TAP_WIN_COMPONENT_ID], [tap0901])
define([PRODUCT_TAP_WIN_MIN_MAJOR], [9])