bump
This commit is contained in:
parent
9dd3922189
commit
1dd722acc7
2 changed files with 7 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
2.0.7 2014-06-21
|
||||||
|
- Fix fastopen on local
|
||||||
|
- Fallback when fastopen is not available
|
||||||
|
- Add verbose logging mode -vv
|
||||||
|
- Verify if hostname is valid
|
||||||
|
|
||||||
2.0.6 2014-06-19
|
2.0.6 2014-06-19
|
||||||
- Fix CPU 100% on POLL_HUP
|
- Fix CPU 100% on POLL_HUP
|
||||||
- More friendly logging
|
- More friendly logging
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="shadowsocks",
|
name="shadowsocks",
|
||||||
version="2.0.6",
|
version="2.0.7",
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description="A fast tunnel proxy that help you get through firewalls",
|
description="A fast tunnel proxy that help you get through firewalls",
|
||||||
author='clowwindy',
|
author='clowwindy',
|
||||||
|
|
Loading…
Reference in a new issue