Skip to content

Commit e4d4503

Browse files
committed
chore: release v1.18.1
1 parent 42f11f6 commit e4d4503

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
shadowsocks-rust (1.18.1) unstable; urgency=medium
2+
3+
## Features
4+
5+
- Default logging framework changed to [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber), which:
6+
- Support libraries that log with both [`tracing`](https://crates.io/crates/tracing), and [`log`](https://crates.io/crates/log).
7+
- NOTE: `--log-config` parameter will apply only to [`log4rs`](https://crates.io/crates/log4rs), which doesn't support the `tracing` framework.
8+
9+
## Bug Fixes
10+
11+
- #1425 Enable `EDNS(0)` by default for hickory-dns resolver.
12+
13+
## NOTE
14+
15+
- [`clap`](https://crates.io/crates/clap) upgraded MSRV (Minimal Supported Rust Version) to v1.74 since v4.5.0. This project will have to stay in v4.4 until the next major release.
16+
17+
-- ty <[email protected]> Sun, 18 Feb 2024 22:05:00 +0800
18+
119
shadowsocks-rust (1.18.0) unstable; urgency=medium
220

321
Mostly identical to v1.17.2, except that:

0 commit comments

Comments
 (0)