Skip to content

Commit 5aa6fab

Browse files
kimwatkdef
authored and
atkdef
committed
Update changelog
1. Add new line on change log v1.10.6 which is required 2. Remove miss adding change log v1.10.2 3. Fix sign line, which should leading with only one space, not two spaces 4. Add change log time from v1.10.2 to v1.10.9, BTW. PS. the sign line, for example `-- Y. T. Chung <[email protected]> Thu, 25 Mar 2021 18:10:00 +0800`, should lead by one space only.
1 parent 085315e commit 5aa6fab

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

debian/changelog

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ shadowsocks-rust (1.10.9) unstable; urgency=medium
44

55
- HTTP Proxy preserves headers' title case. https://github.com/shadowsocks/shadowsocks-rust/discussions/491 , https://github.com/hyperium/hyper/issues/2313
66

7+
-- Y. T. Chung <[email protected]> Fri, 23 Apr 2021 23:58:08 +0800
8+
79
shadowsocks-rust (1.10.8) unstable; urgency=medium
810

911
## Bug Fixes
@@ -12,13 +14,18 @@ shadowsocks-rust (1.10.8) unstable; urgency=medium
1214
- `aes-128-ocb-taglen128`, `aes-192-ocb-taglen128`, `aes-256-ocb-taglen128`
1315
- `aes-siv-cmac-256`, `aes-siv-cmac-384`, `aes-siv-cmac-512`
1416

17+
-- Y. T. Chung <[email protected]> Sun, 18 Apr 2021 21:00:21 +0800
18+
1519
shadowsocks-rust (1.10.7) unstable; urgency=medium
1620

1721
## Features
1822

1923
- Support non-standard AEAD ciphers `sm4-gcm` and `sm4-ccm`
2024

25+
-- Y. T. Chung <[email protected]> Sat, 17 Apr 2021 22:46:39 +0800
26+
2127
shadowsocks-rust (1.10.6) unstable; urgency=medium
28+
2229
## Features
2330

2431
- [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-cipher-extra`
@@ -32,12 +39,16 @@ shadowsocks-rust (1.10.6) unstable; urgency=medium
3239

3340
- [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)`
3441

42+
-- Y. T. Chung <[email protected]> Sat, 17 Apr 2021 21:45:46 +0800
43+
3544
shadowsocks-rust (1.10.5) unstable; urgency=medium
3645

3746
## BUG Fixed
3847

3948
- `ProxyClientStream` should keep the concatenated first packet buffer alive before asynchronous `write()` finishes
4049

50+
-- Y. T. Chung <[email protected]> Sat, 10 Apr 2021 09:07:52 +0800
51+
4152
shadowsocks-rust (1.10.4) unstable; urgency=medium
4253

4354
# Fixed BUG
@@ -48,24 +59,24 @@ shadowsocks-rust (1.10.4) unstable; urgency=medium
4859

4960
- Support `protocol` in basic configuration format
5061

62+
-- Y. T. Chung <[email protected]> Fri, 9 Apr 2021 17:25:04 +0800
63+
5164
shadowsocks-rust (1.10.3) unstable; urgency=medium
5265

5366
## BUG Fixed
5467

5568
- #472 Fixed `SO_INCOMING_CPU` when building on some Linux targets. rust-lang/socket2#213
5669

57-
shadowsocks-rust (1.10.2) unstable; urgency=medium
58-
59-
## BUG Fixed
60-
61-
- #472 Fixed `SO_INCOMING_CPU` when building on some Linux targets. rust-lang/socket2#213
70+
-- Y. T. Chung <[email protected]> Wed, 7 Apr 2021 09:55:40 +0800
6271

6372
shadowsocks-rust (1.10.2) unstable; urgency=medium
6473

6574
## BUG Fixed
6675

6776
- `mode` in basic configuration format doesn't work for local instance
6877

78+
-- Y. T. Chung <[email protected]> Sun, 28 Mar 2021 11:13:01 +0800
79+
6980
shadowsocks-rust (1.10.1) unstable; urgency=medium
7081

7182
## BUG Fixed
@@ -77,7 +88,7 @@ shadowsocks-rust (1.10.1) unstable; urgency=medium
7788
- `sslocal` checks new local instance's parameters dependency
7889
- `--protocol`, `--forward-addr`, ... will require `--local-addr` to be specified
7990

80-
-- Y. T. Chung <[email protected]> Sat, 27 Mar 2021 00:13:00 +0800
91+
-- Y. T. Chung <[email protected]> Sat, 27 Mar 2021 00:13:00 +0800
8192

8293
shadowsocks-rust (1.10.0) unstable; urgency=medium
8394

@@ -101,7 +112,7 @@ shadowsocks-rust (1.10.0) unstable; urgency=medium
101112
- `ssserver`'s command line options are now for creating a new server instance:
102113
- `-U` and `-u` will only applied to the local instance specified by `--server-addr`
103114

104-
-- Y. T. Chung <[email protected]> Thu, 25 Mar 2021 18:10:00 +0800
115+
-- Y. T. Chung <[email protected]> Thu, 25 Mar 2021 18:10:00 +0800
105116

106117
shadowsocks-rust (1.9.2) unstable; urgency=medium
107118

0 commit comments

Comments
 (0)