From 5b2e57aa2fd660575ea3e01c7d5565b530d69e5e Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Thu, 3 Dec 2015 21:23:54 +0800 Subject: [PATCH] 2015.71 --- CHANGES | 2 +- debian/changelog | 6 ++++++ sysoptions.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 163df29f..7b1e2da7 100644 --- a/CHANGES +++ b/CHANGES @@ -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 7de66174..79ea1177 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 0ca491a4..a29cbbe3 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 -- GitLab