Skip to content

Commit 0e78262

Browse files
committed
release v1.19.1
1 parent 94c0971 commit 0e78262

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true }
248248
snmalloc-rs = { version = "0.3", optional = true }
249249
rpmalloc = { version = "0.2", optional = true }
250250

251-
shadowsocks-service = { version = "1.19.0", path = "./crates/shadowsocks-service" }
251+
shadowsocks-service = { version = "1.19.1", path = "./crates/shadowsocks-service" }
252252

253253
windows-service = { version = "0.7", optional = true }
254254

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.19.0"
3+
version = "1.19.1"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
shadowsocks-rust (1.19.1) unstable; urgency=medium
2+
3+
## Features
4+
5+
- Rollback `rustls` to v0.22, v0.23 first introduced `aws-lc` as the default crypto implementation, but it cannot be built on some targets if there are still older versions of `rustls` in the dependency tree.
6+
- `local-tun`: Switch from `tun` to `tun2`, which is a fork of `tun`. `tun` seems to be abandoned.
7+
8+
## Bug Fixes
9+
10+
- #1539 `local-fake-dns`: Query Response Message has to include the original Query and flags.
11+
112
shadowsocks-rust (1.19.0) unstable; urgency=medium
213

314
## Features

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ architectures:
1010
- build-on: amd64
1111
- build-on: arm64
1212
- build-on: armhf
13-
- build-on: ppc64el
14-
- build-on: s390x
13+
# - build-on: ppc64el
14+
# - build-on: s390x
1515
- build-on: riscv64
1616
license: MIT
1717
source-code: https://github.com/shadowsocks/shadowsocks-rust

0 commit comments

Comments
 (0)