wrap .changes at col 67/68

OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=16
This commit is contained in:
Jan Engelhardt 2015-09-11 20:51:09 +00:00 committed by Git OBS Bridge
parent e3b1fd9747
commit 24a6739ce9

View File

@ -2,38 +2,42 @@
Fri Sep 11 20:00:37 UTC 2015 - mpluskal@suse.com Fri Sep 11 20:00:37 UTC 2015 - mpluskal@suse.com
- Update to 1.20 - Update to 1.20
* "logfile" has been renamed to "mapfile" everywhere, even in long option * "logfile" has been renamed to "mapfile" everywhere, even in long
names. ("--domain-logfile" is now "--domain-mapfile", etc). option names. ("--domain-logfile" is now "--domain-mapfile",
etc).
* The short name of option "--synchronous" has been changed to "-y". * The short name of option "--synchronous" has been changed to "-y".
* The long name of option "-d" has been changed to "--idirect". * The long name of option "-d" has been changed to "--idirect".
* The new option "-D, --odirect" has been added. This introduces a subtle * The new option "-D, --odirect" has been added. This introduces
backward incompatibility because "-D" was the short name of option a subtle backward incompatibility because "-D" was the short
"--synchronous". name of option "--synchronous".
* The new option "-J, --verify-on-error" has been added. It verifies, * The new option "-J, --verify-on-error" has been added. It
after each read error, that the input device is still returning verifies, after each read error, that the input device is still
consistent data. returning consistent data.
* The new option "--max-read-rate" has been added. * The new option "--max-read-rate" has been added.
* "direct disc access" now can copy arbitrary domains by reading whole * "direct disc access" now can copy arbitrary domains by reading
sectors and writing only the requested part. whole sectors and writing only the requested part.
* Accounting change; only bad_sector blocks are now included in "errsize". * Accounting change; only bad_sector blocks are now included in
"errsize".
* The estimated remaining rescue time is now shown on the screen. * The estimated remaining rescue time is now shown on the screen.
* Times are now shown in days, hours, minutes and seconds, instead of as a * Times are now shown in days, hours, minutes and seconds, instead
fraction of the appropriate unit. of as a fraction of the appropriate unit.
* Fill mode has been extended to write location data into each sector. * Fill mode has been extended to write location data into each
* An emergency save of the mapfile has been added. It can be activated in sector.
case of ddrescue having trouble writing the mapfile. * An emergency save of the mapfile has been added. It can be
activated in case of ddrescue having trouble writing the mapfile.
* Device name is now shown with "--ask" or "-vv" on Haiku. * Device name is now shown with "--ask" or "-vv" on Haiku.
* Read-only mapfiles, like domain mapfiles or input mapfiles for * Read-only mapfiles, like domain mapfiles or input mapfiles for
ddrescuelog, can now be read from standard input if a hyphen '-' is used ddrescuelog, can now be read from standard input if a hyphen '-'
as mapfile name. is used as mapfile name.
* Ddrescuelog can now show the status of more than one mapfile. * Ddrescuelog can now show the status of more than one mapfile.
* "ddrescuelog --create-mapfile -" now writes the mapfile to standard output. * "ddrescuelog --create-mapfile -" now writes the mapfile to
standard output.
* The new chapter "Optical media" has been added to the manual. * The new chapter "Optical media" has been added to the manual.
* The configure option "--enable-linux" has been renamed to * The configure option "--enable-linux" has been renamed to
"--enable-non-posix". "--enable-non-posix".
* The targets "install-compress", "install-strip-compress", * The targets "install-compress", "install-strip-compress",
"install-info-compress" and "install-man-compress" have been added to "install-info-compress" and "install-man-compress" have been
the Makefile. added to the Makefile.
- Update download url - Update download url
------------------------------------------------------------------- -------------------------------------------------------------------