- markus@cvs.openbsd.org 2001/11/08 20:02:24
     [auth.c]
     don't print ROOT in CAPS for the authentication messages, i.e.
     	Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
     becomes
     	Accepted publickey for root from 127.0.0.1 port 42734 ssh2
diff --git a/ChangeLog b/ChangeLog
index a9ec3ae..5fc2741 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,12 @@
    - markus@cvs.openbsd.org 2001/11/08 17:49:53
      [ssh.1]
      mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@
+   - markus@cvs.openbsd.org 2001/11/08 20:02:24
+     [auth.c]
+     don't print ROOT in CAPS for the authentication messages, i.e.
+     	Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
+     becomes
+     	Accepted publickey for root from 127.0.0.1 port 42734 ssh2
 
 20011109
  - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@@ -6857,4 +6863,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1649 2001/11/12 00:05:38 djm Exp $
+$Id: ChangeLog,v 1.1650 2001/11/12 00:06:06 djm Exp $