Skip to content

Commit 5847da1

Browse files
committed
README: update release notes for 4.7
1 parent f868928 commit 5847da1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Changelog:
5656
Version 4.7:
5757
- new round_robin chaintype by crazz.
5858
- fix bug with lazy allocation when GCC constructor was not used.
59+
- new configure flag --fat-binary to create a "fat" binary/library on OS X
60+
- return EBADF rather than EINTR in close hook.
61+
it's legal for a program to retry close() calls when they receive
62+
EINTR, which could cause an infinite loop, as seen in chromium.
5963

6064
Version 4.6:
6165
- some cosmetic fixes to Makefile, fix a bug when non-numeric ip was

0 commit comments

Comments
 (0)