Browse Source

bump

master 2.6.4
clowwindy 10 years ago
parent
commit
5179e018e2
  1. 5
      CHANGES
  2. 2
      setup.py

5
CHANGES

@ -1,4 +1,7 @@
2.6.3 2015-01-03 2.6.4 2015-01-14
- Also search lib* when searching libraries
2.6.3 2015-01-12
- Support --forbidden-ip to ban some IP, i.e. localhost - Support --forbidden-ip to ban some IP, i.e. localhost
- Search OpenSSL and libsodium harder - Search OpenSSL and libsodium harder
- Now works on OpenWRT - Now works on OpenWRT

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.3", version="2.6.4",
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