-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dennis Schwerdel
committed
Aug 5, 2016
1 parent
d5a6002
commit 75c5499
Showing
5 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vpncloud" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = ["Dennis Schwerdel <[email protected]>"] | ||
build = "build.rs" | ||
license = "GPL-3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
vpncloud (0.7.0) stable; urgency=medium | ||
|
||
* [added] Added more tests | ||
* [added] Added pluggable polling system | ||
* [added] Added documentation | ||
* [changed] Code cleanup | ||
* [changed] Updated dependencies | ||
* [changed] Turned some clippy warnings off | ||
* [changed] Cross-compiling for ARM | ||
* [changed] Updated libsodium to 1.0.11 | ||
* [removed] Removed Address remove code for prefix table | ||
* [fixed] Reconnecting to lost peers when receiving from them or sending to them | ||
* [fixed] Sending peer list more often to prevent timeouts | ||
* [fixed] Removing learnt addresses of lost peers | ||
* [fixed] Fixed possible crash in message decoding | ||
|
||
-- Dennis Schwerdel <[email protected]> Fri, 05 Aug 2016 08:47:06 +0200 | ||
|
||
vpncloud (0.6.0) stable; urgency=medium | ||
|
||
* [added] Exponential backoff for reconnect timeouts | ||
|