1.0.10
Fixed multiple occurrences in OverlayFS
where files would not be copied before performing operations on the writable file system, leading to ENOENT
among other things. Also fixed OverlayFS.copyToWritable
using openFile
instead of createFile
.