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

This commit is contained in:
Arvid Norberg 2012-04-06 02:08:02 +00:00
parent 6acde24799
commit 625bb62b2a
1 changed files with 6 additions and 0 deletions

View File

@ -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