Update to 1.17. Changes:

* Added new option '-l, --logfile-size'.
        * Added new option '-w, --ignore-write-errors'.
        * Option '--fill' has been renamed to '--fill-mode'.
        * Option '--generate-logfile' has been renamed to '--generate-mode'.
        * Added option '--sector-size' as a synonym of '--block-size'.
        * Added option '--retries' as a synonym of '--max-retries'.
        * Added option '--size' as a synonym of '--max-size'.
        * rescuebook.cc: Trimming is now done from both edges of each
          non-trimmed block. Largest blocks are trimmed first.
        * rescuebook.cc: Largest blocks are now split first until
          logfile reaches '--logfile-size' entries.
        * logbook.cc (extend_sblock_vector, truncate_vector): Terminate
          if truncation would discard finished blocks.
        * rescuebook.cc: Mark failed blocks with 1 sector as bad-sector.
        * logbook.cc (extend_sblock_vector): Remove last block of
          logfile if it starts at isize and is not marked as finished.
        * Documented that 'direct disc access' only reads whole sectors.
This commit is contained in:
shattered 2013-11-16 07:59:27 +00:00
parent 9af65d20fe
commit 6986b93826
2 changed files with 7 additions and 6 deletions

View file

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.6 2013/03/03 11:19:56 shattered Exp $ # $NetBSD: Makefile,v 1.7 2013/11/16 07:59:27 shattered Exp $
DISTNAME= ddrescue-1.16 DISTNAME= ddrescue-1.17
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/} MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
EXTRACT_SUFX= .tar.lz
MAINTAINER= ef@math.uni-bonn.de MAINTAINER= ef@math.uni-bonn.de
HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html HOMEPAGE= http://www.gnu.org/software/ddrescue/ddrescue.html

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2013/03/03 11:19:56 shattered Exp $ $NetBSD: distinfo,v 1.5 2013/11/16 07:59:27 shattered Exp $
SHA1 (ddrescue-1.16.tar.gz) = 293e12624383e2890800a11fcc267559c85b3259 SHA1 (ddrescue-1.17.tar.lz) = 2d91b070fe629f713d53a97213165a8c568f5ffd
RMD160 (ddrescue-1.16.tar.gz) = 755f29b1ac6c9264bfd6868cc7c94c4dfd11adbf RMD160 (ddrescue-1.17.tar.lz) = fdaf5edf61b195c5a210435f2bd1c1fdb68879af
Size (ddrescue-1.16.tar.gz) = 104691 bytes Size (ddrescue-1.17.tar.lz) = 64065 bytes