summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-05-16 11:10:17 +1000
committerDamien Miller <djm@mindrot.org>2013-05-16 11:10:17 +1000
commit6aa3eacc5e5f39702b6dd5b27970d9fd97bc2383 (patch)
tree6395bdbf691b681dbbd4e952d72a523d5c230283 /ChangeLog
parentc54e3e0741a27119b3badd8ff92b1988b7e9bd50 (diff)
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
executed if mktemp failed; bz#2105 ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94a23fb1c..97eccf9b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120130516
2 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
3 executed if mktemp failed; bz#2105 ok dtucker@
4
120130510 520130510
2 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 6 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
3 supports it. Mentioned by Colin Watson in bz#2100, ok djm. 7 supports it. Mentioned by Colin Watson in bz#2100, ok djm.