comparison CHANGES @ 598:7ec26a5b92e7

Changelog for 0.53, bump version
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Feb 2011 14:19:36 +0000
parents ce104c8b0be1
children 2cd89d627adb
comparison
equal deleted inserted replaced
597:a415c5b71420 598:7ec26a5b92e7
1 0.53 - Thurs 24 February 2011
2
3 - Various performance/memory use improvements
4
5 - Client agent forwarding now works, using OpenSSH's ssh-agent
6
7 - Improve robustness of client multihop mode
8
9 - Fix a prime generation bug in bundled libtommath. This is unlikely to have
10 generated any bad keys in the wild.
11 See
12 https://bugzilla.redhat.com/show_bug.cgi?id=615088
13 http://bugs.gentoo.org/show_bug.cgi?id=328383
14 http://bugs.gentoo.org/show_bug.cgi?id=328409
15
16 - Attempt to build against system libtomcrypt/libtommath if available. This
17 can be disabled with ./configure --enable-bundled-libtom
18
19 - 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.
21
22 - Compile fix if ENABLE_CLI_PROXYCMD is disabled
23
24 - /usr/bin/X11/xauth is now the default path
25
26 - Client remote forward (-L/-R) arguments now accept a listen address
27
28 - In uClinux avoid trashing the parent process when a session exits
29
30 - Blowfish is now disabled by default since it has large memory usage
31
32 - Add option to change zlib windowbits/memlevel. Use less memory by default
33
34 - DROPBEAR_SMALL_CODE is now disabled by default
35
36 - SSH_ORIGINAL_COMMAND environment variable is set by the server when an
37 authorized_keys command is specified.
38
39 - Set SSH_TTY and SSH_CONNECTION environment variables in the server
40
41 - Client banner is now printed to standard error rather than standard output
42
43 - Capitalisation in many log messages has been made consistent. This may affect
44 scripts that parse logfiles.
45
1 0.52 - Wed 12 November 2008 46 0.52 - Wed 12 November 2008
2 47
3 - Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to tunnel 48 - Add "netcat-alike" option (-B) to dbclient, allowing Dropbear to tunnel
4 standard input/output to a TCP port-forwarded remote host. 49 standard input/output to a TCP port-forwarded remote host.
5 50