Lwt 5.4.1
Bugs fixed
-
Fix
Lwt_fmt.stderr
to actually point to stderr (#852, #850, Volker Diels-Grabsch). -
Make temporary files created by
Lwt_io.with_temp_dir
deletable on Windows by removing the RO bit (#849, #861, Antonin Décimo). -
Handle
ECONNABORTED
inLwt_io.establish_server*
(#829, #830, Reynir Björnsson, Hannes Mehnert).