Browse Source

bump

auth 2.6
clowwindy 10 years ago
parent
commit
6dbabdea9d
  1. 3
      CHANGES
  2. 2
      setup.py

3
CHANGES

@ -1,3 +1,6 @@
2.6 2014-12-21
- Add daemon support
2.5 2014-12-11 2.5 2014-12-11
- Add salsa20 and chacha20 - Add salsa20 and chacha20

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.5", version="2.6",
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