|
From: <ope...@li...> - 2011-03-21 14:15:46
|
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 58704ea66478942ae82c013d0d48c7931cb79fa0 (commit)
via 4b312378e9e7084a0699ca6d4b895bdadb7540db (commit)
via 110e42d199e735ab1a31388c5678f59d0fa9510c (commit)
via 0c03c731a80399998cc4b03a35ffad2961c7b369 (commit)
from 0265cf3a6b646cc02a78cc3501dce77f99e81a5f (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 58704ea66478942ae82c013d0d48c7931cb79fa0
Author: Samuli Seppänen <sa...@op...>
Date: Tue Mar 15 16:38:07 2011 +0200
Updated INSTALL-win32.txt
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: Gert Doering <ge...@gr...>
Signed-off-by: David Sommerseth <da...@re...>
commit 4b312378e9e7084a0699ca6d4b895bdadb7540db
Author: Samuli Seppänen <sa...@op...>
Date: Tue Mar 15 16:37:41 2011 +0200
Replaced config-win32.h with win/config.h.in
The original config-win32.h - a static header file - has been superceded by both
"domake-win" script and the new Python-based buildsystem. Transformed it into a
template file, win/config.h.in, which obtains the most commonly used build
parameters from win/settings.in.
Added support code to win/config.py and win/wb.py to preprocess win/config.h.in
and copy it to config.h, from where source and header files can find it.
Removed all references to config-win32.h. Also removed obsolete
PACKAGE_BUGREPORT and USE_PTHREAD variables from the win/config.h.in file.
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: James Yonan <ja...@op...>
Signed-off-by: David Sommerseth <da...@re...>
commit 110e42d199e735ab1a31388c5678f59d0fa9510c
Author: Samuli Seppänen <sa...@op...>
Date: Tue Mar 15 16:36:41 2011 +0200
Fixes to win/openvpn.nsi
Added support for generating installer with unsigned TAP drivers. Fixed Windows
Vista/7 Start menu shortcut uninstall failure.
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: James Yonan <ja...@op...>
Signed-off-by: David Sommerseth <da...@re...>
commit 0c03c731a80399998cc4b03a35ffad2961c7b369
Author: Samuli Seppänen <sa...@op...>
Date: Tue Mar 8 16:07:49 2011 +0200
Added support for prebuilt TAP-drivers. Automated embedding manifests.
Removed win/make_dist.py's dependency on TAP-driver and tapinstall.exe building.
Also added manifest embedding commands to win/make_dist.py. To avoid duplicate
code moved the "build_vc" method from win/build.py to win/wb.py and renamed it
"run_in_vs_shell".
Signed-off-by: Samuli Seppänen <sa...@op...>
Acked-by: James Yonan <ja...@op...>
Signed-off-by: David Sommerseth <da...@re...>
-----------------------------------------------------------------------
Summary of changes:
INSTALL-win32.txt | 23 +-
openvpn.8 | 4 +-
service-win32/openvpnserv.c | 4 -
syshead.h | 4 -
tap-win32/SOURCES.in | 3 +-
win/build.py | 36 +--
win/build_all.py | 13 +-
config-win32.h => win/config.h.in | 622 +++++++++++++++++++------------------
win/config.py | 37 ++-
win/make_dist.py | 109 ++++---
win/openvpn.nsi | 19 +-
win/settings.in | 15 +-
win/tap_span.py | 14 +-
win/wb.py | 59 ++--
14 files changed, 512 insertions(+), 450 deletions(-)
rename config-win32.h => win/config.h.in (90%)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|