Skip to content

Commit

Permalink
release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 4, 2021
1 parent e84c0a6 commit cfd6863
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.12.0-alpha.10"
version = "1.12.0"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
30 changes: 30 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
shadowsocks-rust (1.12.0) unstable; urgency=medium

## Features

- TCP connects with Happy Eyeballs (RFC6555, RFC8305) strategy
- Local
- #586 Basic support of `tun` interface in `sslocal` (Experimental) Tested on macOS and Linux
- #620 Local server will choose remote servers based on their `"mode"`
- Local Balancer
- Configurable `max_server_rtt` and `check_interval`
- Reload configuration `"servers"` in runtime when receiving `SIGUSR1` signal
- Manager
- #421 `ssmanager` support `--plugin` and `--plugin-opts` as default plugin configurations
- #648 `ssmanager` support starting `ssserver` in standalone (independent process) mode.
- #627 ACL support `|` and `||` hash-set and domain-tree mode
- Support `--outbound-bind-interface` on Windows.

## Bug Fixed

- #579 UDP server reply target address should be received source address
- TFO socket on Windows should bind to `SOCKADDR_IN6` for IPv6 targets
- #640 `--daemonize` will set `chdir` to current working directory
- [BREAKING] In the previous version `--daemonize` will call `chdir` to `/` by default, so it may change the behavior if users using relative paths in `"plugin"` or `"plugin_opts"`

## Miscellaneous

- #596 Support Snapcraft https://snapcraft.io/shadowsocks-rust
- TFO on Linux queue length set to 1024 to match backlogs
- Completely remove Replay Attack Protection with Ping-Pong bloom filter in default build configuration

shadowsocks-rust (1.11.2) unstable; urgency=medium

## Features
Expand Down

0 comments on commit cfd6863

Please sign in to comment.