]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Tagging the v2.2.0 release v2.2.0
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Apr 2011 19:26:05 +0000 (21:26 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 21 Apr 2011 19:26:40 +0000 (21:26 +0200)
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
ChangeLog
version.m4

index 93ef65fd82319ab4f00d5fdc179b264155e81b4e..851b369fb183a4921bf1b053c192a595388a4033 100644 (file)
--- 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
index a170b4e5487e7abd1a37284f6224abb8e0436b06..b5408d0d89c1bbb5bd14a63bb62d1988a3380477 100644 (file)
@@ -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])