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
- Update to 1.20
* "logfile" has been renamed to "mapfile" everywhere, even in long option
names. ("--domain-logfile" is now "--domain-mapfile", etc).
* The short name of option "--synchronous" has been changed to "-y".
* The long name of option "-d" has been changed to "--idirect".
* The new option "-D, --odirect" has been added. This introduces a subtle
backward incompatibility because "-D" was the short name of option
"--synchronous".
* The new option "-J, --verify-on-error" has been added. It verifies,
after each read error, that the input device is still returning
consistent data.
* The new option "--max-read-rate" has been added.
* "direct disc access" now can copy arbitrary domains by reading whole
sectors and writing only the requested part.
* Accounting change; only bad_sector blocks are now included in "errsize".
* 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
fraction of the appropriate unit.
* Fill mode has been extended to write location data into each sector.
* 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.
* Read-only mapfiles, like domain mapfiles or input mapfiles for
ddrescuelog, can now be read from standard input if a hyphen '-' is used
as mapfile name.
* Ddrescuelog can now show the status of more than one mapfile.
* "ddrescuelog --create-mapfile -" now writes the mapfile to standard output.
* The new chapter "Optical media" has been added to the manual.
* The configure option "--enable-linux" has been renamed to
"--enable-non-posix".
* The targets "install-compress", "install-strip-compress",
"install-info-compress" and "install-man-compress" have been added to
the Makefile.
* "logfile" has been renamed to "mapfile" everywhere, even in long
option names. ("--domain-logfile" is now "--domain-mapfile",
etc).
* The short name of option "--synchronous" has been changed to "-y".
* The long name of option "-d" has been changed to "--idirect".
* The new option "-D, --odirect" has been added. This introduces
a subtle backward incompatibility because "-D" was the short
name of option "--synchronous".
* The new option "-J, --verify-on-error" has been added. It
verifies, after each read error, that the input device is still
returning consistent data.
* The new option "--max-read-rate" has been added.
* "direct disc access" now can copy arbitrary domains by reading
whole sectors and writing only the requested part.
* Accounting change; only bad_sector blocks are now included in
"errsize".
* 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 fraction of the appropriate unit.
* Fill mode has been extended to write location data into each
sector.
* 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.
* Read-only mapfiles, like domain mapfiles or input mapfiles for
ddrescuelog, can now be read from standard input if a hyphen '-'
is used as mapfile name.
* Ddrescuelog can now show the status of more than one mapfile.
* "ddrescuelog --create-mapfile -" now writes the mapfile to
standard output.
* The new chapter "Optical media" has been added to the manual.
* The configure option "--enable-linux" has been renamed to
"--enable-non-posix".
* The targets "install-compress", "install-strip-compress",
"install-info-compress" and "install-man-compress" have been
added to the Makefile.
- Update download url
-------------------------------------------------------------------