diff --git a/Cargo.lock b/Cargo.lock index 439eb073..4769ec3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "common" -version = "2.3.1" +version = "2.3.2" dependencies = [ "is_executable", ] @@ -1418,7 +1418,7 @@ dependencies = [ [[package]] name = "gpapi" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "base64 0.21.5", @@ -1451,7 +1451,7 @@ dependencies = [ [[package]] name = "gpauth" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "clap", @@ -1472,7 +1472,7 @@ dependencies = [ [[package]] name = "gpclient" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "clap", @@ -1494,7 +1494,7 @@ dependencies = [ [[package]] name = "gpgui-helper" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "clap", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "gpservice" -version = "2.3.1" +version = "2.3.2" dependencies = [ "anyhow", "axum", @@ -2526,7 +2526,7 @@ dependencies = [ [[package]] name = "openconnect" -version = "2.3.1" +version = "2.3.2" dependencies = [ "cc", "common", diff --git a/Cargo.toml b/Cargo.toml index f641a47f..e9f2a274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/*", "apps/gpclient", "apps/gpservice", "apps/gpauth", "apps/g [workspace.package] rust-version = "1.70" -version = "2.3.1" +version = "2.3.2" authors = ["Kevin Yue "] homepage = "https://github.com/yuezk/GlobalProtect-openconnect" edition = "2021" diff --git a/changelog.md b/changelog.md index 3610a11c..db14ed31 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2.3.2 - 2024-06-17 + +- Fix the CAS callback parsing issue (fix [#372](https://github.com/yuezk/GlobalProtect-openconnect/issues/372)) +- CLI: fix the `/tmp/gpauth.html` deletion issue (fix [#366](https://github.com/yuezk/GlobalProtect-openconnect/issues/366)) +- GUI: fix the license not working after reboot (fix [#376](https://github.com/yuezk/GlobalProtect-openconnect/issues/376)) +- GUI: add the license activation management link + ## 2.3.1 - 2024-05-21 - Fix the `--sslkey` option not working