Mercurial > dropbear
comparison CHANGES @ 636:3f12086c2ef2 DROPBEAR_2011.54
Changelog and version bump for 2011.54
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 Nov 2011 20:48:15 +0800 |
parents | aa2f51a6b81d |
children | c015af8a71cf |
comparison
equal
deleted
inserted
replaced
635:c95860b53363 | 636:3f12086c2ef2 |
---|---|
1 2011.54 - Tuesday 8 November 2011 | |
2 | |
3 - Building statically works again, broke in 0.53 and 0.53.1 | |
4 | |
5 - Fix crash when forwarding with -R | |
6 | |
7 - Fixed various leaks found by Klocwork analysis software, thanks to them for | |
8 running it | |
9 | |
10 - Set IPTOS_LOWDELAY for IPv6, thanks to Dave Taht | |
11 | |
12 - Bind to sockets with IPV6_V6ONLY so that it works properly on systems | |
13 regardless of the system-wide setting | |
14 | |
15 - Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public key logins | |
16 to accounts with a blank password. Thanks to Rob Landley | |
17 | |
18 - Fixed case where "-K 1" keepalive for dbclient would cause a SSH_MSG_IGNORE | |
19 packet to be sent | |
20 | |
21 - Avoid some memory allocations in big number maths routines, improves | |
22 performance slightly | |
23 | |
24 - Fix symlink target for installdropbearmulti with DESTDIR set, thanks to | |
25 Scottie Shore | |
26 | |
27 - When requesting server allocated remote ports (-R 0:host:port) print a | |
28 message informing what the port is, thanks to Ali Onur Uyar. | |
29 | |
30 - New version numbering scheme. | |
31 | |
32 Source repository has now migrated to Mercurial at | |
33 https://secure.ucc.asn.au/hg/dropbear/graph/default | |
34 | |
1 0.53.1 - Wednesday 2 March 2011 | 35 0.53.1 - Wednesday 2 March 2011 |
2 | 36 |
3 - -lcrypt needs to be before object files for static linking | 37 - -lcrypt needs to be before object files for static linking |
4 | 38 |
5 - Compile fix when both client and agent forwarding are disabled | 39 - Compile fix when both client and agent forwarding are disabled |