summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2014-08-08 21:40:42 +0800
committerMatt Johnston <matt@ucc.asn.au>2014-08-08 21:40:42 +0800
commita40260793f6241bba07410d73ea5eb39167eeecf (patch)
treeef57d65d096dd854510c4b1f784bfca3e8911364
parentbec04c326b0c4ddd50c60af46a2fbdd8acbc4db9 (diff)
downloaddropbear-a40260793f6241bba07410d73ea5eb39167eeecf.tar.gz
-rw-r--r--CHANGES17
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
3 files changed, 24 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 06c20d1..5727694 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+2014.65 - Friday 8 August 2014
+
+- Fix 2014.64 regression, server session hang on exit with scp (and probably
+ others), thanks to NiLuJe for tracking it down
+
+- Fix 2014.64 regression, clock_gettime() error handling which broke on older
+ Linux kernels, reported by NiLuJe
+
+- Fix 2014.64 regression, writev() could occassionally fail with EAGAIN which
+ wasn't caught
+
+- Avoid error message when trying to set QoS on proxycommand or multihop pipes
+
+- Use /usr/bin/xauth, thanks to Mike Frysinger
+
+- Don't exit the client if the local user entry can't be found, thanks to iquaba
+
2014.64 - Sunday 27 July 2014
- Fix compiling with ECDSA and DSS disabled
diff --git a/debian/changelog b/debian/changelog
index 5365003..1607281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dropbear (2014.65-0.1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Matt Johnston <matt@ucc.asn.au> Fri, 8 Aug 2014 22:54:00 +0800
+
dropbear (2014.64-0.1) unstable; urgency=low
* New upstream release.
diff --git a/sysoptions.h b/sysoptions.h
index e4fae86..7999d95 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -4,7 +4,7 @@
*******************************************************************/
#ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2014.64"
+#define DROPBEAR_VERSION "2014.65"
#endif
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION