clowwindy 10 years ago
parent
commit
edeb66395a
  1. 3
      CHANGES
  2. 2
      setup.py

3
CHANGES

@ -1,3 +1,6 @@
2.0.10 2014-07-11
- Fix UDP on local
2.0.9 2014-07-06
- Fix EWOULDBLOCK on Windows
- Fix Unicode config problem on some platforms

2
setup.py

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

Loading…
Cancel
Save