mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
update release notes for 0.8.4
This commit is contained in:
parent
ce7d72596c
commit
35620515a8
8
WHATSNEW
8
WHATSNEW
@ -361,11 +361,12 @@ bug fixes:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
0.8.4 release notes (coming soon)
|
0.8.4 release notes
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
- arm dynamic linker support
|
- arm dynamic linker support
|
||||||
- process-shared pthread barriers now work
|
- process-shared pthread barriers now work
|
||||||
|
- efficient futex-requeue-based cond var broadcast
|
||||||
- more optional cancellation points are now cancellable
|
- more optional cancellation points are now cancellable
|
||||||
- printf accepts null pointers with %s, prints as "(null)"
|
- printf accepts null pointers with %s, prints as "(null)"
|
||||||
- recursive mutexes are now fully reentrant
|
- recursive mutexes are now fully reentrant
|
||||||
@ -374,6 +375,7 @@ new features:
|
|||||||
- dynamic linker now gold-compatible
|
- dynamic linker now gold-compatible
|
||||||
- prlimit syscall
|
- prlimit syscall
|
||||||
- support for large limits with setrlimit/getrlimit (even on 32-bit)
|
- support for large limits with setrlimit/getrlimit (even on 32-bit)
|
||||||
|
- glob now supports GLOB_PERIOD option (GNU extension)
|
||||||
|
|
||||||
bug fixes:
|
bug fixes:
|
||||||
- many serious issues in condition variables
|
- many serious issues in condition variables
|
||||||
@ -381,10 +383,10 @@ bug fixes:
|
|||||||
- various small header files bugs/omissions
|
- various small header files bugs/omissions
|
||||||
- wrong failure return for pthread_create
|
- wrong failure return for pthread_create
|
||||||
- path handling issues on execvp
|
- path handling issues on execvp
|
||||||
- lock count corruption with robust recursive mutexes
|
- lock count corruption with robust recursive mutexes on owner death
|
||||||
- integer overflows in atoi, etc. reading most-negative value
|
- integer overflows in atoi, etc. reading most-negative value
|
||||||
- spurious mremaps on every realloc of large memory chunks
|
- spurious mremaps on every realloc of large memory chunks
|
||||||
|
- pthread cancellation failure in single-threaded programs
|
||||||
|
|
||||||
security:
|
security:
|
||||||
- avoid fd_set overflow in dns lookups
|
- avoid fd_set overflow in dns lookups
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user