summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00f54f924..caec1dd27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,15 @@
23 [ssh.c ssh_config.5] 23 [ssh.c ssh_config.5]
24 add a %L expansion (short-form of the local host name) for ControlPath; 24 add a %L expansion (short-form of the local host name) for ControlPath;
25 sync some more expansions with LocalCommand; ok markus@ 25 sync some more expansions with LocalCommand; ok markus@
26 - djm@cvs.openbsd.org 2011/05/06 21:31:38
27 [readconf.c ssh_config.5]
28 support negated Host matching, e.g.
29
30 Host *.example.org !c.example.org
31 User mekmitasdigoat
32
33 Will match "a.example.org", "b.example.org", but not "c.example.org"
34 ok markus@
26 35
2720110510 3620110510
28 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 37 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix