From 589a773f7e1702552322fc276e9bd9c8eb5e9eb9 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 16 May 2009 18:27:13 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++---- NEWS | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4847e133..b71a1d50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2009-05-16 Nicolas François - * 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 - * 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 diff --git a/NEWS b/NEWS index 792ed442..dbd0eebd 100644 --- 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