Skip to content

Commit 173cc6c

Browse files
committed
release v1.16.1
1 parent c872714 commit 173cc6c

File tree

4 files changed

+44
-37
lines changed

4 files changed

+44
-37
lines changed

Cargo.lock

Lines changed: 35 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.16.0"
3+
version = "1.16.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"
@@ -171,7 +171,7 @@ jemallocator = { version = "0.5", optional = true }
171171
snmalloc-rs = { version = "0.3", optional = true }
172172
rpmalloc = { version = "0.2", optional = true }
173173

174-
shadowsocks-service = { version = "1.16.0", path = "./crates/shadowsocks-service" }
174+
shadowsocks-service = { version = "1.16.1", path = "./crates/shadowsocks-service" }
175175

176176
[target.'cfg(unix)'.dependencies]
177177
daemonize = "0.5"

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.16.0"
3+
version = "1.16.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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
shadowsocks-rust (1.16.1) unstable; urgency=medium
2+
3+
## Bug Fixes
4+
5+
- #1285 [Regression fix] local DNS uses mode `tcp_and_udp` by default
6+
17
shadowsocks-rust (1.16.0) unstable; urgency=medium
28

39
## Features

0 commit comments

Comments
 (0)