Skip to content

Commit

Permalink
release v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 20, 2022
1 parent 5ffab23 commit 120737e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.2", path = "./crates/shadowsocks-service" }
shadowsocks-service = { version = "1.13.3", path = "./crates/shadowsocks-service" }

[target.'cfg(unix)'.dependencies]
daemonize = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions 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.2"
version = "1.13.3"
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 @@ -125,7 +125,7 @@ smoltcp = { version = "0.8", optional = true, features = [] }
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"

shadowsocks = { version = "1.13.1", path = "../shadowsocks" }
shadowsocks = { version = "1.13.2", path = "../shadowsocks" }

# Just for the ioctl call macro
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks"
version = "1.13.1"
version = "1.13.2"
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 @@ -73,10 +73,10 @@ arc-swap = { version = "1.3", optional = true }
notify = { version = "5.0.0-pre.13", optional = true }

[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
shadowsocks-crypto = { version = "0.3", features = ["ring"] }
shadowsocks-crypto = { version = "0.3.3", features = ["ring"] }

[target.'cfg(not(any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
shadowsocks-crypto = { version = "0.3", features = [] }
shadowsocks-crypto = { version = "0.3.3", features = [] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["mswsock", "winsock2", "netioapi"] }
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
shadowsocks-rust (1.13.3) unsable; urgency=medium

## BUG Fixes

- #767 REGRESSION: `ssmanager` missing `--server-host` command line option since v1.13.0
- shadowsocks/shadowsocks-crypto#12 REGRESSION: `rc4-md5` method cipher IV length should be 16

shadowsocks-rust (1.13.2) unstable; urgency=medium

## Features
Expand Down

0 comments on commit 120737e

Please sign in to comment.