From fbc1fd6ad57c4a731010702290acd7e42b4bde10 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sun, 26 Nov 2023 23:51:12 +0800 Subject: [PATCH] release v1.17.1 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- crates/shadowsocks-service/Cargo.toml | 4 ++-- crates/shadowsocks/Cargo.toml | 2 +- debian/changelog | 16 ++++++++++++++++ 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5201418fcf40..15d6917b5903 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.17.0" +version = "1.17.1" dependencies = [ "aes", "arc-swap", @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.17.0" +version = "1.17.1" dependencies = [ "base64", "build-time", @@ -2686,7 +2686,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.17.0" +version = "1.17.1" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 57d9b13a4537..5d82c94474dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.17.0" +version = "1.17.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -192,7 +192,7 @@ jemallocator = { version = "0.5", optional = true } snmalloc-rs = { version = "0.3", optional = true } rpmalloc = { version = "0.2", optional = true } -shadowsocks-service = { version = "1.17.0", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.17.1", path = "./crates/shadowsocks-service" } windows-service = { version = "0.6", optional = true } diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index 743b8cfec5ec..08c3fff00a55 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.17.0" +version = "1.17.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -172,7 +172,7 @@ smoltcp = { version = "0.10", optional = true, default-features = false, feature serde = { version = "1.0", features = ["derive"] } json5 = "0.4" -shadowsocks = { version = "1.17.0", path = "../shadowsocks", default-features = false } +shadowsocks = { version = "1.17.1", path = "../shadowsocks", default-features = false } # Just for the ioctl call macro [target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies] diff --git a/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index d5824615e6ef..839700bdc9c6 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks" -version = "1.17.0" +version = "1.17.1" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" diff --git a/debian/changelog b/debian/changelog index fd6a0d25c6e9..05c1073a526e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +shadowsocks-rust (1.17.1) unstable; urgency=medium + + ## Features + + - #1330 `local`: Support macOS launch activate socket (https://developer.apple.com/documentation/xpc/1505523-launch_activate_socket) + - #1357 `local`: Upgrade hyper (https://crates.io/crates/hyper) to v1.0 + + ## Bug Fixes + + - #1328 `run_as_user` aborts if any error occurs + + ## Miscellaneous + + - Minor improvements for `local-tun` on Windows + - Upgrade `shadowsocks-crypto` that supports `sm4-gcm`, `sm4-ccm` non-standard AEAD ciphers + shadowsocks-rust (1.17.0) unstable; urgency=medium ## Features