* Mon Nov 25 2024 wr@rosenauer.org
- update to version 4.36
* remove support for OS/2
* remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
* remove support for Windows 16 bit
* renamed the prwin16.h header to prwin.h
* configure was updated from 2.69 to 2.71
* various build, test and automation script fixes
* major parts of the source code were reformatted
* Sun Oct 16 2022 wr@rosenauer.org
- update to version 4.35
* fixes for building with clang
* use the number of online processors for the
PR_GetNumberOfProcessors() API on some platforms
* fix build on mips+musl libc
* Add support for the LoongArch 64-bit architecture
* Wed Aug 10 2022 martin.sirringhaus@suse.com
- update to version 4.34.1
* add file descriptor sanity checks in the NSPR poll function.
* Sun May 29 2022 wr@rosenauer.org
- update to version 4.34
* add an API that returns a preferred loopback IP on hosts that
have two IP stacks available.
* Wed Dec 29 2021 andreas.stieger@gmx.de
- update to 4.33:
* fixes to build system and export of private symbols
* Mon Jul 26 2021 martin.sirringhaus@suse.com
- update to version 4.32:
* implement new socket option PR_SockOpt_DontFrag
* support larger DNS records by increasing the default buffer
size for DNS queries
* Thu May 27 2021 andreas.stieger@gmx.de
- update to version 4.31:
* Lock access to PRCallOnceType members in PR_CallOnce* for
thread safety bmo#1686138
* Sun Apr 18 2021 wr@rosenauer.org
- update to version 4.30
* support longer thread names on macOS
* fix a build failure on OpenBSD
* Wed Sep 30 2020 wr@rosenauer.org
- update to version 4.29
* Remove macOS Code Fragment Manager support code
* Remove XP_MACOSX and OS_TARGET=MacOSX
* Refresh config.guess and config.sub
* Remove NSPR's patch to config.sub
* Add support for e2k target (64-bit Elbrus 2000)
* Tue Sep 08 2020 wr@rosenauer.org
- update to version 4.28
* Fix a compiler warning
* Add rule for cross-compiling with cygwin