changeset 291:55a99934db87 DROPBEAR_0.48

0.48 bump
author Matt Johnston <matt@ucc.asn.au>
date Thu, 09 Mar 2006 15:03:22 +0000
parents 94ee16f5b8a8
children 64abb124763d 9d110777f345 5686ee0a3338 baea1d43e7eb 0aaaf68e97dc
files CHANGES debian/changelog options.h
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <[email protected]>  Thu, 8 Mar 2006 19:20:21 +0800
+
 dropbear (0.47-0.1) unstable; urgency=high
 
   * New upstream release.
--- 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