diff --git a/Changes b/Changes new file mode 100644 index 00000000..5820667b --- /dev/null +++ b/Changes @@ -0,0 +1,47 @@ +Changelog +--------- + +1.4.2 -- Sun, 05 Jan 2014 10:05:29 +0900 + + * Fix the UDP relay issues. + * Add syslog support. + +1.4.1 -- Tue, 12 Nov 2013 03:57:21 +0000 + + * Add multi-port support. + * Add PolarSSL support by @linusyang. + +1.4.0 -- Sun, 08 Sep 2013 02:20:40 +0000 + + * Add standard socks5 udp support. + +1.3.3 -- Fri, 21 Jun 2013 09:59:20 +0800 + + * Provide more info in verbose mode. + +1.3.2 -- Sun, 09 Jun 2013 09:52:31 +0000 + + * Fix some ciphers by @linusyang. + +1.3.1 -- Tue, 04 Jun 2013 00:56:17 +0000 + + * Support more cihpers: camellia, idea, rc2 and seed. + +1.3 -- Thu, 16 May 2013 10:51:15 +0800 + + * Able to bind connections to specific interface + * Support more ciphers: aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb + +1.2 -- Tue, 07 May 2013 14:10:33 +0800 + + * Close timeouted TCP connections + * Fix a high load issue + +1.1 -- Wed, 10 Apr 2013 12:11:36 +0800 + + * Fix a IPV6 resolve issue + +1.0 -- Sat, 06 Apr 2013 16:59:15 +0800 + + * Initial release + diff --git a/README.md b/README.md index 1ce57e70..42df164e 100644 --- a/README.md +++ b/README.md @@ -11,54 +11,7 @@ It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks) created by [@clowwindy](https://github.com/clowwindy) maintained by [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). -Current version: 1.4.2 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) - -Changelog ---------- - -1.4.2 -- Sun, 05 Jan 2014 10:05:29 +0900 - - * Fix the UDP relay issues. - * Add syslog support. - -1.4.1 -- Tue, 12 Nov 2013 03:57:21 +0000 - - * Add multi-port support. - * Add PolarSSL support by @linusyang. - -1.4.0 -- Sun, 08 Sep 2013 02:20:40 +0000 - - * Add standard socks5 udp support. - -1.3.3 -- Fri, 21 Jun 2013 09:59:20 +0800 - - * Provide more info in verbose mode. - -1.3.2 -- Sun, 09 Jun 2013 09:52:31 +0000 - - * Fix some ciphers by @linusyang. - -1.3.1 -- Tue, 04 Jun 2013 00:56:17 +0000 - - * Support more cihpers: camellia, idea, rc2 and seed. - -1.3 -- Thu, 16 May 2013 10:51:15 +0800 - - * Able to bind connections to specific interface - * Support more ciphers: aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb - -1.2 -- Tue, 07 May 2013 14:10:33 +0800 - - * Close timeouted TCP connections - * Fix a high load issue - -1.1 -- Wed, 10 Apr 2013 12:11:36 +0800 - - * Fix a IPV6 resolve issue - -1.0 -- Sat, 06 Apr 2013 16:59:15 +0800 - - * Initial release +Current version: 1.4.2 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) | [Changelog](Changes) Features --------