changeset 607:aa2f51a6b81d DROPBEAR_0.53.1

Update changelog for 0.53.1
author Matt Johnston <matt@ucc.asn.au>
date Wed, 02 Mar 2011 13:23:27 +0000
parents e4991659fc10
children 4fbf9a7556ed
files CHANGES debian/changelog sysoptions.h
diffstat 3 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Mon Feb 28 13:51:34 2011 +0000
+++ b/CHANGES	Wed Mar 02 13:23:27 2011 +0000
@@ -1,7 +1,13 @@
-0.53.1 
+0.53.1 - Wednesday 2 March 2011
 
 - -lcrypt needs to be before object files for static linking
 
+- Compile fix when both client and agent forwarding are disabled
+
+- Fix DROPBEAR_PRNGD_SOCKET mode
+
+- Don't allow setting zlib memLevel since it seems buggy
+
 0.53 - Thurs 24 February 2011
 
 - Various performance/memory use improvements
--- a/debian/changelog	Mon Feb 28 13:51:34 2011 +0000
+++ b/debian/changelog	Wed Mar 02 13:23:27 2011 +0000
@@ -1,3 +1,9 @@
+dropbear (0.53.1-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <[email protected]>  Wed, 2 Mar 2011 22:54:00 +0900
+
 dropbear (0.53-0.1) unstable; urgency=low
 
   * New upstream release.
--- a/sysoptions.h	Mon Feb 28 13:51:34 2011 +0000
+++ b/sysoptions.h	Wed Mar 02 13:23:27 2011 +0000
@@ -4,7 +4,7 @@
  *******************************************************************/
 
 #ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "0.53"
+#define DROPBEAR_VERSION "0.53.1"
 #endif
 
 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION