chore: add changelog entry

This commit is contained in:
Juan Pablo Villafáñez
2024-11-29 15:27:00 +01:00
parent 56f012ceb6
commit ce3d9c13f5

View File

@@ -0,0 +1,8 @@
Bugfix: Fix possible race condition when a thumbnails is stored in the FS
A race condition could cause the thumbnail service to return a thumbnail
with 0 bytes or with partial content. In order to fix this, the service will
create a temporary file with the contents and then rename that file to its
final location.
https://github.com/owncloud/ocis/pull/10693