Preparing for OpenVPN 2.3_alpha3

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
This commit is contained in:
David Sommerseth 2012-07-20 14:21:03 +02:00
parent af1bf85aee
commit 6dcb1265c6
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,19 @@
OpenVPN Change Log OpenVPN Change Log
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net> Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <sales@openvpn.net>
2012.07.20 -- Version 2.3_alpha3
Arne Schwabe (1):
Fix compiling with --disable-management
Gert Doering (1):
Repair "tap server" mode brokenness caused by <stdbool.h> fallout
Heiko Hund (4):
make non-blocking connect work on Windows
don't treat socket related errors special anymore
remove unused show_connection_list debug function
add option --management-query-proxy
2012.06.29 -- Version 2.3_alpha2 2012.06.29 -- Version 2.3_alpha2
Adriaan de Jong (11): Adriaan de Jong (11):
Fixed off-by-one in serial length calculation Fixed off-by-one in serial length calculation

View File

@ -1,7 +1,7 @@
dnl define the OpenVPN version dnl define the OpenVPN version
define([PRODUCT_NAME], [OpenVPN]) define([PRODUCT_NAME], [OpenVPN])
define([PRODUCT_TARNAME], [openvpn]) define([PRODUCT_TARNAME], [openvpn])
define([PRODUCT_VERSION], [2.3.0_master]) define([PRODUCT_VERSION], [2.3_alpha3])
define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net]) define([PRODUCT_BUGREPORT], [openvpn-users@lists.sourceforge.net])
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0]) define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
dnl define the TAP version dnl define the TAP version