Skip to content

Commit

Permalink
Release 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Jun 7, 2022
1 parent 5a48519 commit fab8e75
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
globalprotect-openconnect (1.4.7-1) unstable; urgency=medium

* Updated VERSION, Bumped 1.4.6 –> 1.4.7
* fix: release resources when properly
* fix: add support for parsing tokens from HTML
* handle html comment for saml result with okta 2fa (#156)
* chore: use auto to declare variable
* chore: simplify readme

-- Kevin Yue <[email protected]> Tue, 07 Jun 2022 21:46:04 +0800

globalprotect-openconnect (1.4.6-1) unstable; urgency=medium

* Updated VERSION, Bumped 1.4.5 –> 1.4.6
Expand Down
4 changes: 2 additions & 2 deletions packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Keinv Yue <[email protected]>

_pkgver="1.4.6"
_commit="b57fb993ca6cfb5e42cf77d2d26486ad40c32d23"
_pkgver="1.4.7"
_commit="5a485197b7c7b17f064d89bfe98ec1733d60e221"
pkgname=globalprotect-openconnect-git
pkgver=${_pkgver}
pkgrel=1
Expand Down
11 changes: 11 additions & 0 deletions packaging/obs/globalprotect-openconnect.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 7 13:46:04 UTC 2022 - [email protected] - 1.4.7

- Update to 1.4.7
* Updated VERSION, Bumped 1.4.6 –> 1.4.7
* fix: release resources when properly
* fix: add support for parsing tokens from HTML
* handle html comment for saml result with okta 2fa (#156)
* chore: use auto to declare variable
* chore: simplify readme

-------------------------------------------------------------------
Wed Jun 1 15:55:50 UTC 2022 - [email protected] - 1.4.6

Expand Down
2 changes: 1 addition & 1 deletion packaging/obs/globalprotect-openconnect.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: globalprotect-openconnect
Version: 1.4.6
Version: 1.4.7
Release: 1
Summary: A GlobalProtect VPN client powered by OpenConnect
Group: Productivity/Networking/PPP
Expand Down

0 comments on commit fab8e75

Please sign in to comment.