diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-08-08 15:27:41 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-08-08 15:27:41 +0000 |
commit | 790cdadaceda30f8caa7b0b77ac6419718efb5cf (patch) | |
tree | f4ac0f5722495d2f3f5eb8eb375ed9cc33b1bc69 /CHANGES | |
parent | 75ec4d6510aba8780effddb53eee4a0296015608 (diff) |
Prepare for 0.50 release
--HG--
extra : convert_revision : 72385623360b49c08f42496eb163fc702c8a0b3e
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +0.50 - Wed 8 August 2007 + +- Add DROPBEAR_PASSWORD environment variable to specify a dbclient password + +- Use /dev/urandom by default, since that's what everyone does anyway + +- Correct vfork() use for uClinux in scp + (thanks to Alex Landau) + +- Exit with an exit code of 1 if dropbear can't bind to any ports + (thanks to Nicolai Ehemann) + +- Improve network performance and add a -W <receive_window> argument for + adjusting the tradeoff between network performance and memory consumption. + +- Fix a problem where reply packets could be sent during key exchange, + in violation of the SSH spec. This could manifest itself with connections + being terminated after 8 hours with new TCP-forward connections being + established. + +- Add -K <keepalive_time> argument, ensuring that data is transmitted + over the connection at least every N seconds. + 0.49 - Fri 23 February 2007 - Security: dbclient previously would prompt to confirm a |