Document the changes in 4.1.4.1:
- login * Fix failures with empty usernames on non PAM versions. * Fix CONSOLE (securetty) support on non PAM versions.
This commit is contained in:
parent
f634cd3e2c
commit
589a773f7e
@ -1,7 +1,7 @@
|
|||||||
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* libmisc/console.c (console): Remove the leading /dev/ from the
|
* NEWS, libmisc/console.c (console): Remove the leading /dev/ from
|
||||||
tty before comparing with the lines specified by CONSOLE.
|
the tty before comparing with the lines specified by CONSOLE.
|
||||||
* src/su.c: Do not remove the /dev/ prefix since it is done by
|
* src/su.c: Do not remove the /dev/ prefix since it is done by
|
||||||
console().
|
console().
|
||||||
|
|
||||||
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/login.c: Fix failure of non PAM enabled versions when an
|
* NEWS, src/login.c: Fix failure of non PAM enabled versions when
|
||||||
empty username is entered after a first prompt.
|
an empty username is entered after a first prompt.
|
||||||
|
|
||||||
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
2009-05-16 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
4
NEWS
4
NEWS
@ -2,6 +2,10 @@ $Id$
|
|||||||
|
|
||||||
shadow-4.1.4 -> shadow-4.1.4.1 UNRELEASED
|
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
|
shadow-4.1.3.1 -> shadow-4.1.4 2009-05-10
|
||||||
|
|
||||||
- packaging
|
- packaging
|
||||||
|
Loading…
Reference in New Issue
Block a user