This commit is contained in:
clowwindy 2014-12-26 20:58:22 +08:00
parent e8501da271
commit 9e6e884b12
2 changed files with 5 additions and 1 deletions

View file

@ -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
- Add daemon support

View file

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