You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
989 B

10 years ago
  1. Changelog
  2. ---------
  3. 1.4.2 -- Sun, 05 Jan 2014 10:05:29 +0900
  4. * Fix the UDP relay issues.
  5. * Add syslog support.
  6. 1.4.1 -- Tue, 12 Nov 2013 03:57:21 +0000
  7. * Add multi-port support.
  8. * Add PolarSSL support by @linusyang.
  9. 1.4.0 -- Sun, 08 Sep 2013 02:20:40 +0000
  10. * Add standard socks5 udp support.
  11. 1.3.3 -- Fri, 21 Jun 2013 09:59:20 +0800
  12. * Provide more info in verbose mode.
  13. 1.3.2 -- Sun, 09 Jun 2013 09:52:31 +0000
  14. * Fix some ciphers by @linusyang.
  15. 1.3.1 -- Tue, 04 Jun 2013 00:56:17 +0000
  16. * Support more cihpers: camellia, idea, rc2 and seed.
  17. 1.3 -- Thu, 16 May 2013 10:51:15 +0800
  18. * Able to bind connections to specific interface
  19. * Support more ciphers: aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb
  20. 1.2 -- Tue, 07 May 2013 14:10:33 +0800
  21. * Close timeouted TCP connections
  22. * Fix a high load issue
  23. 1.1 -- Wed, 10 Apr 2013 12:11:36 +0800
  24. * Fix a IPV6 resolve issue
  25. 1.0 -- Sat, 06 Apr 2013 16:59:15 +0800
  26. * Initial release