diff CHANGES @ 786:e76614145aea DROPBEAR_2013.58

2013.58
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 Apr 2013 22:57:47 +0800
parents f7c8b786e595
children ea04e3eb03e2
line wrap: on
line diff
--- a/CHANGES	Thu Apr 18 21:47:38 2013 +0800
+++ b/CHANGES	Thu Apr 18 22:57:47 2013 +0800
@@ -1,3 +1,14 @@
+2013.58 - Thursday 18 April 2013
+
+- Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz
+
+- Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder
+
+- Reject logins for other users when running as non-root, from Hans Harder
+
+- Disable client immediate authentication request by default, it prevents
+  passwordless logins from working
+
 2013.57 - Monday 15 April 2013
 
 - Decreased connection setup time particularly with high latency connections,