mirror of https://github.com/dswd/vpncloud.git
Ready to release 0.5.0
This commit is contained in:
parent
f3cf64eef3
commit
8b2894d707
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This project follows [semantic versioning](http://semver.org).
|
This project follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
### UNRELEASED
|
### v0.5.0 (2016-04-05)
|
||||||
|
|
||||||
- [added] Added license and copyright information
|
- [added] Added license and copyright information
|
||||||
- [added] Added documentation for daemon config files
|
- [added] Added documentation for daemon config files
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vpncloud"
|
name = "vpncloud"
|
||||||
version = "0.4.3"
|
version = "0.5.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,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 <schwerdel@informatik.uni-kl.de> Tue, 05 Apr 2016 15:33:20 +0200
|
||||||
|
|
||||||
vpncloud (0.4.3) stable; urgency=medium
|
vpncloud (0.4.3) stable; urgency=medium
|
||||||
|
|
||||||
* [changed] Updated libsodium to 1.0.8
|
* [changed] Updated libsodium to 1.0.8
|
||||||
|
|
Loading…
Reference in New Issue