X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=ChangeLog;h=8b9c45a59fac6e7db70e536538ce908b768100ba;hp=edeb95331d14136d2596001e2bb4f26427cde612;hb=71f6f666a3d69c6e1e7a77e238362c5bbe288e66;hpb=e3f8e33112e2191999c6d6f6b6a767c72db800a0 diff --git a/ChangeLog b/ChangeLog index edeb953..8b9c45a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2014.06.21 -- Version 0.3.5 + +* added support for libnettle as crypt library +* added an exception to the license which allows linking with OpenSSL + +2014.06.08 -- Version 0.3.4 + +* fixed build issues for clang +* refactored the multi socket support + +2010.02.16 -- Version 0.3.3 + +* added -v|--version option +* added prebuilt manpage to release tarball (less build deps) +* added multi socket support which allows simultanous usage + of IPv4 and IPv6 even on operating systems without V4_MAPPED + address support + 2009.12.02 -- Version 0.3.2 * clenaups and improvements at configure and install target of Makefile @@ -10,11 +28,11 @@ * improved script execution * added signal handling without races * all log_targets print time now too - + 2009.05.01 -- Version 0.3 * updated to new protocol specification (extended label and crypto role) - Mind that due this protocol changes this version is incompatible to older + Mind that due this protocol changes this version is incompatible to older version of anytun and uanytun * the auth tag length can now be configured * added extended logging support (syslog, file, stdout and stderr) @@ -32,7 +50,7 @@ * fixed bug which prevents the daemon from using the right cipher key when using a key derivation rate other than 1 - + 2009.01.11 -- Version 0.2 * added crypto support using libgcrypt or openssl