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