shadowsocks/CHANGES

79 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-04-07 09:03:35 +00:00
1.3.5 2014-04-07
- Add help
- Change default local binding address into 127.0.0.1
2014-02-17 05:31:49 +00:00
1.3.4 2014-02-17
- Fix a bug when no config file exists
- Client now support multiple server ports and multiple server/port pairs
- Better error message with bad config.json format and wrong password
2013-07-09 12:53:38 +00:00
1.3.3 2013-07-09
- Fix default key length of rc2
2013-07-04 15:16:10 +00:00
1.3.2 2013-07-04
- Server will listen at server IP specified in config
- Check config file and show some warning messages
2013-06-29 06:38:39 +00:00
1.3.1 2013-06-29
2013-06-29 06:38:19 +00:00
- Fix -c arg
2013-06-22 14:18:12 +00:00
1.3.0 2013-06-22
- Move to pypi
2013-06-19 09:04:37 +00:00
1.2.3 2013-06-14
- add bind address
1.2.2 2013-05-31
- local can listen at ::0 with -6 arg; bump 1.2.2
1.2.1 2013-05-23
- Fix an OpenSSL crash
1.2 2013-05-22
- Use random iv, we finally have strong encryption
1.1.1 2013-05-21
2013-09-16 05:20:30 +00:00
- Add encryption, AES, blowfish, etc.
2013-06-19 09:04:37 +00:00
1.1 2013-05-16
2013-09-16 05:20:30 +00:00
- Support IPv6 addresses (type 4)
2013-06-19 09:04:37 +00:00
- Drop Python 2.5 support
1.0 2013-04-03
- Fix -6 IPv6
0.9.4 2013-03-04
- Support Python 2.5
0.9.3 2013-01-14
- Fix conn termination null data
0.9.2 2013-01-05
- Change default timeout
0.9.1 2013-01-05
- Add Travis-CI test
0.9 2012-12-30
- Replace send with sendall, fix FreeBSD
0.6 2012-12-06
- Support args
0.5 2012-11-08
- Fix encryption with negative md5sum
0.4 2012-11-02
- Move config into a JSON file
- Auto-detect config path
0.3 2012-06-06
- Move socks5 negotiation to local
0.2 2012-05-11
- Add -6 arg for IPv6
- Fix socket.error
0.1 2012-04-20
2013-09-16 05:20:30 +00:00
- Initial version