bump
This commit is contained in:
parent
2e0654c658
commit
cc6c283b5b
3 changed files with 7 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
1.4.1 2014-05-03
|
||||||
|
- Fix error log
|
||||||
|
- Fix EINPROGESS with some version of gevent
|
||||||
|
|
||||||
1.4.0 2014-05-02
|
1.4.0 2014-05-02
|
||||||
- Adds UDP relay
|
- Adds UDP relay
|
||||||
- TCP fast open support on Linux 3.7+
|
- TCP fast open support on Linux 3.7+
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
shadowsocks
|
shadowsocks
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Current version: 1.4.0 [![Build Status][1]][0]
|
Current version: 1.4.1 [![Build Status][1]][0]
|
||||||
|
|
||||||
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls.
|
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ First, make sure you have Python 2.6 or 2.7.
|
||||||
|
|
||||||
$ python --version
|
$ python --version
|
||||||
Python 2.6.8
|
Python 2.6.8
|
||||||
|
|
||||||
Install Shadowsocks.
|
Install Shadowsocks.
|
||||||
|
|
||||||
#### Debian / Ubuntu:
|
#### Debian / Ubuntu:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="shadowsocks",
|
name="shadowsocks",
|
||||||
version="1.4.0",
|
version="1.4.1",
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description="a lightweight tunnel proxy",
|
description="a lightweight tunnel proxy",
|
||||||
author='clowwindy',
|
author='clowwindy',
|
||||||
|
|
Loading…
Add table
Reference in a new issue