Releases: pauldreik/rdfind
Releases · pauldreik/rdfind
releases/1.7.0
Links
Download links, signatures and checksums are served at https://rdfind.pauldreik.se/ as usual.
https://rdfind.pauldreik.se/rdfind-1.7.0.tar.gz
https://rdfind.pauldreik.se/rdfind-1.7.0.tar.gz.asc
Major things
- new checksum xxhash. It is much faster than sha1 (which is still the default). use
-checksum xxh128
to get the new checksum. Note that it is not a cryptographic checksum, but hey it's an order of magnitude faster! - increased buffer size when calculating the checksum, and it can be controlled from the command line via
-buffersize N
The important parts of this release have been co-authored with @trollkarlen who did a majority of the work. Thanks!
Minor things
- Clean up CI
- switch to C++17
- auto format shell scripts
Here is an autogenerated list:
- Fix minor issues by @pauldreik in #168
- update badges on readme by @pauldreik in #169
- fix problems related to running tests as root or sudo by @pauldreik in #170
- add clang format CI job by @pauldreik in #171
- add fedora to CI by @pauldreik in #172
- switch to C++17 by @pauldreik in #173
- fix some cppcheck issues by @pauldreik in #174
- fix minor bug in digest length check by @pauldreik in #175
- update main to current devel (as of 2025-01-12) by @pauldreik in #176
- add shellcheck, yamllint scripts and workflows by @trollkarlen in #179
- add buffersize argument to rdfind (slightly modified version of trollkarlen's MR) by @pauldreik in #180
- add xxHash checksum (based on of trollkarlen's work) by @pauldreik in #181
- add shell script formatting by @pauldreik in #182
- prepare for the 1.7.0 release by @pauldreik in #183
New Contributors
- @trollkarlen made their first contribution in #179
Full Changelog: releases/1.6.0...releases/1.7.0
1.6.0
a tarball and signature are available here:
Changes since 1.5.0:
- support for sha512
- fix build failures for gcc 11, 12 and 13