Skip to content

Commit

Permalink
Ready to release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed Jun 2, 2016
1 parent 7a06e28 commit b8c2ce5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 12 additions & 0 deletions deb/vpncloud/debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8c2ce5

Please sign in to comment.