Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

1.6.8: Improved thread-safety

Compare
Choose a tag to compare
@rafl rafl released this 11 Jan 15:26
  • Allow compilation on older systems by relaxing the autoconf and automake
    minimum versions. Thank you, Jose Rubio!
  • Avoid potential problems in multi-threaded environments by consistently using
    pread() rather than read().
  • Fix various small issues reported by clang's static analyser.