From 0e782623567e71b53f478ff6544e2acb6823d8f8 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sat, 1 Jun 2024 22:42:17 +0800 Subject: [PATCH] release v1.19.1 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- crates/shadowsocks-service/Cargo.toml | 2 +- debian/changelog | 11 +++++++++++ snap/snapcraft.yaml | 4 ++-- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac3d2d05b68e..5410b2a4b8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2963,7 +2963,7 @@ dependencies = [ [[package]] name = "shadowsocks-rust" -version = "1.19.0" +version = "1.19.1" dependencies = [ "base64 0.22.1", "build-time", @@ -3004,7 +3004,7 @@ dependencies = [ [[package]] name = "shadowsocks-service" -version = "1.19.0" +version = "1.19.1" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3a9795757a41..814409bff6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 } diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index d73d951990e6..8f499444b3fd 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -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" diff --git a/debian/changelog b/debian/changelog index 6b67143033a2..83fb0d9ededa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 489421c9d2ae..e241a78fece0 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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