From: nekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Date: Sat, 17 Nov 2007 16:43:00 +0000 (+0000)
Subject: Add NEWS entries for the last 2 changes.
X-Git-Tag: 4.1.0~104
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bcc89ffe76aa05c4bb06dd01bbf138302e889df;p=shadow

Add NEWS entries for the last 2 changes.
---

diff --git a/ChangeLog b/ChangeLog
index fe50f1d2..372f3115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/NEWS b/NEWS
index 5899bd04..cba6931f 100644
--- a/NEWS
+++ b/NEWS
@@ -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