소스 검색

Edited NEWS

Tatsuhiro Tsujikawa 14 년 전
부모
커밋
c2eb9d791a
1개의 변경된 파일4개의 추가작업 그리고 9개의 파일을 삭제
  1. 4 9
      NEWS

+ 4 - 9
NEWS

@@ -4,10 +4,10 @@ aria2 1.13.0
 Release Note
 ------------
 
-This release fixed libgcrypt version check error.  The several command
-line options were added. Read changes below for details.  aria2 now
-returns error response if RPC request parameter has wrong type.  For
-MinGW32 build, Unicode filenames support was added.
+This release fixed libgcrypt version check error. Several command line
+options were added. For details of each new option, read changes
+below.  aria2 now returns error response if RPC request parameter has
+wrong type.  For MinGW32 build, Unicode filenames support was added.
 
 From this release, aria2 uses libnettle and libgmp by default instead
 of libgcrypt.  If you want to use libgcrypt, use configure options
@@ -75,11 +75,6 @@ Changes
  * Ignore --out option supplied in command-line if -i is used.  You
    can still use out option in the text file specified in -i.
 
- * MinGW32 build: Replace all '\' in path with '/' in util::applyDir()
-   In MinGW32 build, replace all '\' in path with '/' in
-   util::applyDir().  Take into account '\' in File::getBasename() and
-   File::getDirname().
-
  * Disable SSLv2 by default and optimize memory usage.
    Patch from Cristian Rodríguez.