summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-12-17 10:41:32 +0100
committerDavid Sommerseth <davids@redhat.com>2012-12-17 10:41:32 +0100
commita2f40aac86d0d005f7ae2da08ce6c22ac30a1bd5 (patch)
tree8e33f93cc86a6b390a6d00baed2df4102d199d3b
parentf21410729e68b553f391dc036c0372fd3690714e (diff)
downloadopenvpn-2.3_rc2.tar.gz
openvpn-2.3_rc2.tar.xz
openvpn-2.3_rc2.zip
Preparing for v2.3_rc2v2.3_rc2
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--ChangeLog23
-rw-r--r--version.m42
2 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3e13ef..36b42f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,29 @@
OpenVPN Change Log
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2012.12.17 -- Version 2.3_rc2
+Adriaan de Jong (1):
+ Fix --show-pkcs11-ids (Bug #239)
+
+Arne Schwabe (4):
+ Error message if max-routes used incorrectly
+ Properly require --key even if defined(MANAGMENT_EXTERNAL_KEY)
+ Remove dnsflags_to_socktype, it is not used anywhere
+ Fix the proto is used inconsistently warning
+
+David Sommerseth (3):
+ Fix double-free issue in pf_destroy_context()
+ The get_default_gateway() function uses warn() instead of msg()
+ Avoid recursion in virtual_output_callback_func()
+
+Gert Doering (2):
+ Implement --mssfix handling for IPv6 packets.
+ Fix option inconsistency warnings about "proto" and "tun-ipv6"
+
+Joachim Schipper (2):
+ doc/management-notes.txt: fix typo
+ Fix typo in ./configure message
+
2012.10.31 -- Version 2.3_rc1
Adriaan de Jong (1):
Fixed a bug where PolarSSL gave an error when using an inline file tag.
diff --git a/version.m4 b/version.m4
index 582718e..ce085b2 100644
--- a/version.m4
+++ b/version.m4
@@ -1,7 +1,7 @@
dnl define the OpenVPN version
define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_TARNAME], [openvpn])
-define([PRODUCT_VERSION], [2.3_rc1])
+define([PRODUCT_VERSION], [2.3_rc2])
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
dnl define the TAP version