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