forked from clowwindy/shadowsocks-libev
-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
406 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
shadowsocks-libev (3.3.1-1) unstable; urgency=high | ||
|
||
* Fix a high CPU bug introduced in 3.3.0. (#2449) | ||
* Fix MinGW build. (#2438) | ||
* Minor bug fixes. (#2402, #2412, #2427, #2443) | ||
|
||
-- Max Lv <[email protected]> Fri, 09 Aug 2019 15:02:34 +0800 | ||
|
||
shadowsocks-libev (3.3.0-1) unstable; urgency=medium | ||
|
||
* Enlarge the socket buffer size to 16KB. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"server":"la.maxlv.net", | ||
"server_port":1080, | ||
"local_address":"0.0.0.0", | ||
"local_port":1080, | ||
"password":"CCCCCCCC", | ||
"method":"aes-256-gcm", | ||
"timeout":60, | ||
"mode":"tcp_and_udp", | ||
"plugin":"obfs-local", | ||
"plugin_opts":"obfs=http;obfs-host=www.CCCCCCC.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*- | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.67]) | ||
AC_INIT([shadowsocks-libev], [3.3.0], [[email protected]]) | ||
AC_INIT([shadowsocks-libev], [3.3.1], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/crypto.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_AUX_DIR(auto) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
shadowsocks-libev (3.3.1-1) unstable; urgency=high | ||
|
||
* Fix a high CPU bug introduced in 3.3.0. (#2449) | ||
* Fix MinGW build. (#2438) | ||
* Minor bug fixes. (#2402, #2412, #2427, #2443) | ||
|
||
-- Max Lv <[email protected]> Fri, 09 Aug 2019 15:02:34 +0800 | ||
|
||
shadowsocks-libev (3.3.0-1) unstable; urgency=medium | ||
|
||
* Enlarge the socket buffer size to 16KB. | ||
|
Oops, something went wrong.