summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-19 18:17:39 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-11-19 18:17:39 +0000
commitd4e801f4879c14c5cfd93cfca7b614d9be9a2f25 (patch)
tree15606e0e5269bae943ce4a0db4664a1b3c4feace
parent7bb9f5aa043b30295e981df172f7c9251d248769 (diff)
downloadopenvpn-d4e801f4879c14c5cfd93cfca7b614d9be9a2f25.tar.gz
openvpn-d4e801f4879c14c5cfd93cfca7b614d9be9a2f25.tar.xz
openvpn-d4e801f4879c14c5cfd93cfca7b614d9be9a2f25.zip
Version 2.1_rc15v2.1_rc15
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3525 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r--ChangeLog27
-rw-r--r--version.m42
2 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f4d001c..bd817a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,33 @@ Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net>
$Id$
+2008.11.19 -- Version 2.1_rc15
+
+* Fixed issue introduced in 2.1_rc14 that may cause a
+ segfault when a --plugin module is used.
+
+* Added server-side --opt-verify option: clients that connect
+ with options that are incompatible with those of the server
+ will be disconnected (without this option, incompatible
+ clients would trigger a warning message in the server log
+ but would not be disconnected).
+
+* Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket
+ flag on the server as well as pushes it to connecting clients.
+
+* Minor options check fix: --no-name-remapping is a
+ server-only option and should therefore generate an
+ error when used on the client.
+
+* Added --prng option to control PRNG (pseudo-random
+ number generator) parameters. In previous OpenVPN
+ versions, the PRNG was hardcoded to use the SHA1
+ hash. Now any OpenSSL hash may be used. This is
+ part of an effort to remove hardcoded references to
+ a specific cipher or cryptographic hash algorithm.
+
+* Cleaned up man page synopsis.
+
2008.11.16 -- Version 2.1_rc14
* Added AC_GNU_SOURCE to configure.ac to enable struct ucred,
diff --git a/version.m4 b/version.m4
index c224b6f..6ee073e 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1_rc14a])
+define(PRODUCT_VERSION,[2.1_rc15])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])