Add a NEWS entry to indicate the review of the usage of getpwnam(),

getpwuid(), getgrnam(), getgrgid(), and getspnam().
This commit is contained in:
nekral-guest
2007-11-19 01:19:45 +00:00
parent 6a0a7171d2
commit d16cc1ea89
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -39,6 +39,8 @@ shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED
- userdel: Fix the homedir prefix checking.
- passwd, usermod: Refuse to unlock an account when it would result in a
passwordless account.
- Full review of the usage of getpwnam(), getpwuid(), getgrnam(),
getgrgid(), and getspnam(). There should be no functional changes.
*** documentation:
- Generate the translated manpages from PO at build time.