diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2015.70 - 27 November 2015 + +- Fix server password authentication on Linux, broke in 2015.69 + 2015.69 - 25 November 2015 - Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68) diff --git a/debian/changelog b/debian/changelog index 49bfd94..7de6617 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2015.70-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Thu, 26 Nov 2015 22:52:58 +0800 + dropbear (2015.69-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index d0ae61f..0ca491a 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2015.69" +#define DROPBEAR_VERSION "2015.70" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |