npth/npth.changes
2024-02-28 21:50:49 +08:00

41 lines
1.4 KiB
Text

* Thu Feb 22 2018 fvogt@suse.com
- Use %%license (boo#1082318)
* Sun Jun 4 2017 astieger@suse.com
- update to 1.5:
* Fix the busy waiting emulation of pthread_mutex_timedlock for
Unices lacking that function
* Tue May 16 2017 astieger@suse.com
- update to 1.4:
* fixes for platforms other than GNU/Linux
* New function npth_is_protected to help debugging.
* Change license from LGPLv3+/GPLv2+ to LGPLv2+.
- run tests
- update signing keyring
- package license text and other information
* Thu Dec 1 2016 astieger@suse.com
- update to 1.3:
* Bypass npth_protect/npth_unprotect iff the library has not yet
been initialized.
* Improve detection of clock_gettime
- use reproducible build timestamp
* Sat Apr 11 2015 astieger@suse.com
- npth 1.2:
* Fix possible clobbering of ERRNO.
* Sun Nov 2 2014 andreas.stieger@gmx.de
- npth 1.1:
* fixes for platforms other than GNU/Linux
* Sun Sep 21 2014 andreas.stieger@gmx.de
- npth 1.0:
* improvements to the build system
* restore sigmask at fork
- spec file cleanup:
* gpg-offline covered by source_validator
* use source URLs
* Wed Nov 28 2012 sbrabec@suse.cz
- Verify GPG signature.
* Tue Sep 4 2012 jengelh@inai.de
- Update to new upstream release 0.91
* npth_init does now return an error on failure.
* Provide a pselect emulation for OpenBSD et al.
* Tue May 29 2012 jengelh@inai.de
- Initial package for build.opensuse.org