]> err.no Git - util-linux/commitdiff
docs: fix authorship of 8-bit cleanup agetty patch
authorKarel Zak <kzak@redhat.com>
Fri, 17 Aug 2007 10:44:57 +0000 (12:44 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 17 Aug 2007 10:44:57 +0000 (12:44 +0200)
The patch:

commit 6a4c63d9d90b24d770f887f8cd89fd20f8378267
Author: Moritz Muehlenhoff <jmm@inutil.org>
Date:   Thu Jul 19 00:29:13 2007 +0200

agetty: 8 bit characters on the Linux console lead to input
corruption

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
has been posted and committed with wrong "Author" field.

Sorry to Samuel Thibault who is original author of the patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
AUTHORS
docs/v2.13-ReleaseNotes

diff --git a/AUTHORS b/AUTHORS
index 11874b6396b57814581c81cc0c722296d877b780..796fc48644f3287683f039986ab923f52654123e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -48,6 +48,7 @@ CONTRIBUTORS:
       Moritz Muehlenhoff <jmm@inutil.org>
       Pádraig Brady <P@draigBrady.com>
       Ram Pai <linuxram@us.ibm.com>
+      Samuel Thibault <samuel.thibault@ens-lyon.org>
       Stepan Kasal <skasal@redhat.com>
       Steve Grubb <sgrubb@redhat.com>
       Valerie Henson <val_henson@linux.intel.com>
index b07325c87d55a8cd19c2a87c839dc4c497902ddd..67d375925a21e1590b2b47b531bff59d4b69b5ac 100644 (file)
@@ -65,7 +65,7 @@ Changelog:
 
 
 agetty:
-   - 8 bit characters on the Linux console lead to input corruption  [Moritz Muehlenhoff]
+   - 8 bit characters on the Linux console lead to input corruption  [Samuel Thibault]
    - add 'O' escape code to display domain name  [Karel Zak]
    - check gethostname() return value  [Karel Zak]
    - fix short malloc in initstring handling  [LaMont Jones]