diff --git a/CHANGES b/CHANGES index 85b1666..92572b1 100644 --- a/CHANGES +++ b/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 - Fix CPU 100% on POLL_HUP - More friendly logging diff --git a/setup.py b/setup.py index fa7e13e..2f1f225 100644 --- a/setup.py +++ b/setup.py @@ -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',