summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-07-03 16:41:20 -0400
committerRich Felker <dalias@aerifal.cx>2011-07-03 16:41:20 -0400
commit58483f0afdc440edf992ff75cb3209a44f624776 (patch)
tree4cda817c1ebf7cfc1b9593ebfa38dd933a81e663 /WHATSNEW
parent2fdea17c3da17f6ae96601283b28d025ed4d4cee (diff)
downloadmusl-58483f0afdc440edf992ff75cb3209a44f624776.tar.gz
0.7.12 release notesv0.7.12
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW16
1 files changed, 16 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index e78ce1e4..d422df42 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -266,3 +266,19 @@ general bug fixes:
- brk/sbrk legacy functions mismatching legacy semantics
- wcsncpy dest buffer overflow
- strncat and wcsncat possible overflows due to double-termination
+
+
+
+0.7.12 release notes
+
+new features:
+- support for textrels in shared objects
+- rpath support in dynamic linker
+- stdio_ext.h functions (for better gnu software compatibility)
+
+bug fixes:
+- some compilers miscompiling dlopen due to misuse of longjmp
+- safe handling of invalid long-double bit patterns (affects printf)
+- workaround for bugs in linux mprotect syscall
+- thread-safety for random() functions
+- various minor issues