Move changelog files for 0.12.1

This commit is contained in:
Alexander Neumann
2023-07-09 17:16:24 +02:00
parent 46e3c7248b
commit 5b288d488a
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Fix erroneous warnings about unsupported fsync
Due to a regression in rest-server 0.12.0, it continuously printed
`WARNING: fsync is not supported by the data storage. This can lead to data loss,
if the system crashes or the storage is unexpectedly disconnected.` for systems
that support fsync. We have fixed the warning.
https://github.com/restic/rest-server/issues/230
https://github.com/restic/rest-server/pull/231