clowwindy 11 years ago
parent
commit
289467923b
  1. 3
      CHANGES
  2. 2
      README.md
  3. 2
      setup.py

3
CHANGES

@ -1,3 +1,6 @@
1.4.2 2014-05-10
- Add salsa20 cipher
1.4.1 2014-05-03
- Fix error log
- Fix EINPROGESS with some version of gevent

2
README.md

@ -1,7 +1,7 @@
shadowsocks
===========
Current version: 1.4.1 [![Build Status][1]][0]
Current version: 1.4.2 [![Build Status][1]][0]
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls.

2
setup.py

@ -6,7 +6,7 @@ with open('README.rst') as f:
setup(
name="shadowsocks",
version="1.4.1",
version="1.4.2",
license='MIT',
description="a lightweight tunnel proxy",
author='clowwindy',

Loading…
Cancel
Save