]> granicus.if.org Git - shadow/commitdiff
Sort the tools in the NEWS entries of 4.1.1.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 31 Dec 2007 04:34:10 +0000 (04:34 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 31 Dec 2007 04:34:10 +0000 (04:34 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 727e5165c3d3f2bc1b1b9ea93ec72dc042225395..d67caedb3a2334cc3a951cde73e0635397b45a8d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,36 +5,35 @@ shadow-4.1.0 -> shadow-4.1.1                                          UNRELEASED
 *** general:
 - packaging
   * Do not install the shadow library per default.
-- useradd
-  * New option -l to avoid adding the user to the lastlog and faillog databases.
-- usermod
-  * Keep the access and modification time of files when moving an user's home
-    directory.
-- su
-  * su's arguments are now reordered. If needed, use -- to separate su's
-    options from the shell's options.
+- chage
+  * Fix bug which forbid to set the aging information of an account with a
+    passwd entry, but no shadow entry.
+- login
+  * Use PATH and SUPATH to set the PATH environment variable, even when
+    support for PAM is enabled.
 - lastlog
   * Accept users specified as a numerical UID, or ranges of users (-user,
     user-, user1-user2).
+- newusers
+  * The new users are no more added to the list of members of their groups
+    because the membership is already set by their primary group.
+  * Added support for gshadow.
 - passwd
   * Make sure that no more than one username argument was provided.
 - su
+  * su's arguments are now reordered. If needed, use -- to separate su's
+    options from the shell's options.
   * If started as init, start a new session.
 - sulogin
   * If started as init, start a new session.
-- login
-  * Use PATH and SUPATH to set the PATH environment variable, even when
-    support for PAM is enabled.
+- useradd
+  * New option -l to avoid adding the user to the lastlog and faillog databases.
+- usermod
+  * Keep the access and modification time of files when moving an user's home
+    directory.
 - vipw/vigr
   * Recommend editing the shadowed (resp. regular) file if the regular (resp.
     shadowed) file was edited.
-- newusers
-  * The new users are no more added to the list of members of their groups
-    because the membership is already set by their primary group.
-  * Added support for gshadow.
-- chage
-  * Fix bug which forbid to set the aging information of an account with a
-    passwd entry, but no shadow entry.
 
 shadow-4.0.18.2 -> shadow-4.1.0                                                09-12-2008