diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-05-09 06:12:55 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-05-09 06:15:20 +0000 |
commit | 742ab4a9282708c534bc00349c648eef86483ec6 (patch) | |
tree | c4f24cecd8b55741154611b432907db10282ee92 | |
parent | afe7d3424003b4f5c44458f1e8dd8ed3ee818fb6 (diff) |
shadowsocks-libev: README.md: add "incompatible changes" section
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r-- | net/shadowsocks-libev/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/shadowsocks-libev/README.md b/net/shadowsocks-libev/README.md index 742d1316b..8ac08713d 100644 --- a/net/shadowsocks-libev/README.md +++ b/net/shadowsocks-libev/README.md @@ -77,6 +77,13 @@ ss-rules uses kernel ipset mechanism for storing addresses/networks. Those ipse Note also that `src_ips_xx` and `dst_ips_xx` actually also accepts cidr network representation. Option names are retained in its current form for backward compatibility coniderations +# incompatible changes + +| Commit date | Commit ID | Subject | Comment | +| ----------- | --------- | ------- | ------- | +| 2019-05-09 | afe7d3424 | shadowsocks-libev: move plugin options to server section | This is a revision against c19e949 committed 2019-05-06 | +| 2017-07-02 | b61af9703 | shadowsocks-libev: rewrite | Packaging of shadowsocks-libev was rewritten from scratch | + # notes and faq Useful paths and commands for debugging |