clowwindy 12 years ago
parent
commit
3981600395
  1. 3
      CHANGES
  2. 2
      README.md
  3. 2
      setup.py

3
CHANGES

@ -1,3 +1,6 @@
1.3.3 2013-07-09
- Fix default key length of rc2
1.3.2 2013-07-04 1.3.2 2013-07-04
- Server will listen at server IP specified in config - Server will listen at server IP specified in config
- Check config file and show some warning messages - Check config file and show some warning messages

2
README.md

@ -2,7 +2,7 @@ shadowsocks
=========== ===========
[![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks) [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks)
Current version: 1.3.2 Current version: 1.3.3
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

2
setup.py

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

Loading…
Cancel
Save