diff --git a/data/changelog/dune/2023-07-31-dune-3.9.3.md b/data/changelog/dune/2023-07-31-dune-3.9.3.md new file mode 100644 index 0000000000..a6ad06b267 --- /dev/null +++ b/data/changelog/dune/2023-07-31-dune-3.9.3.md @@ -0,0 +1,14 @@ +--- +title: Dune 3.9.3 +date: "2023-07-31" +tags: [dune, platform, release] +changelog: | + ## Fixes + + - Fix flushing when using `sendfile` fallback (#8288, fixes #8284, @alan-j-hu) + +--- + +The fix to `sendfile` in 3.9.2 was not quite enough so here is the last part of +the fix. It brings compatibility with filesystems where `sendfile` is not +available, in particular when `ecryptfs` is used.