Skip to content

Commit f3f4b0b

Browse files
committed
release v1.13.2
1 parent 46934f5 commit f3f4b0b

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.13.1"
3+
version = "1.13.2"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.13.1"
3+
version = "1.13.2"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

crates/shadowsocks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks"
3-
version = "1.13.0"
3+
version = "1.13.1"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

debian/changelog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
shadowsocks-rust (1.13.2) unstable; urgency=medium
2+
3+
## Features
4+
5+
- (EXPERIMENTAL) Support setting `SO_USER_COOKIE` on FreeBSD
6+
- Set cookie with `--outbound-user-cookie` command line option, working just like `--outbound-fwmark` on Linux
7+
- (EXPERIMENTAL) Local `tun` interface refactored the `VirtDevice::poll` strategy
8+
- Improve performance
9+
- Still slow comparing to system's network stack
10+
11+
## BUG Fixes
12+
13+
- #765 Updated broken Wiki URL for Plugins in command line help message
14+
- #764 Regression of client blocking ACL strategy on `ssserver`
15+
- Introduced since v1.9.0
16+
17+
shadowsocks-rust (1.13.1) unstable; urgency=medium
18+
19+
## Bug Fixes
20+
21+
- `Instant` subtraction may be overflowed in `PingBalancer`
22+
- When `sslocal` has set multiple remote servers and the host system just reboots, it will crash.
23+
124
shadowsocks-rust (1.13.0) unstable; urgency=medium
225

326
## Features

0 commit comments

Comments
 (0)