Skip to content

Commit a5130ca

Browse files
committed
release v1.19.4
1 parent f43c823 commit a5130ca

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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.19.3"
3+
version = "1.19.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"
@@ -249,7 +249,7 @@ jemallocator = { version = "0.5", optional = true }
249249
snmalloc-rs = { version = "0.3", optional = true }
250250
rpmalloc = { version = "0.2", optional = true }
251251

252-
shadowsocks-service = { version = "1.19.3", path = "./crates/shadowsocks-service" }
252+
shadowsocks-service = { version = "1.19.4", path = "./crates/shadowsocks-service" }
253253

254254
windows-service = { version = "0.7", optional = true }
255255

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.19.3"
3+
version = "1.19.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"

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.19.0"
3+
version = "1.19.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
shadowsocks-rust (1.19.4) unstable; urgency=medium
2+
3+
## Features
4+
5+
- `local-online-config`: Making HTTP requests with `local-http`'s HttpClient implementation, mainly for supporting `outbound_*` socket configurations.
6+
7+
## Miscellaneous
8+
9+
- Fixed build failures on some platforms.
10+
111
shadowsocks-rust (1.19.3) unstable; urgency=medium
212

313
## Breaking Changes

0 commit comments

Comments
 (0)