Updating status for beta release #2
Loading…
Reference in a new issue
No description provided.
Delete branch "devel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed:
- Fix root directory metadata caching bug: move is_directory=true correction before cache insert so readdir('/') works correctly - Fix download path bug: use FUSE path instead of numeric file_id for download resolution (fixes 'File with name /756337 could not be located') - Remove unused Config::from_cli() method (185 lines) and dead resolve_download_path method - Update README test count from 290 to 307 - Makefile: add RUST_TEST_THREADS=1 and cache clearing for integration tests