From 5847da1d1c13cbe03cdc85cf3b7af79d3fcad3e4 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 8 Jan 2014 15:05:33 +0100 Subject: [PATCH] README: update release notes for 4.7 --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index f5cbce0..355111c 100644 --- a/README +++ b/README @@ -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