Notes on upgrading from an older release
========================================
-Sudo 1.5.4 expects the sudoers file to have different permissions
+Sudo 1.5.5 expects the sudoers file to have different permissions
(mode 0440) and be owned by user and group 0. This differs from
version 1.4 and below which expected the sudoers file to be owned
by root and mode 0400. Doing a `make install' will set the sudoers
-file to the new mode and group. If sudo 1.5.4 encounters a sudoers
+file to the new mode and group. If sudo 1.5.5 encounters a sudoers
file with the old permissions it will attempt to update it to the
new scheme. You cannot, however, use a sudoers file with the new
permissions with an old sudo binary. It is suggested that if have