Skip to content

Commit

Permalink
Ready to release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Dec 22, 2015
1 parent 70417f5 commit 836ad58
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
This project follows [semantic versioning](http://semver.org).


### UNRELEASED
### v0.4 (2015-12-22)

- [added] Init script
- [changed] Removed last payload memcopy
- [changed] Using RNG to select peers for peers list exchange
- [changed] Updated dependency versions
- [changed] Updated documentation
- [fixed] Printing errors instead of panics in some cases
- [fixed] Build script for Debian packages

### v0.3.1 (2015-12-03)

Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "0.3.1"
version = "0.4.0"
authors = ["Dennis Schwerdel <[email protected]>"]
build = "build.rs"
license = "GPL-3.0"
Expand Down
12 changes: 12 additions & 0 deletions deb/vpncloud/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
vpncloud (0.4) stable; urgency=medium

* [added] Init script
* [changed] Removed last payload memcopy
* [changed] Using RNG to select peers for peers list exchange
* [changed] Updated dependency versions
* [changed] Updated documentation
* [fixed] Printing errors instead of panics in some cases
* [fixed] Build script for Debian packages

-- Dennis Schwerdel <[email protected]> Tue, 22 Dec 2015 19:23:26 +0100

vpncloud (0.3.1) stable; urgency=medium

* Preventing nodes from connecting to themselves
Expand Down

0 comments on commit 836ad58

Please sign in to comment.