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

3
CHANGES

@ -1,3 +1,6 @@
2.0.2 2014-06-11
- Add asynchronous DNS in TCP relay
2.0.1 2014-06-05 2.0.1 2014-06-05
- Better logging - Better logging
- Maybe fix bad file descriptor - Maybe fix bad file descriptor

2
setup.py

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