mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
release v1.13.4
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2083,7 +2083,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadowsocks-rust"
|
||||
version = "1.13.3"
|
||||
version = "1.13.4"
|
||||
dependencies = [
|
||||
"build-time",
|
||||
"byte_string",
|
||||
@@ -2115,7 +2115,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shadowsocks-service"
|
||||
version = "1.13.3"
|
||||
version = "1.13.4"
|
||||
dependencies = [
|
||||
"arc-swap 1.5.0",
|
||||
"async-trait",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "shadowsocks-rust"
|
||||
version = "1.13.3"
|
||||
version = "1.13.4"
|
||||
authors = ["Shadowsocks Contributors"]
|
||||
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
|
||||
repository = "https://github.com/shadowsocks/shadowsocks-rust"
|
||||
@@ -164,7 +164,7 @@ jemallocator = { version = "0.3", optional = true }
|
||||
snmalloc-rs = { version = "0.2", optional = true }
|
||||
rpmalloc = { version = "0.2", optional = true }
|
||||
|
||||
shadowsocks-service = { version = "1.13.3", path = "./crates/shadowsocks-service" }
|
||||
shadowsocks-service = { version = "1.13.4", path = "./crates/shadowsocks-service" }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
daemonize = "0.4"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "shadowsocks-service"
|
||||
version = "1.13.3"
|
||||
version = "1.13.4"
|
||||
authors = ["Shadowsocks Contributors"]
|
||||
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
|
||||
repository = "https://github.com/shadowsocks/shadowsocks-rust"
|
||||
|
||||
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,4 +1,14 @@
|
||||
shadowsocks-rust (1.13.3) unsable; urgency=medium
|
||||
shadowsocks-rust (1.13.4) unstable; urgency=medium
|
||||
|
||||
## Features
|
||||
|
||||
- Allow setting `"system"` in DNS configuration key `"dns"` to use system provided DNS API
|
||||
|
||||
## BUG Fixes
|
||||
|
||||
- `ssservice` - fixed command line options when running it as symlink of `ssserver` and `ssmanager`
|
||||
|
||||
shadowsocks-rust (1.13.3) unstable; urgency=medium
|
||||
|
||||
## BUG Fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user