mirror of https://github.com/dswd/vpncloud.git
Ready to release 0.4.1
This commit is contained in:
parent
112e531127
commit
bc5a669e0d
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This project follows [semantic versioning](http://semver.org).
|
This project follows [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
### Unreleased
|
### v0.4.1 (2015-12-22)
|
||||||
|
|
||||||
- [changed] Logging more verbosely
|
- [changed] Logging more verbosely
|
||||||
- [fixed] Removing NULL-bytes from interface name
|
- [fixed] Removing NULL-bytes from interface name
|
||||||
|
@ -11,7 +11,7 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
- [fixed] Properly decoding protocol header when sending
|
- [fixed] Properly decoding protocol header when sending
|
||||||
- [fixed] Corrected size of read data
|
- [fixed] Corrected size of read data
|
||||||
|
|
||||||
### v0.4 (2015-12-22)
|
### v0.4.0 (2015-12-22)
|
||||||
|
|
||||||
- [added] Init script
|
- [added] Init script
|
||||||
- [changed] Removed last payload memcopy
|
- [changed] Removed last payload memcopy
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[root]
|
[root]
|
||||||
name = "vpncloud"
|
name = "vpncloud"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aligned_alloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"aligned_alloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
"docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vpncloud"
|
name = "vpncloud"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
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,14 @@
|
||||||
|
vpncloud (0.4.1) stable; urgency=medium
|
||||||
|
|
||||||
|
* [changed] Logging more verbosely
|
||||||
|
* [fixed] Removing NULL-bytes from interface name
|
||||||
|
* [fixed] Supporting hostnames as peers
|
||||||
|
* [fixed] No longer encrypting multiple times
|
||||||
|
* [fixed] Properly decoding protocol header when sending
|
||||||
|
* [fixed] Corrected size of read data
|
||||||
|
|
||||||
|
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 22 Dec 2015 22:51:30 +0100
|
||||||
|
|
||||||
vpncloud (0.4) stable; urgency=medium
|
vpncloud (0.4) stable; urgency=medium
|
||||||
|
|
||||||
* [added] Init script
|
* [added] Init script
|
||||||
|
|
Loading…
Reference in New Issue