From c2eb9d791a06baa4d28046813c25f4da137faa77 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 10 Oct 2011 12:23:25 +0900 Subject: [PATCH] Edited NEWS --- NEWS | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 2646d1cf..20587be6 100644 --- a/NEWS +++ b/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.