·
SPFS version 2.3.2.0 released
Whats new?
Maintenance fix for recursive cache hit bug, causing SPFS to crash if request to open a previously expired cache entry.
Fix for readoptions for PowerPC environment, causing SPFS to crash, as it might not detect end of options.
Fix for read from pipe, causing SPFS to crash as the expire cached content is released but later needed due to that the operating system calls open() -> flush() -> read(), where flush() releases the cache, but it is needed by read().
