diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-12-03 21:23:54 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-12-03 21:23:54 +0800 |
commit | 5b2e57aa2fd660575ea3e01c7d5565b530d69e5e (patch) | |
tree | bb35fb36b72774fc03c6aad159d62fd1e6f63d61 | |
parent | 0b9793ccd06b03dfab8dfdbafd8c622871e841f8 (diff) |
2015.71
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -2015.71 - December 2015 +2015.71 - 3 December 2015 - Fix "bad buf_incrpos" when data is transferred, broke in 2015.69 diff --git a/debian/changelog b/debian/changelog index 7de6617..79ea117 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2015.71-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Thu, 3 Dec 2015 22:52:58 +0800 + dropbear (2015.70-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index 0ca491a..a29cbbe 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2015.70" +#define DROPBEAR_VERSION "2015.71" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |