Skip to content

Commit d690047

Browse files
author
David Sommerseth
committed
Preparing for v2.3.0
Signed-off-by: David Sommerseth <[email protected]>
1 parent 2e3b853 commit d690047

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

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

4+
2013.01.07 -- Version 2.3.0
5+
Gert Doering (2):
6+
Fix parameter type for IP_TOS setsockopt on non-Linux systems.
7+
Fix client crash on double PUSH_REPLY.
8+
49
2012.12.17 -- Version 2.3_rc2
510
Adriaan de Jong (1):
611
Fix --show-pkcs11-ids (Bug #239)

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_rc2])
4+
define([PRODUCT_VERSION], [2.3.0])
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)