* Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Oct 19 2020 Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
* Wed Sep 08 2010 garloff@suse.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.
Version: 0.3.0-bp150.2.3
* Wed Mar 14 2018 kurt@garloff.de
- dd_r_version.diff: Make dd_rhelp accept version 1.99.x.
* Sat Mar 08 2014 kurt@garloff.de
- Update dd_rhelp_EOF.diff to support dd_rescue-1.41+.
* Sun Feb 03 2013 kurt@garloff.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 2012 asterios.dramis@gmail.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 2012 asterios.dramis@gmail.com
- Added dd_rhelp_largedisk.diff patch (change parsing from dd_rhelp to support
positions / sizes > 1TB).
* Mon Mar 05 2012 asterios.dramis@gmail.com
- dd_rhelp became a separate package (splitted from dd_rescue).
* Tue Feb 07 2012 rschweikert@suse.com
- place binaries in /usr tree (UsrMerge project)
* Wed Oct 05 2011 garloff@suse.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 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
* Sat Sep 03 2011 asterios.dramis@gmail.com
- Spec file updates:
* Changed License: to GPL-2.0 (bnc#714914).
* Minor other updates.
* Sat May 14 2011 asterios.dramis@gmail.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 02 2010 garloff@suse.de
- Move autoconf/configure stuff to %build section.
* Thu Oct 14 2010 garloff@suse.de
- Adapt BuildRequires to new naming of libfallocate-devel-static.
* Mon Oct 11 2010 garloff@suse.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 09 2010 garloff@suse.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 2010 garloff@suse.de
- dd_rescue 1.21:
* Display warnings when using sparse writing.
* Sun Aug 22 2010 garloff@suse.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 2010 garloff@suse.de
- Really fix dd_rhelp to not break on new Summary line.
* Sat Aug 21 2010 garloff@suse.de
- Really fix dd_rhelp to not break on new Summary line.
* Fri Aug 13 2010 garloff@suse.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