Release 2.3.9

This commit is contained in:
Kevin Yue 2024-11-02 14:13:53 +00:00
parent 136c870d1f
commit 366b95ce1f
No known key found for this signature in database
GPG Key ID: 4D3A6EE977B15AC4
3 changed files with 12 additions and 8 deletions

14
Cargo.lock generated
View File

@ -579,7 +579,7 @@ dependencies = [
[[package]]
name = "common"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"is_executable",
]
@ -1449,7 +1449,7 @@ dependencies = [
[[package]]
name = "gpapi"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"anyhow",
"base64 0.21.5",
@ -1485,7 +1485,7 @@ dependencies = [
[[package]]
name = "gpauth"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"anyhow",
"clap",
@ -1506,7 +1506,7 @@ dependencies = [
[[package]]
name = "gpclient"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"anyhow",
"clap",
@ -1528,7 +1528,7 @@ dependencies = [
[[package]]
name = "gpgui-helper"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"anyhow",
"clap",
@ -1546,7 +1546,7 @@ dependencies = [
[[package]]
name = "gpservice"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"anyhow",
"axum",
@ -2625,7 +2625,7 @@ dependencies = [
[[package]]
name = "openconnect"
version = "2.3.8"
version = "2.3.9"
dependencies = [
"cc",
"common",

View File

@ -5,7 +5,7 @@ members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth", "apps/g
[workspace.package]
rust-version = "1.70"
version = "2.3.8"
version = "2.3.9"
authors = ["Kevin Yue <k3vinyue@gmail.com>"]
homepage = "https://github.com/yuezk/GlobalProtect-openconnect"
edition = "2021"

View File

@ -1,5 +1,9 @@
# Changelog
## 2.3.9 - 2024-11-02
- Enhance the OpenSSL compatibility mode (fix [#437](https://github.com/yuezk/GlobalProtect-openconnect/issues/437))
## 2.3.8 - 2024-10-31
- GUI: support configure the external browser to use for authentication (fix [#423](https://github.com/yuezk/GlobalProtect-openconnect/issues/423))