diff --git a/Cargo.lock b/Cargo.lock index 0217f8120be1..92cf2cf17a6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3225,7 +3225,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.20.2" +version = "1.20.3" dependencies = [ "base64 0.22.1", "build-time", @@ -3266,7 +3266,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.20.2" +version = "1.20.3" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9cd4252d5a8c..425f98c09836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.20.2" +version = "1.20.3" authors = ["Shadowsocks Contributors"] description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls." repository = "https://github.com/shadowsocks/shadowsocks-rust" @@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true } snmalloc-rs = { version = "0.3", optional = true } rpmalloc = { version = "0.2", optional = true } -shadowsocks-service = { version = "1.20.2", path = "./crates/shadowsocks-service" } +shadowsocks-service = { version = "1.20.3", path = "./crates/shadowsocks-service" } windows-service = { version = "0.7", optional = true } diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index 024881f9a982..2e5b4617d9f4 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.20.2" +version = "1.20.3" 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 1dd600e7ac14..f0c7fac109c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +shadowsocks-rust (1.20.3) unstable; urgency=medium + + ## Features + + - `local`: Ping Balancer scores replaced standard deviation with median absolute deviation, which should help focusing less on outlying observations in latency samples. + + ## Bug Fixes + + - #1589 `local-tun`: Removes linking to [`SetInterfaceDnsSettings`](https://learn.microsoft.com/en-us/windows/win32/api/netioapi/nf-netioapi-setinterfacednssettings) on Windows + shadowsocks-rust (1.20.2) unstable; urgency=medium ## Features