]> granicus.if.org Git - shadow/blobdiff - NEWS
* src/faillog.c: The fail_max field is a short, use a short also
[shadow] / NEWS
diff --git a/NEWS b/NEWS
index c7641f3549ed893b8f4282c7584e9b0d394bc954..336d30e30e4594a460b049c6c06023302c2ae94b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,13 +15,18 @@ shadow-4.1.4.3 -> shadow-4.1.5                                      UNRELEASED
     Support shall be enabled with the new --with-acl or --with-attr
     configure options.
   * Added diagnosis for lock failures.
+  * use libsemanage instead of the semanage tool.
 
--chgpasswd
+- chage
+  * Add --root option.
+- chfn
+  * Add --root option.
+- chgpasswd
   * When the gshadow file exists but there are no gshadow entries, an entry
     is created if the password is changed and group requires a
     shadow entry.
   * Add --root option.
--chpasswd
+- chpasswd
   * PAM enabled versions: restore the -e option to allow restoring
     passwords without knowing those passwords. Restore together the -m
     and -c options. (These options were removed in shadow-4.1.4 on PAM
@@ -35,6 +40,7 @@ shadow-4.1.4.3 -> shadow-4.1.5                                        UNRELEASED
 - faillog
   * The -l, -m, -r, -t options only act on the existing users, unless -a is
     specified.
+  * Add --root option.
 - gpasswd
   * Add --root option.
 - groupadd
@@ -51,11 +57,14 @@ shadow-4.1.4.3 -> shadow-4.1.5                                      UNRELEASED
     shadow entry.
   * Add --root option.
 - grpck
+  * Add --root option.
   * NIS entries were dropped by -s (sort).
 - grpconv
   * Add --root option.
 - grpunconv
   * Add --root option.
+- lastlog
+  * Add --root option.
 - login
   * Fixed limits support (non PAM enabled versions only)
   * Added support for infinite limits and group based limits (non PAM
@@ -68,10 +77,13 @@ shadow-4.1.4.3 -> shadow-4.1.5                                      UNRELEASED
     pam_lastlog.
 - newgrp, sg
   * Fix parsing of gshadow entries.
+- newusers
+  * Add --root option.
 - passwd
   * Add --root option.
 - pwpck
   * NIS entries were dropped by -s (sort).
+  * Add --root option.
 - pwconv
   * Add --root option.
 - pwunconv
@@ -86,6 +98,7 @@ shadow-4.1.4.3 -> shadow-4.1.5                                        UNRELEASED
   * Do not remove a group with the same name as the user (usergroup) if
     this group isn't the user's primary group.
   * Add --root option.
+  * Add --selinux-user option.
 - usermod
   * Accept options in any order (username not necessarily at the end)
   * When the shadow file exists but there are no shadow entries, an entry
@@ -443,7 +456,7 @@ shadow-4.1.0 -> shadow-4.1.1                                                02-04-2008
     faillog faster.
 - gpasswd
   * Fix failures when the gshadow file is not present.
-  * When a password is moved to the gshadow file, use "x" instead of "x"
+  * When a password is moved to the gshadow file, use "x" instead of "!"
     to indicate that the password is shadowed (consistency with grpconv).
   * Make sure the group and gshadow files are unlocked on exit.
 - groupadd