Skip to content

Commit

Permalink
release v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 13, 2022
1 parent 46934f5 commit a2ad0c3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 34 deletions.
55 changes: 24 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.13.1"
version = "1.13.2"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-service"
version = "1.13.1"
version = "1.13.2"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks"
version = "1.13.0"
version = "1.13.1"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
23 changes: 23 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
shadowsocks-rust (1.13.2) unstable; urgency=medium

## Features

- (EXPERIMENTAL) Support setting `SO_USER_COOKIE` on FreeBSD
- Set cookie with `--outbound-user-cookie` command line option, working just like `--outbound-fwmark` on Linux
- (EXPERIMENTAL) Local `tun` interface refactored the `VirtDevice::poll` strategy
- Improve performance
- Still slow comparing to system's network stack

## BUG Fixes

- #765 Updated broken Wiki URL for Plugins in command line help message
- #764 Regression of client blocking ACL strategy on `ssserver`
- Introduced since v1.9.0

shadowsocks-rust (1.13.1) unstable; urgency=medium

## Bug Fixes

- `Instant` subtraction may be overflowed in `PingBalancer`
- When `sslocal` has set multiple remote servers and the host system just reboots, it will crash.

shadowsocks-rust (1.13.0) unstable; urgency=medium

## Features
Expand Down

0 comments on commit a2ad0c3

Please sign in to comment.