Skip to content

dwarfs-0.9.10

Latest
Compare
Choose a tag to compare
@mhx mhx released this 30 May 15:52
· 30 commits to main since this release

Bugfixes

  • When cloning LZMA compressor objects, the LZMA filter options of the cloned instance would still point to an options object in the original instance. This could lead to LZMA errors when initializing a new compressor. Fixes github #224.
  • Fetch range-v3 if no suitable version is found. Fixes github #221.
  • Filter rules did not work correctly when input is root dir
  • duf reports odd sizes due to using bsize instead of frsize