diff options
author | David Sommerseth <davids@redhat.com> | 2011-02-28 14:57:49 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-02-28 15:35:40 +0100 |
commit | 26eaa885b0a84e5a020c7d463a261f3d819af7a1 (patch) | |
tree | 7959c78a8fcfbb2df325e9bce5763b665e5d26fc /ChangeLog | |
parent | Preparing for the OpenVPN 2.2-RC release (diff) | |
download | openvpn-26eaa885b0a84e5a020c7d463a261f3d819af7a1.tar.xz |
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 '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |