Opened 8 years ago

Closed 8 years ago

#7473 closed enhancement (fixed)

nspr-4.12

Reported by: Fernando de Oliveira Owned by: ken@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.12/src/nspr-4.12.tar.gz

https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.12/src/SHA1SUMS

14fb67a0e686a5c662f92e7f59dfd10053f327dd nspr-4.12.tar.gz

https://groups.google.com/forum/#!forum/mozilla.dev.tech.nspr

https://groups.google.com/forum/#!topic/mozilla.dev.tech.nspr/dV4MyMsg6jw

[ANNOUNCE] NSPR 4.12 Release
	Kai Engert 	
17 Feb (16 hours ago)
The NSPR 4.12 release is now available.  The hg tag is
NSPR_4_12_RTM.

NSPR 4.12 has the following bug fixes:

• added a PR_GetEnvSecure function, which attempts to detect if the
  program is being executed with elevated privileges, and returns NULL
  if detected.  It is recommended to use this function in general
  purpose library code.

• fixed a memory allocation bug related to the PR_*printf functions

• exported API PR_DuplicateEnvironment, which had already been added in
  NSPR 4.10.9

• added support for FreeBSD aarch64

• several minor correctness and compatibility fixes, for the full list
  see:
  https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.12

Kai

From

https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.12

• PR_DuplicateEnvironment getting undefined in NSPR 4.10.9 
• server_test: don't fail with EADDRINUSE 
• server_test -d should enable debugging 
• server_test: should return != 0 in case of error 
• _PR_MD_INIT_THREAD does not set md.id field on Win32 
• Compile with musl libc 
• implicit declaration of pthread_set_name_np(), -Werror 
• Add NSPR support for FreeBSD aarch64 

Change History (2)

comment:1 by ken@…, 8 years ago

Owner: changed from blfs-book@… to ken@…
Status: newassigned

comment:2 by ken@…, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.