[ANNOUNCE] NSPR 4.9.5 Release

Wan-Teh Chang <[email protected]> Fri, 1 Feb 2013 10:41:58 -0800
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <CALTJjxGHg0mNZezSi8NrZ3eRu=dZitt147m3FD9hzFmwzEMiAQ@mail.gmail.com>
The NSPR 4.9.5 release is now available.  The CVS tag is NSPR_4_9_5_RTM.
The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.9.5/src/

NSPR 4.9.5 has the following bug fixes:
* Bug 634793: define NSPR's exact-width integer types PRInt{N} and
  PRUint{N} types to match the <stdint.h> exact-width integer types
  int{N}_t and uint{N}_t.
* Bug 782815: passing 'int *' to parameter of type 'unsigned int *' in
  setsockopt(). Fixed by Jan Beich.
* Bug 822932: Port bug 802527 (NDK r8b support for x86) to NSPR. Fixed
  by Makoto Kato.
* Bug 824742: NSPR shouldn't require librt on Android. Fixed by Mike
  Hommey.
* Bug 831793: data race on lib->refCount in PR_UnloadLibrary. Fixed by
  Julian Seward.

Wan-Teh Chang