Imported Upstream version 0.3.2
[debian/uanytun.git] / ChangeLog
1 2009.12.02 -- Version 0.3.2
2
3 * clenaups and improvements at configure and install target of Makefile
4 * manpage cleanups
5 * moved to new svn location
6
7 2009.11.08 -- Version 0.3.1
8
9 * switched to GPLv3 or higher
10 * improved script execution
11 * added signal handling without races
12 * all log_targets print time now too
13         
14 2009.05.01 -- Version 0.3
15
16 * updated to new protocol specification (extended label and crypto role)
17   Mind that due this protocol changes this version is incompatible to older 
18   version of anytun and uanytun
19 * the auth tag length can now be configured
20 * added extended logging support (syslog, file, stdout and stderr)
21 * changed -n|--ifconfig parameter to new behavior
22   tun and tap devices now use the same syntax
23 * improved tap device handling on OpenBSD
24 * fixed name resolution bug
25 * fixed ipv6 addrlen bug
26 * fixed packet length errors
27 * fixed device type detection bug
28 * dropping privileges is now possible wihtout chroot
29 * some code cleanup
30
31 2009.01.14 -- Version 0.2.1
32
33 * fixed bug which prevents the daemon from using the right cipher
34   key when using a key derivation rate other than 1
35         
36 2009.01.11 -- Version 0.2
37
38 * added crypto support using libgcrypt or openssl
39 * added new passphrase option to generate master key and or salt
40 * cleaned up and improved build system
41 * some code cleanup
42
43
44 2008.12.31 -- Version 0.1
45
46 * Initial release.
47 * IPv4, IPv6 and Ethernet tunnel over UDP, without crypto.
48 * tested on Linux and OpenBSD