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