This commit is contained in:
clowwindy 2014-06-21 11:23:44 +08:00
parent 9dd3922189
commit 1dd722acc7
2 changed files with 7 additions and 1 deletions

View file

@ -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
- Fix CPU 100% on POLL_HUP
- More friendly logging

View file

@ -6,7 +6,7 @@ with open('README.rst') as f:
setup(
name="shadowsocks",
version="2.0.6",
version="2.0.7",
license='MIT',
description="A fast tunnel proxy that help you get through firewalls",
author='clowwindy',