]> granicus.if.org Git - shadow/commitdiff
Document the changes in 4.1.4.1:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 16 May 2009 18:27:13 +0000 (18:27 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 16 May 2009 18:27:13 +0000 (18:27 +0000)
- login
  * Fix failures with empty usernames on non PAM versions.
  * Fix CONSOLE (securetty) support on non PAM versions.

ChangeLog
NEWS

index 4847e133d0571524c5ec4d5fd313900e8e849a8b..b71a1d505ef0923d5dddaaf4f5885af28b30a25e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2009-05-16  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * libmisc/console.c (console): Remove the leading /dev/ from the
-       tty before comparing with the lines specified by CONSOLE.
+       * NEWS, libmisc/console.c (console): Remove the leading /dev/ from
+       the tty before comparing with the lines specified by CONSOLE.
        * src/su.c: Do not remove the /dev/ prefix since it is done by
        console().
 
@@ -12,8 +12,8 @@
 
 2009-05-16  Nicolas François  <nicolas.francois@centraliens.net>
 
-       * src/login.c: Fix failure of non PAM enabled versions when an
-       empty username is entered after a first prompt.
+       * NEWS, src/login.c: Fix failure of non PAM enabled versions when
+       an empty username is entered after a first prompt.
 
 2009-05-16  Nicolas François  <nicolas.francois@centraliens.net>
 
diff --git a/NEWS b/NEWS
index 792ed44243c214f02ed7ce2339343b5eda88f456..dbd0eebd56c877b77734624936f615e8064f94bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ $Id$
 
 shadow-4.1.4 -> shadow-4.1.4.1                                         UNRELEASED
 
+- login
+  * Fix failures with empty usernames on non PAM versions.
+  * Fix CONSOLE (securetty) support on non PAM versions.
+
 shadow-4.1.3.1 -> shadow-4.1.4                                         2009-05-10
 
 - packaging