1 2014.06.21 -- Version 0.3.5
3 * added support for libnettle as crypt library
4 * added an exception to the license which allows linking with OpenSSL
6 2014.06.08 -- Version 0.3.4
8 * fixed build issues for clang
9 * refactored the multi socket support
11 2010.02.16 -- Version 0.3.3
13 * added -v|--version option
14 * added prebuilt manpage to release tarball (less build deps)
15 * added multi socket support which allows simultanous usage
16 of IPv4 and IPv6 even on operating systems without V4_MAPPED
19 2009.12.02 -- Version 0.3.2
21 * clenaups and improvements at configure and install target of Makefile
23 * moved to new svn location
25 2009.11.08 -- Version 0.3.1
27 * switched to GPLv3 or higher
28 * improved script execution
29 * added signal handling without races
30 * all log_targets print time now too
32 2009.05.01 -- Version 0.3
34 * updated to new protocol specification (extended label and crypto role)
35 Mind that due this protocol changes this version is incompatible to older
36 version of anytun and uanytun
37 * the auth tag length can now be configured
38 * added extended logging support (syslog, file, stdout and stderr)
39 * changed -n|--ifconfig parameter to new behavior
40 tun and tap devices now use the same syntax
41 * improved tap device handling on OpenBSD
42 * fixed name resolution bug
43 * fixed ipv6 addrlen bug
44 * fixed packet length errors
45 * fixed device type detection bug
46 * dropping privileges is now possible wihtout chroot
49 2009.01.14 -- Version 0.2.1
51 * fixed bug which prevents the daemon from using the right cipher
52 key when using a key derivation rate other than 1
54 2009.01.11 -- Version 0.2
56 * added crypto support using libgcrypt or openssl
57 * added new passphrase option to generate master key and or salt
58 * cleaned up and improved build system
62 2008.12.31 -- Version 0.1
65 * IPv4, IPv6 and Ethernet tunnel over UDP, without crypto.
66 * tested on Linux and OpenBSD