forked from awsassets/linux-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/VPNLINUX-317-moderate-nat' into 'develop'
Add feature: Moderate NAT [VPNLINUX-317] See merge request ProtonVPN/linux/linux-cli!53
- Loading branch information
Showing
6 changed files
with
52 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Proton Technologies AG <[email protected]> | ||
pkgname=protonvpn-cli | ||
pkgver=3.11.1 | ||
pkgrel=1 | ||
pkgrel=2 | ||
pkgdesc="Official ProtonVPN CLI." | ||
arch=("any") | ||
url="https://github.com/ProtonVPN/" | ||
|
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,7 @@ | ||
protonvpn-cli (3.11.1-1) unstable; urgency=medium | ||
protonvpn-cli (3.11.1-2) unstable; urgency=medium | ||
|
||
* Bug: Display message when incorrectly formatted servername is provided | ||
* Bugfix: Display message when incorrectly formatted servername is provided | ||
* Feature: Modereate NAT | ||
|
||
-- Proton Technologies AG <[email protected]> Thu, 16 Dez 2021 09:00:00 +0000 | ||
|
||
|
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
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,6 +1,6 @@ | ||
%define unmangled_name protonvpn-cli | ||
%define version 3.11.1 | ||
%define release 1 | ||
%define release 2 | ||
|
||
Prefix: %{_prefix} | ||
|
||
|
@@ -46,8 +46,9 @@ rm -rf $RPM_BUILD_ROOT | |
%defattr(-,root,root) | ||
|
||
%changelog | ||
* Thu Dez 16 2021 Proton Technologies AG <[email protected]> 3.11.1-1 | ||
- Bug: Display message when incorrectly formatted servername is provided | ||
* Thu Dez 16 2021 Proton Technologies AG <[email protected]> 3.11.1-2 | ||
- Bugfix: Display message when incorrectly formatted servername is provided | ||
- Feature: Modereate NAT | ||
|
||
* Thu Nov 12 2021 Proton Technologies AG <[email protected]> 3.11.0-7 | ||
- Improve: Handle accounting use cases | ||
|