Changes between Version 9 and Version 10 of R1/Beta4/ReleaseNotes
- Timestamp:
- Dec 13, 2022, 11:42:52 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Beta4/ReleaseNotes
v9 v10 78 78 * More use of the entry cache for btrfs, ext2/3/4 and exfat. 79 79 * Userlandfs is now compatible with FUSE 2.9 (the latest version in the 2.x series) 80 * Added ramfs to the build by default and mounted at `/var/shared_memory`, meaning file-mapped shared memory will not ever be flushed to disk. 81 * Fixed FAT returning spurious errors for supposedly too-long names, preventing creation of some partitions in DriveSetup. 80 82 81 83 == BeOS compatibility == … … 88 90 * Support for C11 threads 89 91 * Addition of locale_t and the related methods 92 * Fixed behavior of the `O_NOCTTY` flag, fixing a lot of GPG's functionality. 90 93 91 94 == Build System ==