README: update release notes for 4.7

musl-preload v4.7
rofl0r 2014-01-08 15:05:33 +01:00
parent f868928c4b
commit 5847da1d1c
1 changed files with 4 additions and 0 deletions

4
README
View File

@ -56,6 +56,10 @@ Changelog:
Version 4.7:
- new round_robin chaintype by crazz.
- fix bug with lazy allocation when GCC constructor was not used.
- new configure flag --fat-binary to create a "fat" binary/library on OS X
- return EBADF rather than EINTR in close hook.
it's legal for a program to retry close() calls when they receive
EINTR, which could cause an infinite loop, as seen in chromium.
Version 4.6:
- some cosmetic fixes to Makefile, fix a bug when non-numeric ip was