Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for dune.3.9.2 #1458

Merged
merged 2 commits into from
Jul 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/changelog/dune/2023-07-25-dune-3.9.2.md
Original file line number Diff line number Diff line change
@@ -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.