Skip to content

Commit 6dcb126

Browse files
committed
Preparing for OpenVPN 2.3_alpha3
Signed-off-by: David Sommerseth <[email protected]>
1 parent af1bf85 commit 6dcb126

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
OpenVPN Change Log
22
Copyright (C) 2002-2012 OpenVPN Technologies, Inc. <[email protected]>
33

4+
2012.07.20 -- Version 2.3_alpha3
5+
Arne Schwabe (1):
6+
Fix compiling with --disable-management
7+
8+
Gert Doering (1):
9+
Repair "tap server" mode brokenness caused by <stdbool.h> fallout
10+
11+
Heiko Hund (4):
12+
make non-blocking connect work on Windows
13+
don't treat socket related errors special anymore
14+
remove unused show_connection_list debug function
15+
add option --management-query-proxy
16+
417
2012.06.29 -- Version 2.3_alpha2
518
Adriaan de Jong (11):
619
Fixed off-by-one in serial length calculation

version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl define the OpenVPN version
22
define([PRODUCT_NAME], [OpenVPN])
33
define([PRODUCT_TARNAME], [openvpn])
4-
define([PRODUCT_VERSION], [2.3.0_master])
4+
define([PRODUCT_VERSION], [2.3_alpha3])
55
define([PRODUCT_BUGREPORT], [[email protected]])
66
define([PRODUCT_VERSION_RESOURCE], [2,3,0,0])
77
dnl define the TAP version

0 commit comments

Comments
 (0)