diff --git a/debian/changelog b/debian/changelog index 4527a0c9ea59..fd88169e4d7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +shadowsocks-rust (1.10.6) unstable; urgency=medium + ## Features + + - [shadowsocks/shadowsocks-crypto#8](https://github.com/shadowsocks/shadowsocks-crypto/issues/8) Support non-standard AEAD ciphers with `crypto2`, could be enabled by feature `aead-ciphers-extra` + - `aes-128-ccm`, `aes-256-ccm` + - `aes-128-gcm-siv`, `aes-256-gcm-siv` + - `aes-128-ocb-taglen128`, `aes-192-ocb-taglen128`, `aes-256-ocb-taglen128` + - `aes-siv-cmac-256`, `aes-siv-cmac-384`, `aes-siv-cmac-512` + - `xchacha20-ietf-poly1305` + + ## Bug Fixes + + - [shadowsocks/shadowsocks-android#2705](https://github.com/shadowsocks/shadowsocks-android/issues/2705) MD5 algorithm bug causes KDF (Key Derived Function) produces wrong key when `LEN(password) % 64 in [50, 64)` + shadowsocks-rust (1.10.5) unstable; urgency=medium ## BUG Fixed