summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-10-23 21:43:00 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-10-23 21:43:00 +0800
commit3803df13b1cb2e9d2364c51047c6efadee3780f1 (patch)
tree16f4fae762cc9a07a9d4d80eb0fabe80086b63a1
parentf58a9eee377827174213f9897df0c364dcffde86 (diff)
downloaddropbear-DROPBEAR_2014.66.tar.gz
changelog, version number bumpDROPBEAR_2014.66
-rw-r--r--CHANGES13
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5727694..21d42ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+2014.66 - Thursday 23 October 2014
+
+- Use the same keepalive handling behaviour as OpenSSH. This will work better
+ with some SSH implementations that have different behaviour with unknown
+ message types.
+
+- Don't reply with SSH_MSG_UNIMPLEMENTED when we receive a reply to our own
+ keepalive message
+
+- Set $SSH_CLIENT to keep bash happy, patch from Ryan Cleere
+
+- Fix wtmp which broke since 2013.62, patch from Whoopie
+
2014.65 - Friday 8 August 2014
- Fix 2014.64 regression, server session hang on exit with scp (and probably
diff --git a/debian/changelog b/debian/changelog
index 1607281..d4948ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2014.66-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Thu, 23 Oct 2014 22:54:00 +0800
+
dropbear (2014.65-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index 385a903..7ccdd81 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2014.65"
+#define DROPBEAR_VERSION "2014.66"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION