Overview
Request 107584 superseded
- update to 1.14.2:
* only accepts 32 bit integer values from int and i4 elements in XML-RPC;
fixed overflow bug in aria2.tellWaiting and aria2.tellStopped RPC methods
* updated Spanish, Italian, Russian and Chinese (Simplified) translations
* fixed the bug that aria2 does not listen on address given in --interface
* check scheme part in redirected URI more strictly: the previous
implementation mistakenly sees '/abspath?uri=http://foo' as an absolute URI
because it contains '://', but actually it is not; this change checks
scheme part is constructed in the allowed character set described in RFC
3986 Section 3.1
* allow missing params in XML-RPC request
* fixed "Max payload length exceeded or invalid" error when the number of
pieces is very large
* added --deferred-input option; if true is given to --deferred-input option,
aria2 does not read all URIs and options from file specified by -i option
at startup, but it reads one by one when it needs later; this may reduce
memory usage if input file contains a lot of URIs to download; if false is
given, aria2 reads all URIs and options at startup;tThis option defaults to
false
- Update to version 1.14.1:
+ This version fixes the bug that prevents the --checksum option
from working correctly.
+ It also fixes the bug where a log file was not created if a
warn level log was created before the log file was opened.
+ Now aria2 doesn't assume the download has completed just
because file size matched. The old behavior is problematic,
because aria2 just assumes the download is completed, but in
reality it is not.
- Created by pbleser
- In state superseded
- Supersedes 105838
- Superseded by 126585
Request History
pbleser created request
- update to 1.14.2:
* only accepts 32 bit integer values from int and i4 elements in XML-RPC;
fixed overflow bug in aria2.tellWaiting and aria2.tellStopped RPC methods
* updated Spanish, Italian, Russian and Chinese (Simplified) translations
* fixed the bug that aria2 does not listen on address given in --interface
* check scheme part in redirected URI more strictly: the previous
implementation mistakenly sees '/abspath?uri=http://foo' as an absolute URI
because it contains '://', but actually it is not; this change checks
scheme part is constructed in the allowed character set described in RFC
3986 Section 3.1
* allow missing params in XML-RPC request
* fixed "Max payload length exceeded or invalid" error when the number of
pieces is very large
* added --deferred-input option; if true is given to --deferred-input option,
aria2 does not read all URIs and options from file specified by -i option
at startup, but it reads one by one when it needs later; this may reduce
memory usage if input file contains a lot of URIs to download; if false is
given, aria2 reads all URIs and options at startup;tThis option defaults to
false
- Update to version 1.14.1:
+ This version fixes the bug that prevents the --checksum option
from working correctly.
+ It also fixes the bug where a log file was not created if a
warn level log was created before the log file was opened.
+ Now aria2 doesn't assume the download has completed just
because file size matched. The old behavior is problematic,
because aria2 just assumes the download is completed, but in
reality it is not.
licensedigger added a reviewer
{"delegate": "license change"}
factory-auto added a reviewer
Please review sources
babelworx declined request
reviewed, rejected
See sr#109061
AndreasStieger superseded request
Superseded by request 126585
licensedigger accepted review
{"delegate": "license change"}
factory-auto accepted review
Builds for repo openSUSE_Factory
babelworx declined review
reviewed, rejected
See sr#109061
saschpe accepted review
Thanks