Skip to content

Commit 8f9419e

Browse files
committed
chore: release v1.23.5
1 parent a484548 commit 8f9419e

File tree

5 files changed

+43
-32
lines changed

5 files changed

+43
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.23.4"
3+
version = "1.23.5"
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"
@@ -155,10 +155,7 @@ local-tun = ["local", "shadowsocks-service/local-tun", "ipnet"]
155155
local-fake-dns = ["local", "shadowsocks-service/local-fake-dns", "ipnet"]
156156
# sslocal support online URL (SIP008 Online Configuration Delivery)
157157
# https://shadowsocks.org/doc/sip008.html
158-
local-online-config = [
159-
"local",
160-
"shadowsocks-service/local-online-config",
161-
]
158+
local-online-config = ["local", "shadowsocks-service/local-online-config"]
162159

163160
# ssurl support outline (ssconf) URL
164161
utility-url-outline = ["reqwest"]
@@ -239,7 +236,7 @@ jemallocator = { version = "0.5", optional = true }
239236
snmalloc-rs = { version = "0.3", optional = true }
240237
rpmalloc = { version = "0.2", optional = true }
241238

242-
shadowsocks-service = { version = "1.23.4", path = "./crates/shadowsocks-service", default-features = false }
239+
shadowsocks-service = { version = "1.23.5", path = "./crates/shadowsocks-service", default-features = false }
243240

244241
windows-service = { version = "0.8", optional = true }
245242

crates/shadowsocks-service/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-service"
3-
version = "1.23.4"
3+
version = "1.23.5"
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"
@@ -195,7 +195,7 @@ serde = { version = "1.0", features = ["derive"] }
195195
json5 = "0.4"
196196
bson = { version = "2.13.0", optional = true }
197197

198-
shadowsocks = { version = "1.23.1", path = "../shadowsocks", default-features = false }
198+
shadowsocks = { version = "1.23.2", path = "../shadowsocks", default-features = false }
199199

200200
# Just for the ioctl call macro
201201
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd"))'.dependencies]

crates/shadowsocks/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"
3-
version = "1.23.1"
3+
version = "1.23.2"
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
shadowsocks-rust (1.23.5) unstable; urgency=medium
2+
3+
## Features
4+
5+
- #1963 Updated `once_cell::sync::Lazy` to `std::sync::LazyLock`
6+
- #1967 ACL supported `outbound_allow_list`
7+
- #1974 Allow customizable `SocketProtect` trait for Android VpnService
8+
9+
## Bug Fixes
10+
11+
- #1966 Build `xdg` only on *nix platforms
12+
- #1968 Make `hickory-dns` truly optional
13+
14+
115
shadowsocks-rust (1.23.4) unstable; urgency=medium
216

317
## Bug Fixes

0 commit comments

Comments
 (0)