Discussion:
[ANNOUNCE] NSPR 4.10.8 Release
Wan-Teh Chang
2015-01-29 01:28:42 UTC
Permalink
The NSPR 4.10.8 release is now available. The hg tag is
NSPR_4_10_8_RTM. The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.8/src/

NSPR 4.10.8 has the following bug fixes:
* Bug 573192: remove the stack-based PRFileDesc cache. Contributed by
Nathan Froyd.
* Bug 756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead of
only checking if the identifier is defined. Contributed by Landry
Breuil.
* Bug 782113: Add NSPR support for FreeBSD ppc/ppc64/arm. Contributed by
Jan Beich.
* Bug 782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly.
Contributed by Jan Beich.
* Bug 1060292: Make PR_Assert() and PR_Abort() output visible in the
logcat on Android. Contributed by Gabriele Svelto.
* Bug 1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use
PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu). Reported by
Bruce Dawson.
* Bug 1105144: Two places in NSPR's pruthr.c cast a pointer to long,
which isn't correct on 64-bit Windows. Contributed by Nico Weber.
* Bug 1060401: change import library name under mingw. Contributed by
Jacek Caban.
* Bug 1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t
fix clang -Wstring-conversion warnings.
* Bug 1107063: link NSPR libs with -soname on OpenBSD. Contributed by
Landry Breuil.
* Bug 1120772: Avoid defining snprintf when MSVC provides it.
Contributed by Brian Smith.

Wan-Teh Chang

Loading...