comparison CHANGES @ 1178:4ab757b14b2d

changelog
author Matt Johnston <matt@ucc.asn.au>
date Wed, 25 Nov 2015 23:06:55 +0800
parents 809feaa9408f
children 88fd422cfa11
comparison
equal deleted inserted replaced
1177:53751952ed95 1178:4ab757b14b2d
1 2015.69 - 25 November 2015
2
3 - Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68)
4
5 - Avoid hang on session close when multiple sessions are started, affects Qt Creator
6 Patch from Andrzej Szombierski
7
8 - Reduce per-channel memory consumption in common case, increase default
9 channel limit from 100 to 1000 which should improve SOCKS forwarding for modern
10 webpages
11
12 - Handle multiple command line arguments in a single flag, thanks to Guilhem Moulin
13
14 - Manpage improvements from Guilhem Moulin
15
16 - Build fixes for Android from Mike Frysinger
17
18 - Don't display the MOTD when an explicit command is run from Guilhem Moulin
19
20 - Check curve25519 shared secret isn't zero
21
1 2015.68 - Saturday 8 August 2015 22 2015.68 - Saturday 8 August 2015
2 23
3 - Reduce local data copying for improved efficiency. Measured 30% 24 - Reduce local data copying for improved efficiency. Measured 30%
4 increase in throughput for connections to localhost 25 increase in throughput for connections to localhost
5 26