mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-08 11:53:07 -04:00
chore: add changelog entry
This commit is contained in:
1 parent
56f012ceb6
commit
ce3d9c13f5
1 file changed
+8
@@ -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
|
||||
Reference in new issue
Block a user