mirror of https://github.com/aria2/aria2
parent
151a3b2551
commit
c2eb9d791a
13
NEWS
13
NEWS
|
@ -4,10 +4,10 @@ aria2 1.13.0
|
||||||
Release Note
|
Release Note
|
||||||
------------
|
------------
|
||||||
|
|
||||||
This release fixed libgcrypt version check error. The several command
|
This release fixed libgcrypt version check error. Several command line
|
||||||
line options were added. Read changes below for details. aria2 now
|
options were added. For details of each new option, read changes
|
||||||
returns error response if RPC request parameter has wrong type. For
|
below. aria2 now returns error response if RPC request parameter has
|
||||||
MinGW32 build, Unicode filenames support was added.
|
wrong type. For MinGW32 build, Unicode filenames support was added.
|
||||||
|
|
||||||
From this release, aria2 uses libnettle and libgmp by default instead
|
From this release, aria2 uses libnettle and libgmp by default instead
|
||||||
of libgcrypt. If you want to use libgcrypt, use configure options
|
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
|
* Ignore --out option supplied in command-line if -i is used. You
|
||||||
can still use out option in the text file specified in -i.
|
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.
|
* Disable SSLv2 by default and optimize memory usage.
|
||||||
Patch from Cristian Rodríguez.
|
Patch from Cristian Rodríguez.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue