# HG changeset patch # User Matt Johnston # Date 1407505242 -28800 # Node ID e9579816f20ea85affc6135e87f8477992808948 # Parent dccaecc68c7743e03a43f6a3efa5bc076291cc04 2014.64 diff -r dccaecc68c77 -r e9579816f20e CHANGES --- a/CHANGES Fri Aug 01 06:14:19 2014 -0400 +++ b/CHANGES Fri Aug 08 21:40:42 2014 +0800 @@ -1,3 +1,20 @@ +2014.65 - Friday 8 August 2014 + +- Fix 2014.64 regression, server session hang on exit with scp (and probably + others), thanks to NiLuJe for tracking it down + +- Fix 2014.64 regression, clock_gettime() error handling which broke on older + Linux kernels, reported by NiLuJe + +- Fix 2014.64 regression, writev() could occassionally fail with EAGAIN which + wasn't caught + +- Avoid error message when trying to set QoS on proxycommand or multihop pipes + +- Use /usr/bin/xauth, thanks to Mike Frysinger + +- Don't exit the client if the local user entry can't be found, thanks to iquaba + 2014.64 - Sunday 27 July 2014 - Fix compiling with ECDSA and DSS disabled diff -r dccaecc68c77 -r e9579816f20e debian/changelog --- a/debian/changelog Fri Aug 01 06:14:19 2014 -0400 +++ b/debian/changelog Fri Aug 08 21:40:42 2014 +0800 @@ -1,3 +1,9 @@ +dropbear (2014.65-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston Fri, 8 Aug 2014 22:54:00 +0800 + dropbear (2014.64-0.1) unstable; urgency=low * New upstream release. diff -r dccaecc68c77 -r e9579816f20e sysoptions.h --- a/sysoptions.h Fri Aug 01 06:14:19 2014 -0400 +++ b/sysoptions.h Fri Aug 08 21:40:42 2014 +0800 @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2014.64" +#define DROPBEAR_VERSION "2014.65" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION