Jan Engelhardt 2017-07-06 00:24:12 +00:00 committed by Git OBS Bridge
parent 271a894a17
commit dee320b5a4
6 changed files with 34 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac
size 74716

Binary file not shown.

3
ddrescue-1.22.tar.lz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7
size 80050

BIN
ddrescue-1.22.tar.lz.sig Normal file

Binary file not shown.

View File

@ -1,27 +1,46 @@
-------------------------------------------------------------------
Thu Jul 6 00:17:55 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.22
* The -X option now stands for --max-read-errors instead of
--exit-on-error and therefore requires an argument now.
* New options: --max-slow-reads, --delay-slow, --reset-slow,
--log-events, --mapfile-interval, --pause-on-error
* The option '--pause' has been renamed to '--pause-on-pass'.
* The option '--max-errors' has been renamed to '--max-bad-areas'.
* ddrescue now shows the number of read errors, the error rate and
(if a --min-read-rate is specified) the number of slow reads.
* The 'current_pass' field has been added to the mapfile. This
allows the copying phase to resume instead of restart from
pass 1. It also allows the retrying phase to resume in the
same direction it was interrupted.
* (More option changes; see the full changelog in the "NEWS"
file shipped inside the package.)
-------------------------------------------------------------------
Sat Mar 19 07:48:21 UTC 2016 - mpluskal@suse.com
- Update to 1.21
* A bug in the alignment of the I/O buffer has been (hopefully)
* A bug in the alignment of the I/O buffer has been (hopefully)
fixed.
* Ddrescue now exits with status 1 in case of unaligned read in
* Ddrescue now exits with status 1 in case of unaligned read in
direct mode (because of a wrong sector size, for example).
* Short option names '-1' and '-2' have been removed to avoid
* Short option names '-1' and '-2' have been removed to avoid
mistakes in the command line.
* Only regular files are now allowed as arguments of options
* Only regular files are now allowed as arguments of options
'--log-rates' and '--log-reads'.
* Option '-D, --odirect' now works also in fill mode.
* Option '-J, --verify-on-error' now marks blocks as failed on
any error, and exits with status 1 if a read error happens
* Option '-J, --verify-on-error' now marks blocks as failed on
any error, and exits with status 1 if a read error happens
before a good sector is found.
* Option '-X, --exit-on-error' has been extended to all phases.
* The short name '-Z' has been assigned to option
* The short name '-Z' has been assigned to option
'--max-read-rate'.
* The mapfile is now "fsync'ed" every 5 minutes because some
* The mapfile is now "fsync'ed" every 5 minutes because some
systems seem to never write the mapfile to disc.
* Ddrescue now shows all sizes in rescue mode; non-tried,
* Ddrescue now shows all sizes in rescue mode; non-tried,
non-trimmed, non-scraped, bad-sector and finished.
* Ddrescue now shows the percentage of the domain rescued in
* Ddrescue now shows the percentage of the domain rescued in
rescue mode.
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package gnu_ddrescue
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gnu_ddrescue
Version: 1.21
Version: 1.22
Release: 0
Summary: Data Copying in the Presence of I/O Errors
License: GPL-2.0+