This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
1.6.8: Improved thread-safety
- 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.