From 46d53c37fa27994d17646e5eb922678a7ed4b3e7 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 9 Mar 2006 15:03:22 +0000 Subject: [PATCH] 0.48 bump --HG-- extra : convert_revision : 7ad1775ed65e75dbece27fe6b65bf1a234db386a --- CHANGES | 2 +- debian/changelog | 7 +++++++ options.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 91fcd13..4855f16 100644 --- a/CHANGES +++ b/CHANGES @@ -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 --git a/debian/changelog b/debian/changelog index 89c5875..4bdb895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 --git a/options.h b/options.h index 16b6a4a..0349fa9 100644 --- a/options.h +++ b/options.h @@ -207,7 +207,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "0.47" +#define DROPBEAR_VERSION "0.48" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION