diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a1493..4f121be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project follows [semantic versioning](http://semver.org). -### Unreleased +### v0.6.0 (2016-06-02) - [added] Exponential backoff for reconnect timeouts - [added] Systemd compatible startup scripts diff --git a/Cargo.lock b/Cargo.lock index 0da7a1c..35e16cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "vpncloud" -version = "0.5.0" +version = "0.6.0" dependencies = [ "aligned_alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e169468..fd4158d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.5.0" +version = "0.6.0" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/deb/vpncloud/debian/changelog b/deb/vpncloud/debian/changelog index 37db853..8ab8c83 100644 --- a/deb/vpncloud/debian/changelog +++ b/deb/vpncloud/debian/changelog @@ -1,3 +1,15 @@ +vpncloud (0.6.0) stable; urgency=medium + + * [added] Exponential backoff for reconnect timeouts + * [added] Systemd compatible startup scripts + * [changed] Repeatedly resolving connect addresses to allow DynDNS + * [changed] Listening on IPv4 and IPv6 + * [changed] Using SO_REUSEADDR to allow frequent rebinding + * [changed] Building and using local libsodium library automatically + * [changed] Updated dependencies + + -- Dennis Schwerdel Thu, 02 Jun 2016 09:33:01 +0200 + vpncloud (0.5.0) stable; urgency=medium * [added] Added license and copyright information