Browse code

Preparing for v2.2-beta3

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>

David Sommerseth authored on 2010/08/22 06:46:30
Showing 2 changed files
... ...
@@ -1,7 +1,30 @@
1 1
 OpenVPN Change Log
2 2
 Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
3 3
 
4
-2010.08.09 -- Version 2.1.2
4
+2010.08.21 -- Version 2.2-beta3
5
+
6
+* Attempt to fix issue where domake-win build system was not properly
7
+  signing drivers and .exe files.
8
+
9
+  Added win/tap_span.py for building multiple versions of the TAP driver
10
+  and tapinstall binaries using different DDK versions to span from Win2K
11
+  to Win7 and beyond.
12
+
13
+* Community patches
14
+  David Sommerseth (2):
15
+      Test framework improvment - Do not FAIL if t_client.rc is missing
16
+      More t_client.sh updates - exit with SKIP when we want to skip
17
+
18
+  Gert Doering (4):
19
+      Fix compile problems on NetBSD and OpenBSD
20
+      Fix <net/if.h> compile time problems on OpenBSD for good
21
+      full "VPN client connect" test framework for OpenVPN
22
+      Build t_client.sh by configure at run-time.
23
+
24
+  chantra (1):
25
+      Fixes openssl-1.0.0 compilation warning
26
+
27
+2010.08.16 -- Version 2.2-beta2
5 28
 
6 29
 * Windows security issue:
7 30
   Fixed potential local privilege escalation vulnerability in
... ...
@@ -1,5 +1,5 @@
1 1
 dnl define the OpenVPN version
2
-define(PRODUCT_VERSION,[2.1.3a])
2
+define(PRODUCT_VERSION,[2.2-beta3])
3 3
 dnl define the TAP version
4 4
 define(PRODUCT_TAP_ID,[tap0901])
5 5
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])