-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dennis Schwerdel
committed
Apr 5, 2016
1 parent
f3cf64e
commit 8b2894d
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|