Ready to release 0.4.3

pull/9/head v0.4.3
Dennis Schwerdel 2016-02-02 11:32:47 +01:00
parent 77eab3ca10
commit 76edba5ace
5 changed files with 11 additions and 4 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "0.4.2"
version = "0.4.3"
authors = ["Dennis Schwerdel <schwerdel@informatik.uni-kl.de>"]
build = "build.rs"
license = "GPL-3.0"

View File

@ -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 <schwerdel@informatik.uni-kl.de> Tue, 02 Feb 2016 11:27:04 +0100
vpncloud (0.4.2) stable; urgency=medium
* [changed] Updated dependencies

View File

@ -2,7 +2,7 @@ Source: vpncloud
Section: misc
Priority: extra
Maintainer: Dennis Schwerdel <schwerdel@informatik.uni-kl.de>
Build-Depends: debhelper (>= 7), ruby-ronn, rust-stable
Build-Depends: debhelper (>= 7), ruby-ronn
Standards-Version: 3.8.3
Package: vpncloud