Skip to content

Commit

Permalink
Ready to release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schwerdel committed Apr 5, 2016
1 parent f3cf64e commit 8b2894d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 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.5.0 (2016-04-05)

- [added] Added license and copyright information
- [added] Added documentation for daemon config files
Expand Down
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.4.3"
version = "0.5.0"
authors = ["Dennis Schwerdel <[email protected]>"]
build = "build.rs"
license = "GPL-3.0"
Expand Down
22 changes: 22 additions & 0 deletions deb/vpncloud/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
vpncloud (0.5.0) stable; urgency=medium

* [added] Added license and copyright information
* [added] Added documentation for daemon config files
* [added] Script for performance measurements
* [added] Added more tests and benchmarks
* [changed] Daemon now detects network config files on its own
* [changed] Using display format for addresses
* [changed] Updated dependencies
* [changed] New measurements
* [changed] Only calling crypto_init once
* [changed] Passing listen address as &str
* [changed] Using FNV hash for better performance
* [changed] Using slice operations instead of loops
* [changed] Updated libsodium to 1.0.10
* [fixed] Fixed wrong hex address formatting
* [fixed] Fixed peer exchange for more than 65000 peers
* [fixed] Initializing crypto for benchmarks
* [fixed] Removing learned addresses of lost peers

-- Dennis Schwerdel <[email protected]> Tue, 05 Apr 2016 15:33:20 +0200

vpncloud (0.4.3) stable; urgency=medium

* [changed] Updated libsodium to 1.0.8
Expand Down

0 comments on commit 8b2894d

Please sign in to comment.