Changelog for
mozilla-nspr-4.9.4-20.1.i586.rpm :
Fri Nov 30 13:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.4
* bmo#757593: PR_IntervalNow not monotonic for Android, Linux,
Mac OS X.
* bmo#804806: Remove support for obsolete platforms (ncr, nec,
sony, nextstep, sinix/reliantunix, and sunos4).
* bmo#804833: Allow PR_FormatTime and PR_FormatTimeUSEnglish with
NO_NSPR_10_SUPPORT. Fixed by Isaac Aggrey.
Thu Oct 25 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.3
* bmo#749849: NSPR pthread_key_t leak and memory corruption.
* bmo#794316: PR_PushIOLayer doesn\'t push layer on the top correctly
* bmo#795213: clang\'s -Wtautological-constant-out-of-range-compare
warns on prnetdb.c
Tue Jul 24 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.2
* new PR_SetThreadName and PR_GetThreadName functions for setting
and getting the name of the
*current thread
*
Fri Jun 1 14:00:00 2012 wrAATTrosenauer.org
- update to version 4.9.1
* Android fixes
* pkgconfig file included (removed our patch)
* added Hurd support
* honor EHOSTDOWN
* a few smaller fixes
- license change from tri-license to MPL-2.0
Thu Feb 16 13:00:00 2012 wrAATTrosenauer.org
- update to version 4.9
- added testsuite in %check
Wed Sep 21 14:00:00 2011 wrAATTrosenauer.org
- some spec file cleanup
- override the build time detection and use the last change time
instead to incorporate into the build
Fri Aug 12 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.9 RTM
* no release notes available from upstream
Thu May 19 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.8 RTM
* minor cleanup changes
* minor changes not affecting the Linux platform
Thu Apr 28 14:00:00 2011 wrAATTrosenauer.org
- update to 4.8.8beta3
* support IPv6 on Android (bmo#626866)
* use AI_ADDRCONFIG for loopback hostnames (bmo#614526)
* support SDP sockets (bmo#518078)
* support m32r architecture (bmo#635667)
* use atomic functions on ARM (bmo#626309)
* some other fixes not affecting the Linux platform
Sun Jan 9 13:00:00 2011 wrAATTrosenauer.org
- update to 4.8.7 RTM
* no code changes to beta2
* only updated internal version information
Thu Dec 9 13:00:00 2010 wrAATTrosenauer.org
- update to 4.8.7beta2
* minimal requirement for NSS 3.12.9
* bugfixes
Fri Jul 23 14:00:00 2010 wrAATTrosenauer.org
- update to 4.8.6
* moved PR_STATIC_ASSERT from prlog.h to prtypes.h
* use new NSPR atomic macros
* bugfixes
- removed fixes for temporary package split
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Fri Mar 5 13:00:00 2010 wrAATTrosenauer.org
- update to 4.8.4
* bugfix release
Fri Dec 18 13:00:00 2009 wrAATTrosenauer.org
- update to 4.8.3
* NSPR logging timestamp month number is off by one
* fixed possible DoS in prdtoa
- added baselibs.conf
Tue Oct 13 14:00:00 2009 wrAATTrosenauer.org
- update to 4.8.2 (bnc#546371)
* RISC OS, Symbian and WinCE improvements
* bugfixes and optimizations
Wed May 20 14:00:00 2009 wrAATTrosenauer.org
- update to 4.8
* Windows 9x 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
* special log module timestamp adds timestamps to NSPR log
messages
Sat Apr 11 14:00:00 2009 wrAATTrosenauer.org
- update to 4.7.4
* Fix strict aliasing issues in prdtoa.c for gcc 4.4 (bmo#439144)
- obsoletes prdtoa.patch and -fno-strict-aliasing flag
* In prlink.c, errStrBuf is not thread-safe