Skip to content

The List-Merge Release

Latest
Compare
Choose a tag to compare
@mandelsoft mandelsoft released this 14 Oct 16:41
1572b69

Fixes:

  • Major fix for merging list entries
    Under certain conditions, the merge of list entries provides unexpected and wrong results, because it overwrite the wrong entries.
    This fix reworks the complete list merge to work correctly.
  • Improve handling of virtual filesystems
    OS calls like exec are prohibited if a virtual file system is given. Unfortunately it only checks whether such a filesystem is given.
    It does not take into account, that the given filesystem might be the OS filesystem. This is fixed.

Additionally we now build windows binaries and there is a simple build target in the makefile.