1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

added fix of issue 82: deadlock when reading large files

This commit is contained in:
Falk Werner 2020-07-05 21:21:45 +02:00
parent dafb5ac917
commit ecbec7fa4e

View File

@ -2,6 +2,10 @@
## 0.5.0 _(unknown)_
### Fixes
* Fix deadlock reading files larger that a few KBytes (Isseue #82)
## 0.4.0 _(Sun Jul 05 2020)_
### Breaking Changes