From 625bb62b2aed551e04fb038f0e23170afac610b6 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 6 Apr 2012 02:08:02 +0000 Subject: [PATCH] don't keep going when failing to open a listen socket. This makes the error reporting correct. also, updated the changelog in RC_0_16 and trunk --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index dcf33aca8..1aa9bd90a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,6 +111,12 @@ incoming connection * added more detailed instrumentation of the disk I/O thread +0.15.11 release + + * give up immediately when failing to open a listen socket (report the actual error) + * restored ABI compatibility with 0.15.9 + * added missing python bindings for create_torrent and torrent_info + 0.15.10 release * fix 'parameter incorrect' issue when using unbuffered IO on windows