summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1fc8895..d1d98c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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