doc: Polish unreleased changelogs

This commit is contained in:
Leo R. Lundgren
2024-08-31 17:28:24 +02:00
parent 7b0b9539b1
commit 5d658f216c
14 changed files with 22 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
Bugfix: Don't ignore metadata-setting errors during restore
Restic ignored errors when setting timestamps, attributes, or file modes during
a restore. It now reports those, except for permission errors when running
without root privileges.
Previously, restic used to ignore errors when setting timestamps, attributes,
or file modes during a restore. It now reports those errors, except for
permission related errors when running without root privileges.
https://github.com/restic/restic/pull/4958