- markus@cvs.openbsd.org 2012/06/19 18:25:28
     [servconf.c servconf.h sshd_config.5]
     sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
     this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
     ok djm@ (back in March)
diff --git a/ChangeLog b/ChangeLog
index df10ce0..331a34f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,11 @@
      [ssh.1]
      Clarify description of -W.  Noted by Steve.McClellan at radisys com,
      ok jmc
+   - markus@cvs.openbsd.org 2012/06/19 18:25:28
+     [servconf.c servconf.h sshd_config.5]
+     sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}
+     this allows 'Match LocalPort 1022' combined with 'AllowUser bauer'
+     ok djm@ (back in March)
 
 20120519
  - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct.  Patch