From 4e0135e6280077f658434231d511610f64840b6e Mon Sep 17 00:00:00 2001 From: "Leo R. Lundgren" Date: Wed, 17 Sep 2025 18:26:21 +0200 Subject: [PATCH] doc: Nitpicks on changelogs --- changelog/unreleased/issue-5342 | 2 +- changelog/unreleased/issue-5344 | 4 ++-- changelog/unreleased/issue-5467 | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/issue-5342 b/changelog/unreleased/issue-5342 index e9887fda2..5a247b0ca 100644 --- a/changelog/unreleased/issue-5342 +++ b/changelog/unreleased/issue-5342 @@ -1,6 +1,6 @@ Bugfix: Ignore "chmod not supported" errors when writing files -Restic 0.18.0 introduced a bug that caused "chmod xxx: operation not supported" +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. diff --git a/changelog/unreleased/issue-5344 b/changelog/unreleased/issue-5344 index d4b1bc889..789d1d8c2 100644 --- a/changelog/unreleased/issue-5344 +++ b/changelog/unreleased/issue-5344 @@ -1,7 +1,7 @@ -Bugfix: Ignore EOPNOTSUPP errors for extended attributes +Bugfix: Ignore `EOPNOTSUPP` errors for extended attributes Restic 0.18.0 added extended attribute support for NetBSD 10+, but not all NetBSD filesystems support extended attributes. Other BSD systems can -likewise return EOPNOTSUPP, so restic now ignores these errors. +likewise return `EOPNOTSUPP`, so restic now ignores these errors. https://github.com/restic/restic/issues/5344 diff --git a/changelog/unreleased/issue-5467 b/changelog/unreleased/issue-5467 index 1f746e154..bb58a6ea4 100644 --- a/changelog/unreleased/issue-5467 +++ b/changelog/unreleased/issue-5467 @@ -5,6 +5,7 @@ damage if the backend returned incomplete, corrupted data on the first download try which is afterwards resolved by a download retry. This could result in an error output like the following: + ``` Load(, 33918928, 0) returned error, retrying after 871.35598ms: readFull: unexpected EOF Load(, 33918928, 0) operation successful after 1 retries