aria2/NEWS

63 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-05-17 13:19:10 +00:00
aria2 1.32.0
2016-09-17 00:09:13 +00:00
============
Release Note
------------
2017-05-17 13:19:10 +00:00
This release fixes several minor bugs, and spelling mistakes.
2015-12-05 13:24:49 +00:00
Changes
-------
2017-05-17 13:19:10 +00:00
* Clarify --max-concurrent-downloads option
2015-12-05 13:24:49 +00:00
2017-05-17 13:19:10 +00:00
GH-833
2015-12-05 13:24:49 +00:00
2017-05-17 13:19:10 +00:00
* Fix compile error with toolchain which lacks IPV6_TCLASS
2015-12-05 13:24:49 +00:00
2017-05-17 13:19:10 +00:00
GH-895
2016-05-15 10:26:44 +00:00
2017-05-17 13:19:10 +00:00
* Log directed URI in notice log level
2016-05-15 10:26:44 +00:00
2017-05-17 13:19:10 +00:00
GH-884
2016-05-15 10:26:44 +00:00
2017-05-17 13:19:10 +00:00
* Fix typo
2016-05-15 10:26:44 +00:00
2017-05-17 13:19:10 +00:00
Patch from Tse Kit Yam
GH-879, GH-899
* Spelling fixes
Patch from klemens
GH-870
* Remove unused Android parts
These parts where unused after merging
https://github.com/aria2/aria2/pull/736
Patch from Fredrik Fornwall
GH-868
* Save control file early
GH-859
* Update links in Dockerfile.raspberrypi
Some links used in Dockerfile.raspberrypi are not accessible
anymore, because they were pointing to old versions of some source
packages and new versions were released. This commit fixes this by
changing the links to point to the newest versions.
Patch from Michał Leśniewski
GH-860
* Propagate disk full error on pre-allocation to last error code
GH-856