diff --git a/Cargo.lock b/Cargo.lock index d5cc07f2d2f4..ac861ac7fbfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,7 +1340,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", "resolv-conf", "rustls 0.21.12", @@ -1512,9 +1512,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +checksum = "3d8d52be92d09acc2e01dddb7fde3ad983fc6489c7db4837e605bc3fca4cb63e" dependencies = [ "bytes", "futures-channel", @@ -1845,7 +1845,7 @@ dependencies = [ "log", "log-mdc", "once_cell", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "rand", "serde", "serde-value", @@ -2190,9 +2190,9 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core 0.9.10", @@ -3590,7 +3590,7 @@ dependencies = [ "libc", "mio", "num_cpus", - "parking_lot 0.12.2", + "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", "socket2", @@ -3694,7 +3694,6 @@ dependencies = [ "tokio", "tower-layer", "tower-service", - "tracing", ] [[package]] diff --git a/debian/changelog b/debian/changelog index 2e77ca15ffb8..6b67143033a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +shadowsocks-rust (1.19.0) unstable; urgency=medium + + ## Features + + - #302 `sslocal` support SIP008 Online Configuration. Pull `servers` from remote servers automatically. (Experimental) + - Add `basic`, `full`, `full-extra` features makes building command line arguments shorter + + ## Bug Fixes + + - #1525 Check `"users"` in server configuration if `method` doesn't support AEAD-2022 EIH. + - #1528 Fixed FreeBSD build. + + ## Miscellaneous + + - Snap: Add alias names like `sslocal`, `ssserver`, ... + - `local-tun` feature could be enabled even if target platform is not supported. + + ## BREAKING + + - Minimal Supported Rust Version (MSRV) is v1.74 + shadowsocks-rust (1.18.4) unstable; urgency=medium ## Features