Changelog for
dd_rhelp-0.3.0-14.1.noarch.rpm :
Sat Mar 8 13:00:00 2014 kurtAATTgarloff.de
- Update dd_rhelp_EOF.diff to support dd_rescue-1.41+.
Sun Feb 3 13:00:00 2013 kurtAATTgarloff.de
- Apply three fixes:
* dd_rhelp_EOF.diff: Be tolerant to error messages after EOF.
* dd_rhelp_Summary.diff: Avoid misparsing Summary line.
* dd_rhelp.test.diff: Don\'t misparse dd_rescue version number.
Mon Apr 23 14:00:00 2012 asterios.dramisAATTgmail.com
- Update to version 0.3.0:
* new: fix of some macos bugs
* fix: handfull of little buts where fixed as usual.
* fix: several patches from Kurt Garloff were merged.
From version 0.2.0:
* new: macosx support will use BSD sed and BSD stat
* new: main algo is somewhat cleverer than before by going first
forward then backwards and choosing a bias to favor forward
dd_rescueing which is often much quicker.
* new: big efforts on the testing bed for dd_rhelp.
* imp: efforts to add some consistency checks all around.
* imp: some effort to cache some values results in some soft speed
ameliorations.
* fix: handfull of little bugs where fixed.
* fix: correctly handle strange behavior where EINVAL is sent in
place of EOF
- Removed all previous patches (since they are merged upstream or fixed
otherwise).
Wed Mar 14 13:00:00 2012 asterios.dramisAATTgmail.com
- Added dd_rhelp_largedisk.diff patch (change parsing from dd_rhelp to support
positions / sizes > 1TB).
Mon Mar 5 13:00:00 2012 asterios.dramisAATTgmail.com
- dd_rhelp became a separate package (splitted from dd_rescue).
Tue Feb 7 13:00:00 2012 rschweikertAATTsuse.com
- place binaries in /usr tree (UsrMerge project)
Wed Oct 5 14:00:00 2011 garloffAATTsuse.de
- Update to dd_rescue-1.24:
* Handle directory as output filename (append input basename).
- Fix dd_rhelp.test script and add to %check.
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
Sat Sep 3 14:00:00 2011 asterios.dramisAATTgmail.com
- Spec file updates:
* Changed License: to GPL-2.0 (bnc#714914).
* Minor other updates.
Sat May 14 14:00:00 2011 asterios.dramisAATTgmail.com
- Update to dd_rhelp-0.1.2:
* IMPROVEMENT : will check the log file destination for sane conditions and
will try some other locations if not.
* IMPROVEMENT : will manage max_err parameter to avoid creating to much
chunks.
* More and better information displayed at \'info\' time.
From dd_rhelp-0.1.0:
* INSTALL : No more ./configure && make && make install ... all detection
were done at runtime anyway
* UPDATE : updated libs provided in dd_rhelp
* UPDATE : finally compatible with recent tail/head \"-n\" arguments
* Added some sanity tests.
* TEST : Started to create dd_rhelp.test which unit tests dd_rhelp.
- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Added description for the patches based on openSUSE Patches Guidelines.
* Added a fix inside the spec file to remove build time references
* dd_rhelp no longer needs auto
* tools.
* Minor other updates.
- Removed dd_rhelp_src.diff patch (fixed upstream).
- Rebased the other patches to apply cleanly.
Tue Nov 2 13:00:00 2010 garloffAATTsuse.de
- Move autoconf/configure stuff to %build section.
Thu Oct 14 14:00:00 2010 garloffAATTsuse.de
- Adapt BuildRequires to new naming of libfallocate-devel-static.
Mon Oct 11 14:00:00 2010 garloffAATTsuse.de
- dd_rescue-1.23:
* A short read (because of EOF) is not regarded an error anymore.
This fixes confusing exit codes as well as non-quietness for -q.
* We now REALLY default to -y0.
Thu Sep 9 14:00:00 2010 garloffAATTsuse.de
- dd_rescue-1.22:
* Display compiler, compile time, enabled options.
* If hardbs == softbs, don\'t repeat copy attempts.
* Fix FPE in progress bar for non-seekable input reverse copy.
* Document some of the goodies in the README.
* Make code more digestable for non-GCC compilers, optional
fallbacks for strsignal, pread, pwrite.
Mon Aug 30 14:00:00 2010 garloffAATTsuse.de
- dd_rescue 1.21:
* Display warnings when using sparse writing.
Sun Aug 22 14:00:00 2010 garloffAATTsuse.de
- dd_rescue 1.20:
* Update docs to document the overwrite disk with itself case
* Also display progress bar if we know that the copy size due
to -m.
Sat Aug 21 14:00:00 2010 garloffAATTsuse.de
- Really fix dd_rhelp to not break on new Summary line.
Sat Aug 21 14:00:00 2010 garloffAATTsuse.de
- Update to dd_rescue-1.19:
* Fix 32bit screwup with display of total amount of date to copy
* Support fallocate (using libfallocate) with -P (Prealloc)
* More consistent use of ddrescue: (info): prefix (splice, Summary)
* dd_rhelp adjusted for Summary change.
Fri Aug 13 14:00:00 2010 garloffAATTsuse.de
- Update to dd_rescue-1.18:
* Change default for sync to -y0.
- Update to dd_rescue-1.17:
* Display progress bar, percent completion and ETA
* Better estimte current vs. avg speed
* Exit on ENOSPC on target
* Warn ONCE on EINVAL for fsync
- Update to dd_rescue-1.16:
* Determine and display total amount of data to copy
Fri Aug 13 14:00:00 2010 garloffAATTsuse.de
- Adjust dd_rhelp to changes in dd_rescue.
Fri Aug 13 14:00:00 2010 garloffAATTsuse.de
- Update to dd_rescue-1.15:
* Support for splice() to do zerocopy file copies
* Better information on warnings and errors
* Avoid repeated warning on fsync returning EINVAL
Fri Aug 13 14:00:00 2010 garloffAATTsuse.de
- Rename package to dd_rescue.