Add NEWS entries for the last 2 changes.

This commit is contained in:
nekral-guest 2007-11-17 16:43:00 +00:00
parent e47ee90033
commit 5bcc89ffe7
2 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,13 @@
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
* src/passwd.c, man/passwd.1.xml: -l/-u options: edit the
* NEWS, src/passwd.c, man/passwd.1.xml: -l/-u options: edit the
shadow account expiry field *in addition* to editing the password
field. Debian patch 494_passwd_lock.
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Do not request a password when a user uses newgrp
to switch to her primary group.
* NEWS, src/newgrp.c: Do not request a password when a user uses
newgrp to switch to her primary group.
Debian patch 497_newgrp_primary_group.
2007-11-17 Nicolas François <nicolas.francois@centraliens.net>

4
NEWS
View File

@ -33,6 +33,10 @@ shadow-4.0.18.1 -> shadow-4.0.18.2 UNRELEASED
- Flush the nscd tables using nscd -i instead of the private glibc socket.
(RedHat patches shadow-4.0.16-nscd.c and shadow-4.0.17-notInheritFd.patch)
- usermod: Make usermod options independent of the argument order.
- newgrp: Do not request a password when a user uses newgrp to switch to
her primary group. Debian patch 497_newgrp_primary_group.
- passwd: -l/-u options: edit the shadow account expiry field *in
addition* to editing the password field. Debian patch 494_passwd_lock.
shadow-4.0.18.1 -> shadow-4.0.18.2 28-10-2007