Release Notes
- Fix parse problem for file header flags
When moving over to definitions from unrarsrc rather than using internal hard-coded values, files started to show up as directories instead of regular files as reported in issue #76. By accident this worked before this change but the implementation was actually broken even before that.
This patch fixes the incorrect header parser in a backwards compatible way to work seamlessly also for earlier versions of unrarsrc.
This version completely replaces v1.25.0 which should no longer be used!
Also note that this version suffers from a minor issue in the volume detection logic which makes --seek-length=1
fail that results in input/output error at access. This is being investigated and followed up in #77. As a workaround use --seek-length=2
or greater until this issue has been solved.