Ready to release 0.6.0

pull/9/head v0.6.0
Dennis Schwerdel 2016-06-02 09:36:45 +02:00
parent 7a06e28c96
commit b8c2ce5bea
4 changed files with 15 additions and 3 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "0.5.0"
version = "0.6.0"
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
build = "build.rs"
license = "GPL-3.0"

View File

@ -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 <schwerdel@informatik.uni-kl.de> Thu, 02 Jun 2016 09:33:01 +0200
vpncloud (0.5.0) stable; urgency=medium
* [added] Added license and copyright information