Skip to content

Commit 76551f5

Browse files
committed
chore: release v1.23.4
1 parent 07caa8a commit 76551f5

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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.23.3"
3+
version = "1.23.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"
@@ -242,7 +242,7 @@ jemallocator = { version = "0.5", optional = true }
242242
snmalloc-rs = { version = "0.3", optional = true }
243243
rpmalloc = { version = "0.2", optional = true }
244244

245-
shadowsocks-service = { version = "1.23.3", path = "./crates/shadowsocks-service" }
245+
shadowsocks-service = { version = "1.23.4", path = "./crates/shadowsocks-service" }
246246

247247
windows-service = { version = "0.8", optional = true }
248248

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.23.3"
3+
version = "1.23.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
shadowsocks-rust (1.23.4) unstable; urgency=medium
2+
3+
## Bug Fixes
4+
5+
- shadowsocks/shadowsocks-android#3185 `local-dns`: Fixed skipping remote resolver for remote servers' names
6+
17
shadowsocks-rust (1.23.3) unstable; urgency=medium
28

39
## Features

0 commit comments

Comments
 (0)