Skip to content

Commit

Permalink
README: update release notes for 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Jan 8, 2014
1 parent f868928 commit 5847da1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5847da1

Please sign in to comment.