- dtucker@cvs.openbsd.org 2006/12/13 08:34:39
     [servconf.c]
     Make PermitOpen work with multiple values like the man pages says.
     bz #1267 with details from peter at dmtz.com, with & ok djm@
diff --git a/ChangeLog b/ChangeLog
index a149b0a..9a0d973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,10 @@
      them an address for cases where they are not explicitly
      specified (wildcard or localhost bind).  reported by daveroth AT
      acm.org; ok dtucker@ deraadt@
+   - dtucker@cvs.openbsd.org 2006/12/13 08:34:39
+     [servconf.c]
+     Make PermitOpen work with multiple values like the man pages says.
+     bz #1267 with details from peter at dmtz.com, with & ok djm@
 
 20061205
  - (djm) [auth.c] Fix NULL pointer dereference in fakepw().  Crash would
@@ -2637,4 +2641,4 @@
    OpenServer 6 and add osr5bigcrypt support so when someone migrates
    passwords between UnixWare and OpenServer they will still work. OK dtucker@
 
-$Id: ChangeLog,v 1.4595 2007/01/05 05:26:45 djm Exp $
+$Id: ChangeLog,v 1.4596 2007/01/05 05:28:36 djm Exp $