Skip to content

Releases: pauldreik/rdfind

releases/1.7.0

07 Feb 06:45
Compare
Choose a tag to compare

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:

New Contributors

Full Changelog: releases/1.6.0...releases/1.7.0

1.6.0

17 Jun 11:12
Compare
Choose a tag to compare

a tarball and signature are available here:

Changes since 1.5.0:

  • support for sha512
  • fix build failures for gcc 11, 12 and 13