diff --git a/CHANGELOG.md b/CHANGELOG.md index d91dea3..08e074e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project follows [semantic versioning](http://semver.org). -### UNRELEASED +### v0.4.3 (2016-02-02) - [changed] Updated libsodium to 1.0.8 - [fixed] Fixed problem with nodes broadcasting to themselves diff --git a/Cargo.lock b/Cargo.lock index dbe000e..dbd5848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "vpncloud" -version = "0.4.2" +version = "0.4.3" 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 d0f5a1c..b5cd7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpncloud" -version = "0.4.2" +version = "0.4.3" authors = ["Dennis Schwerdel "] build = "build.rs" license = "GPL-3.0" diff --git a/deb/vpncloud/debian/changelog b/deb/vpncloud/debian/changelog index 6f69078..e8008b6 100644 --- a/deb/vpncloud/debian/changelog +++ b/deb/vpncloud/debian/changelog @@ -1,3 +1,10 @@ +vpncloud (0.4.3) stable; urgency=medium + + * [changed] Updated libsodium to 1.0.8 + * [fixed] Fixed problem with nodes broadcasting to themselves + + -- Dennis Schwerdel Tue, 02 Feb 2016 11:27:04 +0100 + vpncloud (0.4.2) stable; urgency=medium * [changed] Updated dependencies diff --git a/deb/vpncloud/debian/control b/deb/vpncloud/debian/control index 79ac618..4305ed1 100644 --- a/deb/vpncloud/debian/control +++ b/deb/vpncloud/debian/control @@ -2,7 +2,7 @@ Source: vpncloud Section: misc Priority: extra Maintainer: Dennis Schwerdel -Build-Depends: debhelper (>= 7), ruby-ronn, rust-stable +Build-Depends: debhelper (>= 7), ruby-ronn Standards-Version: 3.8.3 Package: vpncloud