[ANNOUNCE] NSPR 4.8 Release

Wan-Teh Chang <[email protected]> Thu, 28 May 2009 19:41:12 -0700
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
The NSPR 4.8 release is now available.  The CVS tag is
NSPR_4_8_RTM.  You can download the source tarball from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8/src/

Platform requirements:

Windows 9x (95, 98, Me) and NT 3.51 and 4.0 are no
longer supported.

Windows Mobile and Mac OS X 64-bit (x86_64) are
now supported.

New macros:

prlock.h: PR_ASSERT_CURRENT_THREAD_OWNS_LOCK
prmon.h: PR_ASSERT_CURRENT_THREAD_IN_MONITOR

New features:

The special log module timestamp adds timestamps
to NSPR log messages:
http://www.mozilla.org/projects/nspr/reference/html/prlog.html#25328

Bug fixes:

Use this Bugzilla query to look up the bugs fixed in NSPR 4.8:

https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Components&product=NSPR&target_milestone=4.8&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=FIXED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=

Wan-Teh Chang