Skip to content

Commit a7ad02a

Browse files
committed
Release 2.4.2
1 parent b188d61 commit a7ad02a

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[workspace.package]
1313
rust-version = "1.80"
14-
version = "2.4.1"
14+
version = "2.4.2"
1515
authors = ["Kevin Yue <[email protected]>"]
1616
homepage = "https://github.com/yuezk/GlobalProtect-openconnect"
1717
edition = "2021"

apps/gpclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json.workspace = true
2222
whoami.workspace = true
2323
tempfile.workspace = true
2424
reqwest.workspace = true
25-
directories = "5.0"
25+
directories.workspace = true
2626
compile-time.workspace = true
2727

2828
[features]

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.4.2 - 2025-01-20
4+
5+
- Disconnect the VPN when sleep (fix [#166](https://github.com/yuezk/GlobalProtect-openconnect/issues/166), [#267](https://github.com/yuezk/GlobalProtect-openconnect/issues/267))
6+
37
## 2.4.1 - 2025-01-09
48

59
- Fix the network issue with OpenSSL < 3.0.4

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
channel = "1.80.1"

0 commit comments

Comments
 (0)