cleanup changelogs

This commit is contained in:
Michael Eischer
2024-08-30 14:58:32 +02:00
parent ba71141f0a
commit 259caf942d
17 changed files with 74 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
Bugfix: Don't ignore metadata-setting errors during restore
Restic was accidentally ignoring errors when setting timestamps,
attributes, or file modes during restore. It will now report those
errors (unless it's just a permission error when not running as root).
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.
https://github.com/restic/restic/pull/4958