Prepare changelog for 0.18.1

This commit is contained in:
Alexander Neumann
2025-09-21 20:03:56 +02:00
parent b7bb697cf7
commit 426b71e3e5
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Ignore "chmod not supported" errors when writing files
Restic 0.18.0 introduced a bug that caused `chmod xxx: operation not supported`
errors to appear when writing to a local file repository that did not support
chmod (like CIFS or WebDAV mounted via FUSE). Restic now ignores those errors.
https://github.com/restic/restic/issues/5342