github ocsigen/lwt 4.5.0
Lwt 4.5.0

latest releases: 5.7.0, 5.6.1, 5.6.0...
4 years ago

Additions

Bugs fixed

  • To help with fork, don't call back into Lwt_main at process exit to call Lwt exit hooks when there are none (#737, prompted Martin Jambon).
  • Properly retain references to buffers in Lwt_unix.readv, Lwt_unix.writev, Lwt_bytes.read, Lwt_bytes.write, and Lwt_bytes.mincore; the references could be released too early in rare circumstances (#742, prompted Olaf Hering).
  • Don't install a SIGCHLD handler when Lwt is linked in but not used (#738, requested Sam Goldman, additional information Waleed Khan).
  • Link with -lpthread on more platforms that support and require the flag (#748, Olivier Andrieu).
  • Fix syntax errors in feature test programs (#748, Olivier Andrieu).
  • C warning with OCaml 4.10 (#751, @kit-ty-kate).

Miscellaneous

  • Make tests more reliable (#726, #743, prompted Olaf Hering).
  • Fix deprecation annotation on internal API (#735, Antonio Nuno Monteiro).
  • Fix broken link in Lwt_mvar docs (#739, reported @tg-x).
  • Fix broken links in README (#750, @imbsky).

Don't miss a new lwt release

NewReleases is sending notifications on new releases.