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