-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Showing
4 changed files
with
16 additions
and
3 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 = "2.0.1" | ||
version = "2.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
vpncloud (2.1.0) stable; urgency=medium | ||
|
||
* [added] Support for websocket proxy mode | ||
* [added] Support for hook scripts to handle certain situations | ||
* [added] Support for creating shell completions | ||
* [removed] Removed dummy device type | ||
* [changed] Updated dependencies | ||
* [changed] Changed Rust version to 1.49.0 | ||
* [fixed] Added missing peer address propagation | ||
* [fixed] Fixed problem with peer addresses without port | ||
|
||
-- Dennis Schwerdel <[email protected]> Sat, 06 Feb 2020 13:13:00 +0100 | ||
|
||
vpncloud (2.0.1) stable; urgency=medium | ||
|
||
* [changed] Changed documentation | ||
|