Skip to content

Commit

Permalink
release v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Nov 26, 2023
1 parent 5126ad6 commit fbc1fd6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 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.17.0"
version = "1.17.1"
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 @@ -192,7 +192,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }

shadowsocks-service = { version = "1.17.0", path = "./crates/shadowsocks-service" }
shadowsocks-service = { version = "1.17.1", path = "./crates/shadowsocks-service" }

windows-service = { version = "0.6", optional = true }

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.17.0"
version = "1.17.1"
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 @@ -172,7 +172,7 @@ smoltcp = { version = "0.10", optional = true, default-features = false, feature
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"

shadowsocks = { version = "1.17.0", path = "../shadowsocks", default-features = false }
shadowsocks = { version = "1.17.1", path = "../shadowsocks", default-features = false }

# 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
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks"
version = "1.17.0"
version = "1.17.1"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
shadowsocks-rust (1.17.1) unstable; urgency=medium

## Features

- #1330 `local`: Support macOS launch activate socket (https://developer.apple.com/documentation/xpc/1505523-launch_activate_socket)
- #1357 `local`: Upgrade hyper (https://crates.io/crates/hyper) to v1.0

## Bug Fixes

- #1328 `run_as_user` aborts if any error occurs

## Miscellaneous

- Minor improvements for `local-tun` on Windows
- Upgrade `shadowsocks-crypto` that supports `sm4-gcm`, `sm4-ccm` non-standard AEAD ciphers

shadowsocks-rust (1.17.0) unstable; urgency=medium

## Features
Expand Down

0 comments on commit fbc1fd6

Please sign in to comment.