added more sophisticated configure script
[anytun.git] / ChangeLog
bloba51df9237dff05ce4ac8b204dbc1754348058e6a
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)
5         make sure to add
6         route 0.0.0.0/0 for ipv4 and
7         route ::/0 for ipv6 to your config
8 * changed used libarys (to boost)
9 * full ipv6 support
10  - ipv6 multible connection routing
11  - syncronisation over ipv6
12  - 4in6,6in6 tunnels
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
19   and NetBSD
20 * several fixes for building on OpenBSD
21 * added manpages for all binaries
22 * switched to GPLv3
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
32         
33 2008.3.18 -- Version 0.1svn441
35 * Initial release.
36 * IPv4 tunnel over UDP, with AES-CTR cipher and SHA1 HMAC signature.