Changelog for
mozilla-nspr-devel-4.35-3.2.x86_64.rpm :
* Sun Oct 16 2022 Wolfgang Rosenauer
- 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 17 2022 Wolfgang Rosenauer - update to version 4.34.1
* add file descriptor sanity checks in the NSPR poll function
* Sun May 29 2022 Wolfgang Rosenauer - 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 - update to 4.33:
* fixes to build system and export of private symbols
* Mon Aug 09 2021 Wolfgang Rosenauer - added a ccache conditional
* Sun Jul 18 2021 Manfred Hollstein - 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 - update to version 4.31:
* Lock access to PRCallOnceType members in PR_CallOnce
* for thread safety bmo#1686138
* Sun Apr 18 2021 Wolfgang Rosenauer - update to version 4.30
* support longer thread names on macOS
* fix a build failure on OpenBSD
* Wed Sep 30 2020 Wolfgang Rosenauer - 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 Wolfgang Rosenauer - update to version 4.28
* Fix a compiler warning
* Add rule for cross-compiling with cygwin
* Sat Aug 22 2020 Wolfgang Rosenauer - update to version 4.27
* the macOS platform code for shared library loading was changed to support macOS 11. If the absolute path parameter given to PR_LoadLibrary begins with either /System/ or /usr/lib/ then no test is performed if the library exists at a file.
* An include statement for a Windows system library header was added
* Thu Jul 23 2020 Wolfgang Rosenauer - update to version 4.26
* PR_GetSystemInfo supports a new flag PR_SI_RELEASE_BUILD to get information about the operating system build version.
* Better support parallel building on Windows.
* The internal release automatic script requires python 3.
* Tue Mar 03 2020 Wolfgang Rosenauer - update to version 4.25
* fixed reading files larger than 4 GB on Win32
* added support for Xtensa architecture
* Tue Jan 07 2020 Wolfgang Rosenauer - update to version 4.24
* added macro PR_ASSERT_ARG
* removed some declarations
* added support for Nios-II, Nds32 and Microblaze architectures