diff --git a/CHANGES b/CHANGES index b5c9062..27c8562 100644 --- a/CHANGES +++ b/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 - Search OpenSSL and libsodium harder - Now works on OpenWRT diff --git a/setup.py b/setup.py index 725ec71..c287c5c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f: setup( name="shadowsocks", - version="2.6.3", + version="2.6.4", license='MIT', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',