diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-04-16 15:29:39 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-04-16 15:29:39 -0400 |
commit | 3879857e86ab5dc83dcb38a93868262f4fb61c4d (patch) | |
tree | 0334b72c43e828d7340ee57352537df4e05d4a57 /debian | |
parent | 908b785c3f8e1f9dcfcb7b39e5e879d98e36a2ad (diff) | |
download | e2fsprogs-3879857e86ab5dc83dcb38a93868262f4fb61c4d.tar.gz |
Avoid printing the version banner for mke2fs if
the -q option is specified. (Addresses Debian bug #172716)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 103c8dea..41d25f11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,11 +4,13 @@ e2fsprogs (1.32+1.33-WIP-2003.04.14-1) unstable; urgency=low - Add new utility program, logsave, to capture the output of fsck during the boot sequence * Add support for the -a and -s options to logsave. - * Change e2fsck to bracket its progress bar output with ctrl-A and ctrl-B + * Change e2fsck to bracket its progress bar output with ctrl-A and ctrl-B characters, so that logsave -s can omit writing the progress bar output to the log file. + * Avoid printing the version banner for mke2fs if the -q option is + specified. (Closes: #172716) - -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 16 Apr 2003 14:02:36 -0400 + -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 16 Apr 2003 15:27:20 -0400 e2fsprogs (1.32+1.33-WIP-2003.03.30-3) unstable; urgency=low |