]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
ddrescue: Update to version 1.28
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 14 Aug 2024 19:09:50 +0000 (21:09 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Aug 2024 10:45:04 +0000 (10:45 +0000)
commit075aa6f354bf37cd5b95757421ab82853258b089
tree89a1609802cdbe6e9a5664928d34626d0b7a1b81
parent71d9948c3b6de1c635aece7f8b01b031e2504c5f
ddrescue: Update to version 1.28

- Update from version 1.26 to 1.28
- Update of rootfile not required
- Changelog
    1.28
The option '--verify-on-error' has been renamed to '--check-on-error'.
The option '--verify-input-size' has been renamed to '--check-input-size'.
The option synonym '--exit-on-error' has been removed and is no longer
 recognized.
In fill and rescue modes, ddrescue now makes a final fsync call on outfile
 to prevent an early exit if the kernel caches all the writes.
Option '-t, --show-status' of ddrescuelog now shows the mapfile names at
 verbosity level 0 if more than one mapfile is specified.
The variable MAKEINFO has been added to configure and Makefile.in.
    1.27
A deadlock in command mode when stdout is fully buffered has been fixed by
 flushing stdout after executing each command. (Reported by Jeffrey Bosboom).
The new option '-W, --compare-before-write' has been added. It omits
 superfluous writes in rescue mode.
 (Suggested by Kajetan Harald Hinner and Petr Slansky).
Diagnostics caused by invalid arguments to command line options now show the
 argument and the name of the option.
The option synonym '--direct' has been removed and is no longer recognized.
'long long' is now used instead of 'long' for time variables.
A missing '#include <cstdlib>' has been added.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/ddrescue