summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 13:47:56 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 13:47:56 +1000
commit15271907843e4ae50dcfc83b3594014cf5e9607b (patch)
treea23c22ca838d392374d2aa911a7ee0f5c86b4c68 /ChangeLog
parent798a02568b13a2e46efebd81f08c8f4bb33a6dc7 (diff)
- djm@cvs.openbsd.org 2014/04/23 12:42:34
[readconf.c] don't record duplicate IdentityFiles
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66e03a389..ba6e0607f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
22 - jmc@cvs.openbsd.org 2014/04/22 14:16:30 22 - jmc@cvs.openbsd.org 2014/04/22 14:16:30
23 [sftp.1] 23 [sftp.1]
24 zap eol whitespace; 24 zap eol whitespace;
25 - djm@cvs.openbsd.org 2014/04/23 12:42:34
26 [readconf.c]
27 don't record duplicate IdentityFiles
25 28
2620140430 2920140430
27 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 30 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already