changeset 1187:88fd422cfa11

2015.70
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Nov 2015 23:04:13 +0800
parents a4ce76e6fb63
children 79a6ef02307d
files CHANGES debian/changelog sysoptions.h
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Thu Nov 26 23:01:13 2015 +0800
+++ b/CHANGES	Thu Nov 26 23:04:13 2015 +0800
@@ -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)
--- a/debian/changelog	Thu Nov 26 23:01:13 2015 +0800
+++ b/debian/changelog	Thu Nov 26 23:04:13 2015 +0800
@@ -1,3 +1,9 @@
+dropbear (2015.70-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <[email protected]>  Thu, 26 Nov 2015 22:52:58 +0800
+
 dropbear (2015.69-0.1) unstable; urgency=low
 
   * New upstream release.
--- a/sysoptions.h	Thu Nov 26 23:01:13 2015 +0800
+++ b/sysoptions.h	Thu Nov 26 23:04:13 2015 +0800
@@ -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