From 8b2894d70776d97a9b01832e5d7084b2205c737e Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 5 Apr 2016 15:36:06 +0200 Subject: [PATCH] Ready to release 0.5.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- deb/vpncloud/debian/changelog | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad8309..bf1b964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project follows [semantic versioning](http://semver.org). -### UNRELEASED +### v0.5.0 (2016-04-05) - [added] Added license and copyright information - [added] Added documentation for daemon config files diff --git a/Cargo.toml b/Cargo.toml index e893617..e8d4470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.4.3" +version = "0.5.0" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/deb/vpncloud/debian/changelog b/deb/vpncloud/debian/changelog index e8008b6..2c997f1 100644 --- a/deb/vpncloud/debian/changelog +++ b/deb/vpncloud/debian/changelog @@ -1,3 +1,25 @@ +vpncloud (0.5.0) stable; urgency=medium + + * [added] Added license and copyright information + * [added] Added documentation for daemon config files + * [added] Script for performance measurements + * [added] Added more tests and benchmarks + * [changed] Daemon now detects network config files on its own + * [changed] Using display format for addresses + * [changed] Updated dependencies + * [changed] New measurements + * [changed] Only calling crypto_init once + * [changed] Passing listen address as &str + * [changed] Using FNV hash for better performance + * [changed] Using slice operations instead of loops + * [changed] Updated libsodium to 1.0.10 + * [fixed] Fixed wrong hex address formatting + * [fixed] Fixed peer exchange for more than 65000 peers + * [fixed] Initializing crypto for benchmarks + * [fixed] Removing learned addresses of lost peers + + -- Dennis Schwerdel Tue, 05 Apr 2016 15:33:20 +0200 + vpncloud (0.4.3) stable; urgency=medium * [changed] Updated libsodium to 1.0.8