summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog33
-rw-r--r--version.m42
2 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93ef65f..851b369 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,39 @@
OpenVPN Change Log
Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
+2011.04.21 -- Version 2.2.0
+David Sommerseth (4):
+ Fix the --client-cert-not-required feature
+ Change the default --tmp-dir path to a more suitable path
+ Improve the mysprintf() issue in openvpnserv.c
+ Add a simple comment regarding openvpn_snprintf() is duplicated
+
+Gert Doering (1):
+ Add more detailed explanation regarding the function of "--rdns-internal"
+
+Gisle Vanem (1):
+ Avoid re-defining uint32_t when using mingw compiler
+
+James Yonan (1):
+ Fixed bug in port-share that could cause port share process to crash with output like this:
+
+Robert Fischer / rf (4):
+ Update man page with info about --capath
+ Update man page with info about --connect-timeout
+ Update man page with info about --remote-random-hostname
+ Added man page entry for --management-client
+
+Samuli Seppänen (6):
+ Add man page entry for --redirect-private
+ Change all CRLF linefeeds to LF linefeeds
+ Fix a bug in devcon source code handling
+ Removed Win2k from supported platforms list in INSTALL and win/openvpn.nsi
+ Fixed copying of tapinstall.exe to dist/bin when using prebuilt TAP-drivers
+ Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier
+
+chantra (1):
+ Clarify --tmp-dir option
+
2011.03.24 -- Version 2.2-RC2
Alon Bar-Lev (1):
Windows cross-compile cleanup
diff --git a/version.m4 b/version.m4
index a170b4e..b5408d0 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.2-RC2])
+define(PRODUCT_VERSION,[2.2.0])
dnl define the TAP version
define(PRODUCT_TAP_ID,[tap0901])
define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])