diff --git a/data/changelog/dune/2023-07-25-dune-3.9.2.md b/data/changelog/dune/2023-07-25-dune-3.9.2.md new file mode 100644 index 0000000000..6b0ad8cea9 --- /dev/null +++ b/data/changelog/dune/2023-07-25-dune-3.9.2.md @@ -0,0 +1,20 @@ +--- +title: Dune 3.9.2 +date: "2023-07-25" +tags: [dune, platform, release] +changelog: | + ## Fixes + + - Disable background digests on Windows. This prevents an issue where + unremovable files would make Dune crash when the shared cache is enabled. + (#8243, fixes #8228, @emillon) + + - Fix permission errors when `sendfile` is not available (#8234, fixes #8210, + @emillon) + +--- + +This bugfix-only release contains two platform-specific changes: one fixes the +Dune cache on Windows, and the other one completes the fix on Linux when +`sendfile` is not available. This makes Dune available where user directories +are encrypted using `ecryptfs` for example.