Skip to content

Commit

Permalink
release v1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 12, 2023
1 parent 549ffd3 commit 9767c3b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions homebrew/shadowsocks-rust.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 9767c3b

Please sign in to comment.