Skip to content

Commit

Permalink
release v1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 1, 2024
1 parent 94c0971 commit 0e78262
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 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.19.0"
version = "1.19.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 @@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }

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

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

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.19.0"
version = "1.19.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
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
shadowsocks-rust (1.19.1) unstable; urgency=medium

## Features

- 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.
- `local-tun`: Switch from `tun` to `tun2`, which is a fork of `tun`. `tun` seems to be abandoned.

## Bug Fixes

- #1539 `local-fake-dns`: Query Response Message has to include the original Query and flags.

shadowsocks-rust (1.19.0) unstable; urgency=medium

## Features
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
- build-on: ppc64el
- build-on: s390x
# - build-on: ppc64el
# - build-on: s390x
- build-on: riscv64
license: MIT
source-code: https://github.com/shadowsocks/shadowsocks-rust
Expand Down

0 comments on commit 0e78262

Please sign in to comment.