diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-11-25 23:06:55 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-11-25 23:06:55 +0800 |
commit | 9097da0284a76e67ee742cdce79fe5ac3c0a5863 (patch) | |
tree | 724c7e57d0250cd1129b4e61db459a53a3e793f9 | |
parent | eedeb009ec77e7d6a963c2822eaf3ef6313b1ff9 (diff) |
changelog
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2015.69 - 25 November 2015 + +- Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68) + +- Avoid hang on session close when multiple sessions are started, affects Qt Creator + Patch from Andrzej Szombierski + +- Reduce per-channel memory consumption in common case, increase default + channel limit from 100 to 1000 which should improve SOCKS forwarding for modern + webpages + +- Handle multiple command line arguments in a single flag, thanks to Guilhem Moulin + +- Manpage improvements from Guilhem Moulin + +- Build fixes for Android from Mike Frysinger + +- Don't display the MOTD when an explicit command is run from Guilhem Moulin + +- Check curve25519 shared secret isn't zero + 2015.68 - Saturday 8 August 2015 - Reduce local data copying for improved efficiency. Measured 30% |