summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-01 14:42:46 +1100
committerDamien Miller <djm@mindrot.org>2014-04-01 14:42:46 +1100
commitc2e49062faccbcd7135c40d1c78c5c329c58fc2e (patch)
treece738d9ff09f4db0f43e01100fdb5e89e2824fd6 /ChangeLog
parent14928b7492abec82afa4c2b778fc03f78cd419b6 (diff)
downloadopenssh-git-c2e49062faccbcd7135c40d1c78c5c329c58fc2e.tar.gz
- (djm) Use full release (e.g. 6.5p1) in debug output rather than just
version. From des@des.no
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d8a2a2..9cbc1cef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
20140401
- (djm) On platforms that support it, use prctl() to prevent sftp-server
from accessing /proc/self/{mem,maps}; patch from jann AT thejh.net
+ - (djm) Use full release (e.g. 6.5p1) in debug output rather than just
+ version. From des@des.no
20140317
- (djm) [sandbox-seccomp-filter.c] Soft-fail stat() syscalls. Add XXX to