clowwindy 10 years ago
parent
commit
1dd722acc7
  1. 6
      CHANGES
  2. 2
      setup.py

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

@ -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…
Cancel
Save