diff --git a/debian/changelog b/debian/changelog index cb08c51..6eec793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +globalprotect-openconnect (1.4.0-1) unstable; urgency=medium + + * Updated VERSION, Bumped 1.3.4 –> 1.4.0 + * Fix gpservice after openconnect v8.20 (#124) + * Add 2FA support (#112) + * Add a scripting mode to GPClient (#110) + * Stop saving credentials (#111) + * update CI + * add editorconfig + * Update README.md + * Add a run entry (#108) + * update the installation instruction of Arch Linux + + -- Kevin Yue Wed, 02 Mar 2022 21:34:19 +0800 + globalprotect-openconnect (1.3.4-1) unstable; urgency=medium * Updated VERSION, Bumped 1.3.3 –> 1.3.4 diff --git a/packaging/obs/globalprotect-openconnect.changes b/packaging/obs/globalprotect-openconnect.changes index be1a17b..066d639 100644 --- a/packaging/obs/globalprotect-openconnect.changes +++ b/packaging/obs/globalprotect-openconnect.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 2 13:34:19 UTC 2022 - k3vinyue@gmail.com - 1.4.0 + +- Update to 1.4.0 + * Updated VERSION, Bumped 1.3.4 –> 1.4.0 + * Fix gpservice after openconnect v8.20 (#124) + * Add 2FA support (#112) + * Add a scripting mode to GPClient (#110) + * Stop saving credentials (#111) + * update CI + * add editorconfig + * Update README.md + * Add a run entry (#108) + * update the installation instruction of Arch Linux + ------------------------------------------------------------------- Sun Oct 24 04:13:24 UTC 2021 - k3vinyue@gmail.com - 1.3.4 diff --git a/packaging/obs/globalprotect-openconnect.spec b/packaging/obs/globalprotect-openconnect.spec index 84aa706..fc910d0 100644 --- a/packaging/obs/globalprotect-openconnect.spec +++ b/packaging/obs/globalprotect-openconnect.spec @@ -1,5 +1,5 @@ Name: globalprotect-openconnect -Version: 1.3.4 +Version: 1.4.0 Release: 1 Summary: A GlobalProtect VPN client powered by OpenConnect Group: Productivity/Networking/PPP diff --git a/scripts/release.sh b/scripts/release.sh old mode 100644 new mode 100755