+2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
+
+ * NEWS: No functional changes were introduced by the previous pwck
+ and grpck changes, except for the following bug fix: no syslog
+ logging if a passwd or group file was specified on the command
+ line without a shadowed database file, even if the system shadowed
+ database was changed).
+
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/pwck.c: Fix typos in comments (gshadow/shadow).
- chage
* Fix bug which forbid to set the aging information of an account with a
passwd entry, but no shadow entry.
+- grpck
+ * Fix logging of changes to syslog when a group file is provided,
+ without a gshadow file.
- login
* Use PATH and SUPATH to set the PATH environment variable, even when
support for PAM is enabled.
* Added support for gshadow.
- passwd
* Make sure that no more than one username argument was provided.
+- pwck
+ * Fix logging of changes to syslog when a passwd file is provided,
+ without a shadow file.
- su
* su's arguments are now reordered. If needed, use -- to separate su's
options from the shell's options.