Skip to content

1.7

Compare
Choose a tag to compare
@jvirkki jvirkki released this 08 Sep 06:14
· 79 commits to master since this release
  • Add --one-file-system option.
  • Removed SSD scan implementation.
    This is unfortunate as it is faster than the HDD scan in some
    scenarios. However, it can also be much slower. More importantly,
    keeping both was becoming too much of a maintenance burden.
  • Deprecated several options. These are likely to be removed in 2.0:
    --cmp-three
    --hdd
    --ssd
    --skip-two
    --skip-three
  • Test cleanup
    Ignore tests which fail as root if run as root.
    Clean tmp files from another test (in case it had failed).
  • Updated included xxhash.
  • Some stats cleanup, not enough.
  • Revive 32 bit support (github #21).
  • Statically regenerate embedded man page (github #18).
  • Try for a more universal cleanup in test.49 (github #19).
  • For release builds, set GITHASH to the release instead.