mirror of https://github.com/dswd/vpncloud.git
Ready to release 0.4.3
This commit is contained in:
parent
77eab3ca10
commit
76edba5ace
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue