* Major performance fix in the double traversal prevention tree
code
* Added undocumented '-9' benchmark option for testing traversal
code
* Extra error checks to try to finally solve a very rare crash
bug
* Tiny code size reduction by discarding unused xxHash code
* jody_hash re-added as a build-time option
* Many options/features/safety checks can now be selectively
compiled out
* New 'make BARE_BONES=1' option builds the most minimal jdupes
possible
* Fix exit behavior when no valid directories are given
* Only act on "normal" files and directories
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=8
* Reinstate '-I/--isolate' by popular demand; use at your own risk!
* Expect to lose data if you use this feature. It is strongly susceptible
to the documented "triangle problem" and absolutely does not protect
files in each directory from matching with one another. Don't get mad at
me if you use it and see a cloud of smoke come out of your disk array.
* Remove '-I/--isolate' which has never worked correctly
* Fix compiling when NO_HARDLINKS and NO_SYMLINKS are both defined
* Increased stack size limits to enable deeper recursion without crashing
* Fixes to make compilation under Cygwin (instead of MSYS2 MinGW) work
* Remove the temporary '-X help' warning about changes in functionality
* Some minor under-the-hood changes for future enhancements
OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=6