mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-02-03 20:39:40 -05:00
Preparing for v2.3.0
Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
2e3b853dd1
commit
d690047134
2 changed files with 6 additions and 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue