# HG changeset patch # User Matt Johnston # Date 1449070514 -28800 # Node ID 388e5c3e380e3d02ed7cbe2c1a21ef4976aa6b09 # Parent 86a9e0204c03e2bf858eddef0cf745b3d31d12a5 preliminary 2015.71 CHANGES diff -r 86a9e0204c03 -r 388e5c3e380e CHANGES --- a/CHANGES Wed Dec 02 22:37:20 2015 +0800 +++ b/CHANGES Wed Dec 02 23:35:14 2015 +0800 @@ -1,3 +1,17 @@ +2015.71 - December 2015 + +- Fix "bad buf_incrpos" when data is transferred, broke in 2015.70 + +- Fix crash on exit when -p address:port is used, broke in 2015.68 + +- Fix building with only ENABLE_CLI_REMOTETCPFWD given, patch from Konstantin Tokarev + +- Fix bad configure script test which didn't work with dash shell, patch from Juergen Daubert, + broke in 2015.70 + +- Fix server race condition that could cause sessions to hang on exit, + https://github.com/robotframework/SSHLibrary/issues/128 + 2015.70 - 26 November 2015 - Fix server password authentication on Linux, broke in 2015.69