diff --git a/CHANGELOG.md b/CHANGELOG.md index bd20568..b7644ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project follows [semantic versioning](http://semver.org). -### v0.9.0 (UNRELEASED) +### v0.9.0 (2019-02-15) - [added] Added support for cross-compilation - [added] Added keepalive option for nodes behind NAT diff --git a/assets/changelog.txt b/assets/changelog.txt index 011b65f..3e302b5 100644 --- a/assets/changelog.txt +++ b/assets/changelog.txt @@ -1,10 +1,16 @@ vpncloud (0.9.0) stable; urgency=medium + * [added] Added support for cross-compilation + * [added] Added keepalive option for nodes behind NAT * [added] Added ability to write out statistics file with peers and traffic info - * [changed] Using ring instead of libsodium (**incompatible**) + * [added] Added dummy device type that does not allocate an interface + * [added] Added ability to change /dev/tun path + * [changed] Using ring instead of libsodium + * [changed] Using PBKDF2 for shared keys (**incompatible**) + * [changed] Updated dependencies * [fixed] Hashed magics now also consider first character (**incompatible**) - -- Dennis Schwerdel Wed, 09 Jan 2019 21:32:54 +0100 + -- Dennis Schwerdel Fri, 15 Jan 2019 23:44:54 +0100 vpncloud (0.8.2) stable; urgency=medium diff --git a/docs/logo.png b/docs/logo.png deleted file mode 100644 index 0a0b939..0000000 Binary files a/docs/logo.png and /dev/null differ