merge file close fix from RC_0_16

This commit is contained in:
Arvid Norberg
2013-04-10 23:37:22 +00:00
parent 520b8bfcd1
commit 3d19ea4b18
2 changed files with 8 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* fix hanging issue when closing files on windows (completing a download)
* fix piece picking edge case that could cause torrents to get stuck at hash failure
* try unencrypted connections first, and fall back to encryption if it fails (performance improvement)
* add missing functions to python binding (flush_cache(), remap_files() and orig_files())