summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
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
commitcce29ba38c12679abac2e14c12bcabaafcac16bd (patch)
treed284504d0b7a5c15506d0cbb9eeb753357f3efbc /CHANGES
parented2e276b3a140924997cd6f995f22566472d972e (diff)
2014.64
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 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