From 9767c3b05e0b60d4dd35323d0717d30b5017b10a Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Mon, 13 Mar 2023 00:30:34 +0800 Subject: [PATCH] release v1.15.3 --- debian/changelog | 17 +++++++++++++++++ homebrew/shadowsocks-rust.rb | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3dd84124685a..452854fe7f36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +shadowsocks-rust (1.15.3) unstable; urgency=medium + + ## Features + + - local-tun: Support `tun_interface_destination` for configuring Tun device's destination address + - Support `outbound_fwmark`, `outbound_user_cookie`, `outbound_bind_interface` and `outbound_bind_addr` in configuration file + + ## Bug Fixed + + - local-tun: #1138 Fixed TCP state management + - local-redir: #988 UDP compatible with Linux < 2.6.37 (without `IPV6_TRANSPARENT`) + - manager: #1101 Set missing `ipv6_first` for servers + + ## Miscellaneous + + - Snap: #1088 Disable Snap daemon by default + shadowsocks-rust (1.15.2) unstable; urgency=medium ## Bug Fixes diff --git a/homebrew/shadowsocks-rust.rb b/homebrew/shadowsocks-rust.rb index a1b48c71d2e0..26cfd234955d 100644 --- a/homebrew/shadowsocks-rust.rb +++ b/homebrew/shadowsocks-rust.rb @@ -1,8 +1,8 @@ class ShadowsocksRust < Formula desc "Rust port of Shadowsocks" homepage "https://github.com/shadowsocks/shadowsocks-rust" - url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.15.2.tar.gz" - sha256 "25d7a099ab09425c27c6543dbbddc38f65ab382e8353d51c695add91b4ced61f" + url "https://github.com/shadowsocks/shadowsocks-rust/archive/v1.15.3.tar.gz" + sha256 "38e0c803d5535120e344f607ea8d3249a49f18272a9b65c1228eaaaa76817019" license "MIT" head "https://github.com/shadowsocks/shadowsocks-rust.git", branch: "master"