diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c6b67..c736d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project follows [semantic versioning](http://semver.org). -### Unreleased +### v0.4.1 (2015-12-22) - [changed] Logging more verbosely - [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] Corrected size of read data -### v0.4 (2015-12-22) +### v0.4.0 (2015-12-22) - [added] Init script - [changed] Removed last payload memcopy diff --git a/Cargo.lock b/Cargo.lock index 9cb3bba..2230352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "vpncloud" -version = "0.4.0" +version = "0.4.1" dependencies = [ "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)", diff --git a/Cargo.toml b/Cargo.toml index 8a975ee..19afa8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.4.0" +version = "0.4.1" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/deb/vpncloud/debian/changelog b/deb/vpncloud/debian/changelog index 3d603b5..217b9d8 100644 --- a/deb/vpncloud/debian/changelog +++ b/deb/vpncloud/debian/changelog @@ -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 Tue, 22 Dec 2015 22:51:30 +0100 + vpncloud (0.4) stable; urgency=medium * [added] Init script