mirror of https://github.com/dswd/vpncloud.git
Ready to release 0.6.0
This commit is contained in:
parent
7a06e28c96
commit
b8c2ce5bea
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This project follows [semantic versioning](http://semver.org).
|
This project follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
### Unreleased
|
### v0.6.0 (2016-06-02)
|
||||||
|
|
||||||
- [added] Exponential backoff for reconnect timeouts
|
- [added] Exponential backoff for reconnect timeouts
|
||||||
- [added] Systemd compatible startup scripts
|
- [added] Systemd compatible startup scripts
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[root]
|
[root]
|
||||||
name = "vpncloud"
|
name = "vpncloud"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aligned_alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vpncloud"
|
name = "vpncloud"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
|
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
|
@ -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
|
vpncloud (0.5.0) stable; urgency=medium
|
||||||
|
|
||||||
* [added] Added license and copyright information
|
* [added] Added license and copyright information
|
||||||
|
|
Loading…
Reference in New Issue