diff --git a/ddrescue-1.21.tar.lz b/ddrescue-1.21.tar.lz deleted file mode 100644 index 111f8b3..0000000 --- a/ddrescue-1.21.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f09e4eb6a209cbd0fe8ee6db2d558238cdc969afa1d94150f263402ac882e1ac -size 74716 diff --git a/ddrescue-1.21.tar.lz.sig b/ddrescue-1.21.tar.lz.sig deleted file mode 100644 index 795d7bb..0000000 Binary files a/ddrescue-1.21.tar.lz.sig and /dev/null differ diff --git a/ddrescue-1.22.tar.lz b/ddrescue-1.22.tar.lz new file mode 100644 index 0000000..619f767 --- /dev/null +++ b/ddrescue-1.22.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7 +size 80050 diff --git a/ddrescue-1.22.tar.lz.sig b/ddrescue-1.22.tar.lz.sig new file mode 100644 index 0000000..869ca86 Binary files /dev/null and b/ddrescue-1.22.tar.lz.sig differ diff --git a/gnu_ddrescue.changes b/gnu_ddrescue.changes index 407cabf..72cd428 100644 --- a/gnu_ddrescue.changes +++ b/gnu_ddrescue.changes @@ -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. ------------------------------------------------------------------- diff --git a/gnu_ddrescue.spec b/gnu_ddrescue.spec index 814beb7..2b7fa5b 100644 --- a/gnu_ddrescue.spec +++ b/gnu_ddrescue.spec @@ -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+