Browse Source

bump

auth 2.6.1
clowwindy 10 years ago
parent
commit
9e6e884b12
  1. 4
      CHANGES
  2. 2
      setup.py

4
CHANGES

@ -1,3 +1,7 @@
2.6.1 2014-12-26
- Fix a problem with TCP Fast Open on local side
- Fix sometimes daemon_start returns wrong exit status
2.6 2014-12-21 2.6 2014-12-21
- Add daemon support - Add daemon support

2
setup.py

@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f:
setup( setup(
name="shadowsocks", name="shadowsocks",
version="2.6", version="2.6.1",
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