summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2011-02-28 14:57:49 +0100
committerDavid Sommerseth <davids@redhat.com>2011-02-28 15:35:40 +0100
commit26eaa885b0a84e5a020c7d463a261f3d819af7a1 (patch)
tree7959c78a8fcfbb2df325e9bce5763b665e5d26fc /ChangeLog
parent55f698d92ecf8811e62f077f8a6db4e31e963b91 (diff)
downloadopenvpn-26eaa885b0a84e5a020c7d463a261f3d819af7a1.tar.gz
openvpn-26eaa885b0a84e5a020c7d463a261f3d819af7a1.tar.xz
openvpn-26eaa885b0a84e5a020c7d463a261f3d819af7a1.zip
Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RC
The config-win32.h and service-win32/msvc.mak was not included into the final source balls when using 'make dist', which is crucial for Windows building. Signed-off-by: David Sommerseth <davids@redhat.com> Acked-by: Samuli Seppänen <samuli@openvpn.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57ba005..2626cec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,10 @@ OpenVPN Change Log
Copyright (C) 2002-2011 OpenVPN Technologies, Inc. <sales@openvpn.net>
2011.02.28 -- Version 2.2-RC
-David Sommerseth (2):
+David Sommerseth (3):
Make the --x509-username-field feature an opt-in feature
Fix compiler warning when compiling against OpenSSL 1.0.0
+ Fix packaging of config-win32.h and service-win32/msvc.mak
James Yonan (1):
Minor addition of logging info before and after execution of Windows net commands.