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