X-Git-Url: https://git.syn-net.org/?p=debian%2Fuanytun.git;a=blobdiff_plain;f=ChangeLog;h=5a4b3325425726b052c164cec43bc1acab4ea5a7;hp=33d4752a48ec3e1056aa84ff2d5bfbbc846d5ded;hb=cdb24b629ee2962b8d02cd7d0cf5d11a9b9bd59f;hpb=aa74a4fd24d8e8537f76531e6257fa90145355d3 diff --git a/ChangeLog b/ChangeLog index 33d4752..5a4b332 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2018.06.08 -- version 0.3.7 + +* fixed some off-by-one errors using snprintf +* add support for OpenSSL 1.1.0 + (Thanks to Eneas U de Queiroz ) + +2017.01.04 -- Version 0.3.6 + +* moved to GIT +* make build reproducible +* the return code after receiving a signal now correctly contains + the signal number which caused the shutdown. + +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 @@ -18,11 +41,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) @@ -40,7 +63,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