From f3f4b0b17be1fe694fbbcb4c541800b83e7b3bc7 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sun, 13 Feb 2022 09:53:59 +0800 Subject: [PATCH] release v1.13.2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/shadowsocks-service/Cargo.toml | 2 +- crates/shadowsocks/Cargo.toml | 2 +- debian/changelog | 23 +++++++++++++++++++++++ 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 740b6e22809e..961ce3b64745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,7 +2008,7 @@ dependencies = [ [[package]] name = "shadowsocks" -version = "1.13.0" +version = "1.13.1" dependencies = [ "arc-swap 1.5.0", "async-trait", @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.13.1" +version = "1.13.2" dependencies = [ "build-time", "byte_string", @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.13.1" +version = "1.13.2" dependencies = [ "arc-swap 1.5.0", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1ffd3897f14d..9f0926808539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.13.1" +version = "1.13.2" 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/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index 4df22c654c88..deea075c1433 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-service" -version = "1.13.1" +version = "1.13.2" 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/crates/shadowsocks/Cargo.toml b/crates/shadowsocks/Cargo.toml index 0e752b0f2a8f..a6cb5c6f2705 100644 --- a/crates/shadowsocks/Cargo.toml +++ b/crates/shadowsocks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks" -version = "1.13.0" +version = "1.13.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 459f5e68a0f4..b21dae3eb130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +shadowsocks-rust (1.13.2) unstable; urgency=medium + + ## Features + + - (EXPERIMENTAL) Support setting `SO_USER_COOKIE` on FreeBSD + - Set cookie with `--outbound-user-cookie` command line option, working just like `--outbound-fwmark` on Linux + - (EXPERIMENTAL) Local `tun` interface refactored the `VirtDevice::poll` strategy + - Improve performance + - Still slow comparing to system's network stack + + ## BUG Fixes + + - #765 Updated broken Wiki URL for Plugins in command line help message + - #764 Regression of client blocking ACL strategy on `ssserver` + - Introduced since v1.9.0 + +shadowsocks-rust (1.13.1) unstable; urgency=medium + + ## Bug Fixes + + - `Instant` subtraction may be overflowed in `PingBalancer` + - When `sslocal` has set multiple remote servers and the host system just reboots, it will crash. + shadowsocks-rust (1.13.0) unstable; urgency=medium ## Features