8e833c0a63
The system writes a new file every single run (provided new headers were received) and we sometimes compact them into a big file again. The code forgot to remove the newly introduced info files of the old files it compacted. Leaving confusing things happening after. This solves that by making the first run remove all info files and re- build them, adding a version byte to allow us freedom to do that in the future again.