clowwindy 11 years ago
parent
commit
f4e68dc64e
  1. 3
      CHANGES
  2. 2
      setup.py

3
CHANGES

@ -1,3 +1,6 @@
2.0.8 2014-06-23
- Use multiple DNS to query hostnames
2.0.7 2014-06-21 2.0.7 2014-06-21
- Fix fastopen on local - Fix fastopen on local
- Fallback when fastopen is not available - Fallback when fastopen is not available

2
setup.py

@ -6,7 +6,7 @@ with open('README.rst') as f:
setup( setup(
name="shadowsocks", name="shadowsocks",
version="2.0.7", version="2.0.8",
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