mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
release v1.15.3
This commit is contained in:
17
debian/changelog
vendored
17
debian/changelog
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user