diff --git a/Cargo.lock b/Cargo.lock index 2c00e4e5c381..769e136107c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.10.2" +version = "1.10.3" dependencies = [ "byte_string", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 505fe014715b..9741bf88e88a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shadowsocks-rust" -version = "1.10.2" +version = "1.10.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 70183cba83da..cbf9a2a61689 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +shadowsocks-rust (1.10.2) unstable; urgency=medium + + ## BUG Fixed + + - #472 Fixed `SO_INCOMING_CPU` when building on some Linux targets. rust-lang/socket2#213 + +shadowsocks-rust (1.10.2) unstable; urgency=medium + + ## BUG Fixed + + - `mode` in basic configuration format doesn't work for local instance + shadowsocks-rust (1.10.1) unstable; urgency=medium ## BUG Fixed diff --git a/homebrew/shadowsocks-rust.rb b/homebrew/shadowsocks-rust.rb index 77fa39b1b42c..a40ac48c374a 100644 --- a/homebrew/shadowsocks-rust.rb +++ b/homebrew/shadowsocks-rust.rb @@ -1,8 +1,8 @@ class ShadowsocksRust < Formula desc "shadowsocks is a fast tunnel proxy that helps you bypass firewalls" homepage "https://github.com/shadowsocks/shadowsocks-rust" - url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.10.2.tar.gz" - version "1.10.2" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.10.3.tar.gz" + version "1.10.3" sha256 "00fb90b6f80d01c6b40f6cfeb49d70fbec9f659bfa268d6834e79fe1f670d55e" license "MIT"