diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-03-02 13:23:27 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-03-02 13:23:27 +0000 |
commit | 8a545a0d0467ce01d974ec7da0a7bd4ca316fab8 (patch) | |
tree | 8e4138fa763e35fea8e1e595069cf8c2289975a8 | |
parent | 0993e44b4f14478d22b9c5877f672443c9d24898 (diff) |
Update changelog for 0.53.1
--HG--
extra : convert_revision : c7f6c45c46a2f8e2394756c68ae825d6e4dc7489
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -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 diff --git a/debian/changelog b/debian/changelog index 2670f29..4c14a97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (0.53.1-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Wed, 2 Mar 2011 22:54:00 +0900 + dropbear (0.53-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index ce2c045..264f0fd 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -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 |