Skip to content

releases/1.7.0

Latest
Compare
Choose a tag to compare
@pauldreik pauldreik released this 07 Feb 06:45
· 0 commits to main since this release

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