forked from shadowsocks/shadowsocks-go
-
Notifications
You must be signed in to change notification settings - Fork 87
/
CHANGELOG
40 lines (31 loc) · 1.31 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
1.1.4 (2015-05-10)
* Support "chacha20" encryption method, thanks to @defia
* Support "salsa20" encryption method, thanks to @genzj
* Fix go 1.4 canonical import paths, thanks to @ddatsh
* Exit if port not bindable, thanks to @thomasf
* More buffer reuse
1.1.3 (2014-09-28)
* Fix can't specify encryption method in config file
1.1.2 (2014-09-21)
* Support new encryption method "rc4-md5"
* Use aes-256-cfb as default encryption method for command line app
1.1.1 (2013-07-12)
* Add -b option to limit listen address for client
* Fix can't override server address on command line
1.1 (2013-05-26)
* Add more encryption methods
* Enable CGO for OS X when building
1.0 (2013-05-17)
* Support specify servers with IPv6 address
* Support IPv6 address in socks requests
* Better handling of configuration file for debian package
0.6.2 (2013-03-15)
* Connect to multiple servers in the order specified in config
* More information in server error log to help error diagnosing
0.6.1 (2013-03-04)
* Small performance improvement
* For windows: provide shadowsocks-tray.exe to hide shadowsocks-local.exe in
system tray. (Thanks to phuslu's taskbar.)
0.6 (2013-01-23)
* Generate ciphers on demand (encryption table cache is removed)
* Support RC4 encryption