summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: a51df9237dff05ce4ac8b204dbc1754348058e6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2008.12.23 -- Version 0.3_rc1_svn655
* IMPORTANT: no automatic default route
	if you are using anytun in single connection mode
	(without configuration server)
	make sure to add
	route 0.0.0.0/0 for ipv4 and
	route ::/0 for ipv6 to your config
* changed used libarys (to boost)
* full ipv6 support
 - ipv6 multible connection routing
 - syncronisation over ipv6
 - 4in6,6in6 tunnels
* code cleanup for easier porting

2008.6.20 -- Version 0.2.1svn556

* finished own tun/tap devices and removed openvpn source code
  currently there are tun/tap devices for Linux, FreeBSD, OpenBSD
  and NetBSD
* several fixes for building on OpenBSD
* added manpages for all binaries
* switched to GPLv3


2008.4.12 -- Version 0.2svn490

* updated to Internet Draft Revision 02
  Mind that the this version is incompatible to version 0.1
  However this is only the case if you use encryption. There
  shouldn't be any Problem with NULL cipher
* several fixes for tunneling IPv6
	
2008.3.18 -- Version 0.1svn441

* Initial release.
* IPv4 tunnel over UDP, with AES-CTR cipher and SHA1 HMAC signature.