summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-12-02 23:35:14 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-12-02 23:35:14 +0800
commit4bfb7ab4731620a9b0efc266d5758be61fda3f4b (patch)
tree3273dec124f1231b9fd4db47aa399564c99db801 /CHANGES
parent63b250cd79ba1ed60f667904e4ac73eeb1d03abb (diff)
downloaddropbear-4bfb7ab4731620a9b0efc266d5758be61fda3f4b.tar.gz
preliminary 2015.71 CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df69dca..8a6b506 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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