diff --git a/CHANGES b/CHANGES
index 91fcd135d29d839a95c45c5a370b2ee01d243b11..4855f16c69c508e43c71a7ea794f46c79363f673 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 89c5875f8055f06c6cd80fb21630a8064170429c..4bdb895f8fc3a6402fb4de50fa3f03590c2b5783 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 <matt@ucc.asn.au>  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 16b6a4a87b1b6498b1a9283f0134f5bda7d41ac9..0349fa924b3217eab086a3bcfff77b34cd810c39 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