Noteworthy changes in version 1.5 (2017-06-02) [C1/A1/R1] ---------------------------------------------- * Fix the busy waiting emulation of pthread_mutex_timedlock for Unices lacking that function; e.g. macOS Sierra. Noteworthy changes in version 1.4 (2017-05-16) [C1/A1/R0] ---------------------------------------------- * On macOS make use of an unnamed semaphore. * Build fixes for FreeBSD, NetBSD, and DragonFlyBSD. * New function npth_is_protected to help debugging. * Change license from LGPLv3+/GPLv2+ to LGPLv2+. Noteworthy changes in version 1.3 (2016-11-22) ---------------------------------------------- * Bypass npth_protect/npth_unprotect iff the library has not yet been initialized. * Fix problems on macOS and AIX * Improve detection of clock_gettime Noteworthy changes in version 1.2 (2015-04-11) ---------------------------------------------- * Fix possible clobbering of ERRNO. * Improved building on Windows with newer versions of Mingw. Noteworthy changes in version 1.1 (2014-10-31) ---------------------------------------------- * Make it work on OS X and some other systems. Noteworthy changes in version 1.0 (2014-09-18) ---------------------------------------------- * Various fixes for the Windows port. Noteworthy changes in version 0.91 (2012-08-08) ----------------------------------------------- * Fixed a flaw in the initialization code. * npth_init does now return an error on failure. * Various fixes for better portability. * Provide a pselect emulation for OpenBSD et al. Noteworthy changes in version 0.90 (2012-05-03) ----------------------------------------------- * First tarball release. Copyright 2011, 2012, 2014 g10 Code GmbH This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.