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