|
From: <ope...@li...> - 2011-03-24 21:04:05
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, beta2.2 has been updated
via 338b6948dd52bc0cf2da7e09a29f5127066a7af7 (commit)
via aab2f95439c28e2aa9358dbfe1ce7a15c774a766 (commit)
from ae32ea5919c156902bcdc1a4f2555d00d6109e32 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 338b6948dd52bc0cf2da7e09a29f5127066a7af7
Author: David Sommerseth <da...@re...>
Date: Thu Mar 24 22:01:20 2011 +0100
Preparing for the v2.2-RC2 release
Signed-off-by: David Sommerseth <da...@re...>
commit aab2f95439c28e2aa9358dbfe1ce7a15c774a766
Author: Alon Bar-Lev <alo...@gm...>
Date: Fri Mar 4 23:14:33 2011 +0200
Windows cross-compile cleanup
It should be sufficient to just try to see if socklen_t is defined.
Next, on all platforms it would be int in all other platforms.
And, there is no need to check for the type in monolitic environment
like Windows, as it will be always the same.
Currently it fails cross compile windows in mingw-w64 compiler, as
winsock.h is as follows:
"""
/* define WINSOCK_API_LINKAGE and WSAAPI for less
* diff output between winsock.h and winsock2.h, but
* remember to undefine them at the end of file */
"""
And the macro uses these macros which are internal winsock macros and
should not be used anyway.
Also, when did the autodefs.h went mandatory? Why is it in
tap-win32/common.h while no constant is actually used?
The use of WSA_IO_INCOMPLETE without including winsock2.h is invalid!
Look at http://msdn.microsoft.com/en-us/library/aa921087.aspx
Signed-off-by: Alon Bar-Lev <alo...@gm...>
Acked-by: James Yonan <ja...@op...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 22 ++++++++++++++++++++++
acinclude.m4 | 48 ++++++++++++++++++++++--------------------------
configure.ac | 1 +
syshead.h | 1 +
tap-win32/common.h | 2 ++
version.m4 | 4 ++--
6 files changed, 50 insertions(+), 28 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|