comparison CHANGES @ 954:e257f94ef8a7 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Jul 2014 22:56:07 +0800
parents e4453b367db7
children e9579816f20e
comparison
equal deleted inserted replaced
945:9969cee83d0a 954:e257f94ef8a7
1 2014.64 pending 1 2014.64 - Sunday 27 July 2014
2 2
3 - Fix compiling with ECDSA and DSS disabled 3 - Fix compiling with ECDSA and DSS disabled
4 4
5 - Don't exit abruptly if too many outgoing packets are queued for writev(). Patch 5 - Don't exit abruptly if too many outgoing packets are queued for writev(). Patch
6 thanks to Ronny Meeus 6 thanks to Ronny Meeus
21 21
22 - Make sure that exit messages from the client are printed, regression in 2013.57 22 - Make sure that exit messages from the client are printed, regression in 2013.57
23 23
24 - Use monotonic clock where available, timeouts won't be affected by system time 24 - Use monotonic clock where available, timeouts won't be affected by system time
25 changes 25 changes
26
27 - Add -V for version
26 28
27 2014.63 - Wednesday 19 February 2014 29 2014.63 - Wednesday 19 February 2014
28 30
29 - Fix ~. to terminate a client interactive session after waking a laptop 31 - Fix ~. to terminate a client interactive session after waking a laptop
30 from sleep. 32 from sleep.