# HG changeset patch # User Matt Johnston # Date 1141916602 0 # Node ID 55a99934db873be2e63b5968fb6532e5d9bd02e4 # Parent 94ee16f5b8a8a750e9e53954e80fc96adff9bb23 0.48 bump diff -r 94ee16f5b8a8 -r 55a99934db87 CHANGES --- a/CHANGES Thu Mar 09 12:37:38 2006 +0000 +++ b/CHANGES Thu Mar 09 15:03:22 2006 +0000 @@ -1,4 +1,4 @@ -0.48 - +0.48 - Thurs 9 March 2006 - Check that the circular buffer is properly empty before closing a channel, which could cause truncated transfers diff -r 94ee16f5b8a8 -r 55a99934db87 debian/changelog --- a/debian/changelog Thu Mar 09 12:37:38 2006 +0000 +++ b/debian/changelog Thu Mar 09 15:03:22 2006 +0000 @@ -1,3 +1,10 @@ +dropbear (0.48-0.1) unstable; urgency=high + + * New upstream release. + * SECURITY: Improve handling of denial of service attempts from a single IP. + + -- Matt Johnston Thu, 8 Mar 2006 19:20:21 +0800 + dropbear (0.47-0.1) unstable; urgency=high * New upstream release. diff -r 94ee16f5b8a8 -r 55a99934db87 options.h --- a/options.h Thu Mar 09 12:37:38 2006 +0000 +++ b/options.h Thu Mar 09 15:03:22 2006 +0000 @@ -207,7 +207,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.47" +#define DROPBEAR_VERSION "0.48" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION