comparison CHANGES @ 601:2cd89d627adb

Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53 release, -lcrypt order for 0.53.1
author Matt Johnston <matt@ucc.asn.au>
date Fri, 25 Feb 2011 12:16:14 +0000
parents 7ec26a5b92e7
children aa2f51a6b81d
comparison
equal deleted inserted replaced
600:a86044b99989 601:2cd89d627adb
1 0.53.1
2
3 - -lcrypt needs to be before object files for static linking
4
1 0.53 - Thurs 24 February 2011 5 0.53 - Thurs 24 February 2011
2 6
3 - Various performance/memory use improvements 7 - Various performance/memory use improvements
4 8
5 - Client agent forwarding now works, using OpenSSH's ssh-agent 9 - Client agent forwarding now works, using OpenSSH's ssh-agent
16 - Attempt to build against system libtomcrypt/libtommath if available. This 20 - Attempt to build against system libtomcrypt/libtommath if available. This
17 can be disabled with ./configure --enable-bundled-libtom 21 can be disabled with ./configure --enable-bundled-libtom
18 22
19 - Make -K (keepalive) and -I (idle timeout) work together sensibly in the client. 23 - Make -K (keepalive) and -I (idle timeout) work together sensibly in the client.
20 The idle timeout is no longer reset by SSH_MSG_IGNORE packets. 24 The idle timeout is no longer reset by SSH_MSG_IGNORE packets.
25
26 - Add diffie-hellman-group14-sha1 key exchange method
21 27
22 - Compile fix if ENABLE_CLI_PROXYCMD is disabled 28 - Compile fix if ENABLE_CLI_PROXYCMD is disabled
23 29
24 - /usr/bin/X11/xauth is now the default path 30 - /usr/bin/X11/xauth is now the default path
25 31