1 2008.12.23 -- Version 0.3_rc1_svn655
2 * IMPORTANT: no automatic default route
3 if you are using anytun in single connection mode
4 (without configuration server)
6 route 0.0.0.0/0 for ipv4 and
7 route ::/0 for ipv6 to your config
8 * changed used libarys (to boost)
10 - ipv6 multible connection routing
11 - syncronisation over ipv6
13 * code cleanup for easier porting
15 2008.6.20 -- Version 0.2.1svn556
17 * finished own tun/tap devices and removed openvpn source code
18 currently there are tun/tap devices for Linux, FreeBSD, OpenBSD
20 * several fixes for building on OpenBSD
21 * added manpages for all binaries
25 2008.4.12 -- Version 0.2svn490
27 * updated to Internet Draft Revision 02
28 Mind that the this version is incompatible to version 0.1
29 However this is only the case if you use encryption. There
30 shouldn't be any Problem with NULL cipher
31 * several fixes for tunneling IPv6
33 2008.3.18 -- Version 0.1svn441
36 * IPv4 tunnel over UDP, with AES-CTR cipher and SHA1 HMAC signature.