release v1.15.3

This commit is contained in:
zonyitoo
2023-03-13 00:30:34 +08:00
parent 549ffd3a76
commit 9767c3b05e
2 changed files with 19 additions and 2 deletions

17
debian/changelog vendored
View File

@@ -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

View File

@@ -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"