소스 검색

Update NEWS

Tatsuhiro Tsujikawa 10 년 전
부모
커밋
db443d848c
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      NEWS

+ 6 - 3
NEWS

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