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