Changes between Version 3 and Version 4 of Topics-2012-03-15


Ignore:
Timestamp:
03/14/12 13:12:29 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Topics-2012-03-15

    v3 v4  
    1919= Easy-rsa patchset =
    2020
    21 The patches are viewable from [http://thread.gmane.org/gmane.network.openvpn.devel/5799 here].
     21These patches are viewable from [http://thread.gmane.org/gmane.network.openvpn.devel/5799 here].
    2222
    2323||'''Patch name'''||'''ACKed by'''||'''Notes'''||
     
    2929= OpenVPN-GUI build rewrite patchset =
    3030
    31 The patches are viewable from [http://thread.gmane.org/gmane.network.openvpn.devel/5795 here].
     31These patches are viewable from [http://thread.gmane.org/gmane.network.openvpn.devel/5795 here].
    3232
    3333||'''Patch name'''||'''ACKed by'''||'''Notes'''||
     
    4343= Build revolution patchset =
    4444
     45These patches are viewable from [http://thread.gmane.org/gmane.network.openvpn.devel/5772 here].
     46
     47||'''Patch name'''||'''ACKed by'''||'''Notes'''||
     48||[PATCH 01/52] build: version should not contain '-'||||||
     49||[PATCH 02/52] package: rpm: strip should be handled by package managem||||||
     50||[PATCH 03/52] cleanup: options.c: remove redundant include||||||
     51||[PATCH 04/52] cleanup: remove C++ warnings||||||
     52||[PATCH 05/52] cleanup: win32.c: wrong printf format||||||
     53||[PATCH 06/52] cleanup: remove redundant ';'||||||
     54||[PATCH 07/52] cleanup: crypto_openssl.c: remove support for pre-openss||||||
     55||[PATCH 08/52] cleanup: tun.c: fix incorrect option in message (ip-win3||||||
     56||[PATCH 09/52] cleanup: memcmp.c: remove unused source||||||
     57||[PATCH 10/52] fixup: init.c: add missing conditional for ENABLE_CLIENT||||||
     58||[PATCH 11/52] build: correct place to alter WINVER is at build system||||||
     59||[PATCH 12/52] Update .gitignore||||||
     60||[PATCH 13/52] build: handle printf style format in mingw||||||
     61||[PATCH 14/52] build: rename plugin directory to plugins||||||
     62||[PATCH 15/52] build: plugins: properly use CC, CFLAGS and LDFLAGS||||||
     63||[PATCH 16/52] build: we need the sample.ovpn in future||||||
     64||[PATCH 17/52] Remove install-win32||||||
     65||[PATCH 18/52] Remove easy-rsa||||||
     66||[PATCH 19/52] Remove tap-win32||||||
     67||[PATCH 20/52] cleanup: rename tap-windows function from win32 to win||||||
     68||[PATCH 21/52] build: remove windows specific build system||||||
     69||[PATCH 22/52] build: split acinclude.m4 into m4/*||||||
     70||[PATCH 23/52] build: m4/ax_varargs.m4: cleanup||||||
     71||[PATCH 24/52] build: m4/ax_emptyarray.m4: cleanup||||||
     72||[PATCH 25/52] build: m4/ax_socklen_t.m4: cleanup||||||
     73||[PATCH 26/52] build: autotools: first pass of trivial autotools change||||||
     74||[PATCH 27/52] build: autoconf: remove OPENVPN_ADD_LIBS useless macro||||||
     75||[PATCH 28/52] build: remove awk and non-standard autoconf output proce||||||
     76||[PATCH 30/52] build: add libtool + windows resources for executables||||||
     77||[PATCH 31/52] build: autoconf: commands as environment||||||
     78||[PATCH 32/52] build: libdl usage||||||
     79||[PATCH 33/52] build: properly detect and use socket libs||||||
     80||[PATCH 34/52] build: autoconf: minor cleanups||||||
     81||[PATCH 35/52] build: proper selinux detection and usage||||||
     82||[PATCH 36/52] build: distribute pkg.m4||||||
     83||[PATCH 37/52] build: proper pkcs11-helper detection and usage||||||
     84||[PATCH 38/52] build: properly process lzo-stub||||||
     85||[PATCH 39/52] build: proper lzo detection and usage||||||
     86||[PATCH 40/52] build: proper crypto detection and usage||||||
     87||[PATCH 41/52] build: autoconf: update defaults for options||||||
     88||[PATCH 42/52] build: win-msvc: msbuild format||||||
     89||[PATCH 43/52] build: move out config.h include from syshead||||||
     90||[PATCH 44/52] build: split out compat||||||
     91||[PATCH 45/52] build: move gettimeofday() emulation to compat||||||
     92||[PATCH 46/52] build: move daemon() emulation into compat||||||
     93||[PATCH 47/52] build: move inet_ntop(), inet_pton() emulation into comp||||||
     94||[PATCH 48/52] cleanup: move console related function into its own modu||||||
     95||[PATCH 49/52] build: move wrappers into platform module||||||
     96||[PATCH 50/52] build: windows: install version.sh to allow installer re||||||
     97||[PATCH 51/52] build: distribute samples in windows||||||
     98||[PATCH 52/52] build: use tap-windows.h as external dependency||||||