Signed-off-by: David Sommerseth <davids@redhat.com>
| ... | ... |
@@ -1,6 +1,28 @@ |
| 1 | 1 |
OpenVPN Change Log |
| 2 | 2 |
Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net> |
| 3 | 3 |
|
| 4 |
+2011.03.24 -- Version 2.2-RC2 |
|
| 5 |
+Alon Bar-Lev (1): |
|
| 6 |
+ Windows cross-compile cleanup |
|
| 7 |
+ |
|
| 8 |
+David Sommerseth (2): |
|
| 9 |
+ Open log files as text files on Windows |
|
| 10 |
+ Clarify default value for the --inactive option. |
|
| 11 |
+ |
|
| 12 |
+Gert Doering (1): |
|
| 13 |
+ Implement IPv6 in TUN mode for Windows TAP driver. |
|
| 14 |
+ |
|
| 15 |
+Samuli Seppänen (6): |
|
| 16 |
+ Added support for prebuilt TAP-drivers. Automated embedding manifests. |
|
| 17 |
+ Fixes to win/openvpn.nsi |
|
| 18 |
+ Replaced config-win32.h with win/config.h.in |
|
| 19 |
+ Updated INSTALL-win32.txt |
|
| 20 |
+ Fixes to Makefile.am |
|
| 21 |
+ Clarified --client-config-dir section on the man-page. |
|
| 22 |
+ |
|
| 23 |
+Ville Skyttä (1): |
|
| 24 |
+ Fix line continuation in chkconfig init script description. |
|
| 25 |
+ |
|
| 4 | 26 |
2011.02.28 -- Version 2.2-RC |
| 5 | 27 |
David Sommerseth (3): |
| 6 | 28 |
Make the --x509-username-field feature an opt-in feature |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
dnl define the OpenVPN version |
| 2 |
-define(PRODUCT_VERSION,[2.2-RC]) |
|
| 2 |
+define(PRODUCT_VERSION,[2.2-RC2]) |
|
| 3 | 3 |
dnl define the TAP version |
| 4 | 4 |
define(PRODUCT_TAP_ID,[tap0901]) |
| 5 | 5 |
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |
| 6 |
-define(PRODUCT_TAP_WIN32_MIN_MINOR,[1]) |
|
| 6 |
+define(PRODUCT_TAP_WIN32_MIN_MINOR,[8]) |