Imported Upstream version 0.3.4
[anytun.git] / ChangeLog
1 2011.12.30 -- Version 0.3.4
2
3 * Service Release: several build fixes for newer versions of
4   libboost and gcc
5 * formatting cleanups
6
7 2010.2.16 -- Version 0.3.3
8
9 * Security fix: packet length check errors
10 * fixed dropping of priveleges on FreeBSD
11 * added sysExec for Windows
12 * added multi socket support which allows simultanous usage
13   of IPv4 and IPv6 even on operating systems without V4_MAPPED
14   address support
15 * added workaround for signalhandling on Debian GNU/kFreebsd
16 * added -v|--version option
17 * added prebuilt manpage to release tarball (less build deps)
18
19 2009.12.02 -- Version 0.3.2
20
21 * added 64bit build target to windows build system
22 * added install target to build system
23 * cleaned up manpages
24 * moved to new svn location
25
26 2009.10.28 -- Version 0.3.1 svn852
27
28 * switched to GPLv3 or higher
29 * Changed Windows TAP driver version to support 64-bit windows
30 * fixed some memory errors
31 * improved logging
32 * improved post up script execution
33 * builds on FreeBSD now
34
35 2009.5.1 -- Version 0.3 svn834
36
37 * updated to new protocol specification (extended label and crypto role)
38   Due to this changes this version is incompatible to version 0.2 and prior
39 * the auth tag length can now be configured
40 * added extended logging support (syslog, file stdout and stderr)
41 * changed -n|--ifconfig parameter to new behavior
42   tun and tap devices now use the same syntax
43 * added seperate resolver thread
44 * fixed packet length errors
45 * dropping privileges is now possible wihtout chroot
46 * full ipv6 support
47  - ipv6 multiple connection routing
48  - syncronisation over ipv6
49  - 4in6,6in6 tunnels
50 * replaced several dependencies with boost libs
51 * ported basic functionality to Windows
52 * dropped OpenBSD Port due to multi threading issues
53 * code cleanup
54
55 2008.6.20 -- Version 0.2.1svn556
56
57 * finished own tun/tap devices and removed openvpn source code
58   currently there are tun/tap devices for Linux, FreeBSD, OpenBSD
59   and NetBSD
60 * several fixes for building on OpenBSD
61 * added manpages for all binaries
62 * switched to GPLv3
63
64 2008.4.12 -- Version 0.2svn490
65
66 * updated to Internet Draft Revision 02
67   Mind that the this version is incompatible to version 0.1
68   However this is only the case if you use encryption. There
69   shouldn't be any Problem with NULL cipher
70 * several fixes for tunneling IPv6
71         
72 2008.3.18 -- Version 0.1svn441
73
74 * Initial release.
75 * IPv4 tunnel over UDP, with AES-CTR cipher and SHA1 HMAC signature.
76