Skip to content

Commit 3e58abd

Browse files
committed
release v1.13.4
1 parent f13ccf1 commit 3e58abd

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.13.3"
3+
version = "1.13.4"
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"
@@ -164,7 +164,7 @@ jemallocator = { version = "0.3", optional = true }
164164
snmalloc-rs = { version = "0.2", optional = true }
165165
rpmalloc = { version = "0.2", optional = true }
166166

167-
shadowsocks-service = { version = "1.13.3", path = "./crates/shadowsocks-service" }
167+
shadowsocks-service = { version = "1.13.4", path = "./crates/shadowsocks-service" }
168168

169169
[target.'cfg(unix)'.dependencies]
170170
daemonize = "0.4"

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.13.3"
3+
version = "1.13.4"
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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
shadowsocks-rust (1.13.3) unsable; urgency=medium
1+
shadowsocks-rust (1.13.4) unstable; urgency=medium
2+
3+
## Features
4+
5+
- Allow setting `"system"` in DNS configuration key `"dns"` to use system provided DNS API
6+
7+
## BUG Fixes
8+
9+
- `ssservice` - fixed command line options when running it as symlink of `ssserver` and `ssmanager`
10+
11+
shadowsocks-rust (1.13.3) unstable; urgency=medium
212

313
## BUG Fixes
414

0 commit comments

Comments
 (0)