Skip to content

Commit

Permalink
Released 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed May 9, 2017
1 parent 68af49b commit 0b34236
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 10 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.8.1 (2017-05-09)

- [added] Added more tests
- [changed] Updated dependencies
Expand Down
31 changes: 23 additions & 8 deletions 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.8.0"
version = "0.8.1"
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
build = "build.rs"
license = "GPL-3.0"
Expand Down
11 changes: 11 additions & 0 deletions deb/vpncloud/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
vpncloud (0.8.1) stable; urgency=medium

* [added] Added more tests
* [changed] Updated dependencies
* [changed] Updated libsodium to 1.0.12
* [changed] Small fixes to make clippy happy
* [changed] Removed a layer of indirection from inner loop
* [fixed] Fixed two problems with routing table

-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 09 May 2017 09:16:31 +0200

vpncloud (0.8.0) stable; urgency=medium

* [added] Support for automatic port forwarding via UPnP
Expand Down

0 comments on commit 0b34236

Please sign in to comment.