# HG changeset patch # User Matt Johnston # Date 1320756495 -28800 # Node ID 3f12086c2ef2b9ffe36a822fdb3ff647fcec1831 # Parent c95860b53363b3fa0c90632b30f49cb96b4ea7b9 Changelog and version bump for 2011.54 diff -r c95860b53363 -r 3f12086c2ef2 CHANGES --- a/CHANGES Tue Nov 08 20:33:19 2011 +0800 +++ b/CHANGES Tue Nov 08 20:48:15 2011 +0800 @@ -1,3 +1,37 @@ +2011.54 - Tuesday 8 November 2011 + +- Building statically works again, broke in 0.53 and 0.53.1 + +- Fix crash when forwarding with -R + +- Fixed various leaks found by Klocwork analysis software, thanks to them for + running it + +- Set IPTOS_LOWDELAY for IPv6, thanks to Dave Taht + +- Bind to sockets with IPV6_V6ONLY so that it works properly on systems + regardless of the system-wide setting + +- Added ALLOW_BLANK_PASSWORD option. Dropbear also now allows public key logins + to accounts with a blank password. Thanks to Rob Landley + +- Fixed case where "-K 1" keepalive for dbclient would cause a SSH_MSG_IGNORE + packet to be sent + +- Avoid some memory allocations in big number maths routines, improves + performance slightly + +- Fix symlink target for installdropbearmulti with DESTDIR set, thanks to + Scottie Shore + +- When requesting server allocated remote ports (-R 0:host:port) print a + message informing what the port is, thanks to Ali Onur Uyar. + +- New version numbering scheme. + +Source repository has now migrated to Mercurial at +https://secure.ucc.asn.au/hg/dropbear/graph/default + 0.53.1 - Wednesday 2 March 2011 - -lcrypt needs to be before object files for static linking diff -r c95860b53363 -r 3f12086c2ef2 debian/changelog --- a/debian/changelog Tue Nov 08 20:33:19 2011 +0800 +++ b/debian/changelog Tue Nov 08 20:48:15 2011 +0800 @@ -1,3 +1,9 @@ +dropbear (2011.54-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Tues, 8 Nov 2011 22:54:00 +0800 + dropbear (0.53.1-0.1) unstable; urgency=low * New upstream release. diff -r c95860b53363 -r 3f12086c2ef2 sysoptions.h --- a/sysoptions.h Tue Nov 08 20:33:19 2011 +0800 +++ b/sysoptions.h Tue Nov 08 20:48:15 2011 +0800 @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.53.1" +#define DROPBEAR_VERSION "2011.54" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION