- djm@cvs.openbsd.org 2013/05/16 04:27:50
     [ssh_config.5 readconf.h readconf.c]
     add the ability to ignore specific unrecognised ssh_config options;
     bz#866; ok markus@
diff --git a/ChangeLog b/ChangeLog
index 186c432..ae0f847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@
      sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing
      rekeying based on traffic volume or time.  ok djm@, help & ok jmc@ for the man
      page.
+   - djm@cvs.openbsd.org 2013/05/16 04:27:50
+     [ssh_config.5 readconf.h readconf.c]
+     add the ability to ignore specific unrecognised ssh_config options;
+     bz#866; ok markus@
 
 20130510
  - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler