diff options
author | David Sommerseth <davids@redhat.com> | 2013-01-02 20:13:37 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2013-01-07 11:53:57 +0100 |
commit | d690047134a89b262f53a63afed76feb13fc85d0 (patch) | |
tree | 4583711dff36fcc05232a5d29135acf4a0b12fe9 | |
parent | 2e3b853dd1070435d60a1f11ff4364631c83d6a9 (diff) | |
download | openvpn-beta/2.3.tar.gz openvpn-beta/2.3.tar.xz openvpn-beta/2.3.zip |
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | version.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ OpenVPN Change Log Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net> +2013.01.07 -- Version 2.3.0 +Gert Doering (2): + Fix parameter type for IP_TOS setsockopt on non-Linux systems. + Fix client crash on double PUSH_REPLY. + 2012.12.17 -- Version 2.3_rc2 Adriaan de Jong (1): Fix --show-pkcs11-ids (Bug #239) @@ -1,7 +1,7 @@ dnl define the OpenVPN version define([PRODUCT_NAME], [OpenVPN]) define([PRODUCT_TARNAME], [openvpn]) -define([PRODUCT_VERSION], [2.3_rc2]) +define([PRODUCT_VERSION], [2.3.0]) define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) define([PRODUCT_VERSION_RESOURCE], [2,3,0,0]) dnl define the TAP version |