Blame NEWS

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