aria2/NEWS

53 lines
867 B
Plaintext
Raw Normal View History

2018-05-15 12:32:40 +00:00
aria2 1.34.0
2016-09-17 00:09:13 +00:00
============
Release Note
------------
2018-05-15 12:32:40 +00:00
This release fixes several bugs. See Changes for details.
2015-12-05 13:24:49 +00:00
Changes
-------
2018-05-15 12:32:40 +00:00
* mingw: Use SetFileTime to avoid DST adjustment
2015-12-05 13:24:49 +00:00
2018-05-15 12:32:40 +00:00
GH-1079
2015-12-05 13:24:49 +00:00
2018-05-15 12:32:40 +00:00
* UnknownLengthPieceStorage: return piece length
2015-12-05 13:24:49 +00:00
2018-05-15 12:32:40 +00:00
show something in console status when downloading items
with unknown content length
2016-05-15 10:26:44 +00:00
2018-05-15 12:32:40 +00:00
Patch from kwkam
2016-05-15 10:26:44 +00:00
2018-05-15 12:32:40 +00:00
GH-1065
2016-05-15 10:26:44 +00:00
2018-05-15 12:32:40 +00:00
* WinConsoleFile: fix colour properly
2016-05-15 10:26:44 +00:00
2018-05-15 12:32:40 +00:00
Patch from kwkam
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
GH-1058
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
* util: also detect xdg_* env variables on windows
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
so if people like to keep FHS they could define XDG_* for it
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
Patch from kwkam
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
GH-1057
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
* MacOS: Allocate once (apfs compat)
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
* Fix bug that signal handler does not work with libaria2
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
This commit fixes the bug that signal handler does not work with
libaria2 when aria2::RUN_ONCE is passed to aria2::run().
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
GH-1053
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
* Retry on HTTP 502
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
Patch from nicolov
2017-05-17 13:19:10 +00:00
2018-05-15 12:32:40 +00:00
GH-1038