Update NEWS

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-21 23:01:38 +09:00
parent 3ce0d91757
commit db443d848c

9
NEWS
View File

@ -37,7 +37,8 @@ Changes
Patch from amtlib-dot-dll
* Return 400 HTTP status code if exception was caught while executing RPC method
* Return 400 HTTP status code if exception was caught while executing
RPC method
Previously, we returned 500 HTTP status code. I think the found in
RPC level, not in HTTP protocol, so 500 is not appropriate.
@ -50,9 +51,11 @@ Changes
Patch from Adam Baxter
* Increase --select-file upper bound to 1m for torrent containing lots of files
* Increase --select-file upper bound to 1m for torrent containing lots
of files
* Fix busy loop with --dry-run and 4xx response for URI listed in metalink
* Fix busy loop with --dry-run and 4xx response for URI listed in
metalink
See GH-430