release v1.13.4

This commit is contained in:
zonyitoo
2022-02-25 14:48:03 +08:00
parent f13ccf15c2
commit 3e58abd96b
4 changed files with 16 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"

View File

@@ -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
View File

@@ -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