]> granicus.if.org Git - shadow/commitdiff
Add NEWS entries.
authorNicolas François <nicolas.francois@centraliens.net>
Sun, 4 Aug 2013 21:29:06 +0000 (23:29 +0200)
committerNicolas François <nicolas.francois@centraliens.net>
Sun, 4 Aug 2013 21:29:06 +0000 (23:29 +0200)
ChangeLog
NEWS

index 62216e4594adee2d67c2e64bfd976b58ecf5514e..a8c6f11cabdd38e896f56129c42b4587106f3de4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-04  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS: Add NEWS entries.
+
 2013-08-04  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/po/da.po: Fix translation (--home became --home-dir).
diff --git a/NEWS b/NEWS
index 8d10894efbff322c57852313d9c7b59026d76505..21557eda62cc59257d30e8d41dff3ebd6eba212a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,37 @@
 $Id$
 
+shadow-4.1.5.1 -> shadow-4.2                                   UNRELEASED
+
+*** general
+  * Handle libc whose crypt() returns NULL when passed a salt that
+    violates specs or system requirements (e.g. FIPS140). This is needed
+    with glibc/eglibc 2.17 for tools checking passwords (passwd (non PAM
+    enabled) or newgrp), and for tools generating encrypted passwords
+    (chgpasswd, chpasswd, or gpasswd when non PAM enabled or when a fixed
+    crypt method is requested on the command line, and newusers, or passwd
+    in their non PAM enabled versions)
+  * Fix segfault when reading groups split on multiple lines. This impacts
+    most user/group management tools when MAX_MEMBERS_PER_GROUP is set.
+
+- su
+  * When su receives a signal (SIGTERM, or SIGINT/SIGQUIT in non
+    interactive mode), kill the child process group, rather than just the 
+    immediate child.
+  * Fix segmentation faults for users without a proper home or shell in
+    their passwd entries.
+
+- login
+  * Fix segmentation faults for users without a proper home or shell in
+    their passwd entries.
+
+*** documentation
+  * Fixed useradd man page (--home-dir option, instead of --home).
+
+*** translation
+  * Updated Russian translation.
+  * Updated German man pages translation.
+  * Fixed gshadow Japanese man page translation.
+
 shadow-4.1.5 -> shadow-4.1.5.1                                 2012-05-25
 
 - login