Skip to content

Commit

Permalink
release v1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 25, 2022
1 parent f13ccf1 commit 3e58abd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 11 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3e58abd

Please sign in to comment.