SHA256
1
0
forked from pool/npth
npth/npth.changes
Jan Engelhardt a3570fd145 Accepting request 1151256 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to 1.7:
  * The npth-config command is not installed by default, because it is
    now replaced by use of pkg-config/gpgrt-config with npth.pc.
    Supply --enable-install-npth-config configure option, if needed.
  * Support for legacy systems w/o pthread_rwlock_t support.  [T4306]
  * New functions npth_poll and npth_ppoll for Unix.  [T5748]
  * Fixes to improve support for 64 bit Windows.
  * Fix declaration conflict using newer mingw versions.  [T5889]
  * Fix build problems on Solaris 11.  [T4491]
  * Fix detecting of the pthread library.  [rPTH6629a4b801]
  * Clean up handling of unsafe semaphores on AIX.  [T6947]
  * Link without -flat_namespace to support macOS 11.  [T5610]
  * Release-info: https://dev.gnupg.org/T7010
  * Update spec file
  * Update upstream npth.keyring

OBS-URL: https://build.opensuse.org/request/show/1151256
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/npth?expand=0&rev=29
2024-02-26 12:02:57 +00:00

101 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 26 11:09:05 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Update to 1.7:
* The npth-config command is not installed by default, because it is
now replaced by use of pkg-config/gpgrt-config with npth.pc.
Supply --enable-install-npth-config configure option, if needed.
* Support for legacy systems w/o pthread_rwlock_t support. [T4306]
* New functions npth_poll and npth_ppoll for Unix. [T5748]
* Fixes to improve support for 64 bit Windows.
* Fix declaration conflict using newer mingw versions. [T5889]
* Fix build problems on Solaris 11. [T4491]
* Fix detecting of the pthread library. [rPTH6629a4b801]
* Clean up handling of unsafe semaphores on AIX. [T6947]
* Link without -flat_namespace to support macOS 11. [T5610]
* Release-info: https://dev.gnupg.org/T7010
* Update spec file
* Update upstream npth.keyring
-------------------------------------------------------------------
Fri Sep 4 12:28:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Remove old specfile constructs and doubleshipping of docs.
-------------------------------------------------------------------
Mon Jul 16 09:36:52 UTC 2018 - kbabioch@suse.com
- Update to 1.6:
* Fix library requirements for HPUX.
-------------------------------------------------------------------
Thu Feb 22 15:10:42 UTC 2018 - fvogt@suse.com
- Use %license (boo#1082318)
-------------------------------------------------------------------
Sun Jun 4 19:31:19 UTC 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 21:25:00 UTC 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 16:22:27 UTC 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 19:12:44 UTC 2015 - astieger@suse.com
- npth 1.2:
* Fix possible clobbering of ERRNO.
-------------------------------------------------------------------
Sun Nov 2 21:10:41 UTC 2014 - andreas.stieger@gmx.de
- npth 1.1:
* fixes for platforms other than GNU/Linux
-------------------------------------------------------------------
Sun Sep 21 21:00:44 UTC 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 20:56:10 CET 2012 - sbrabec@suse.cz
- Verify GPG signature.
-------------------------------------------------------------------
Tue Sep 4 05:11:40 UTC 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 09:15:53 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org