Initial Debian packaging; add src/include.mk
[debian/uanytun.git] / ChangeLog
1 2009.05.01 -- Version 0.3
2
3 * updated to new protocol specification (extended label and crypto role)
4   Mind that due this protocol changes this version is incompatible to older 
5   version of anytun and uanytun
6 * the auth tag length can now be configured
7 * added extended logging support (syslog, file, stdout and stderr)
8 * changed -n|--ifconfig parameter to new behavior
9   tun and tap devices now use the same syntax
10 * improved tap device handling on OpenBSD
11 * fixed name resolution bug
12 * fixed ipv6 addrlen bug
13 * fixed packet length errors
14 * fixed device type detection bug
15 * dropping privileges is now possible wihtout chroot
16 * some code cleanup
17
18 2009.01.14 -- Version 0.2.1
19
20 * fixed bug which prevents the daemon from using the right cipher
21   key when using a key derivation rate other than 1
22         
23 2009.01.11 -- Version 0.2
24
25 * added crypto support using libgcrypt or openssl
26 * added new passphrase option to generate master key and or salt
27 * cleaned up and improved build system
28 * some code cleanup
29
30
31 2008.12.31 -- Version 0.1
32
33 * Initial release.
34 * IPv4, IPv6 and Ethernet tunnel over UDP, without crypto.
35 * tested on Linux and OpenBSD