# HG changeset patch # User Matt Johnston # Date 1448464015 -28800 # Node ID 4ab757b14b2d1df7e089bb6f41eae41193d72a12 # Parent 53751952ed95d45f86107acc45db154b24927d80 changelog diff -r 53751952ed95 -r 4ab757b14b2d CHANGES --- a/CHANGES Wed Nov 25 23:05:41 2015 +0800 +++ b/CHANGES Wed Nov 25 23:06:55 2015 +0800 @@ -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%