|
1 | | -aria2 1.33.0 |
| 1 | +aria2 1.34.0 |
2 | 2 | ============ |
3 | 3 |
|
4 | 4 | Release Note |
5 | 5 | ------------ |
6 | 6 |
|
7 | | -This release fixes several bugs, and add new features. |
| 7 | +This release fixes several bugs. See Changes for details. |
8 | 8 |
|
9 | 9 | Changes |
10 | 10 | ------- |
11 | 11 |
|
12 | | -* Include arm in a filename of android zip |
| 12 | +* mingw: Use SetFileTime to avoid DST adjustment |
13 | 13 |
|
14 | | -* Upgrade base image of Dockerfile.mingw to ubuntu:16.04 |
| 14 | + GH-1079 |
15 | 15 |
|
16 | | -* wintls: Potential fix for undecrypted read |
| 16 | +* UnknownLengthPieceStorage: return piece length |
17 | 17 |
|
18 | | - GH-1021 |
| 18 | + show something in console status when downloading items |
| 19 | + with unknown content length |
19 | 20 |
|
20 | | -* libaria2: Return last error code from DownloadHandle::getErrorCode |
| 21 | + Patch from kwkam |
21 | 22 |
|
22 | | - GH-991 |
| 23 | + GH-1065 |
23 | 24 |
|
24 | | -* Windows: pass writefds also as exceptfds to select() |
| 25 | +* WinConsoleFile: fix colour properly |
25 | 26 |
|
26 | | - winsock notifies connect() failures on exceptfds instead of |
27 | | - writefds. |
| 27 | + Patch from kwkam |
28 | 28 |
|
29 | | - Fixes GH-969 |
30 | | - Fixes GH-975 |
| 29 | + GH-1058 |
31 | 30 |
|
32 | | -* libuv: use pkg-config |
| 31 | +* util: also detect xdg_* env variables on windows |
33 | 32 |
|
34 | | -* FeatureConfig: align text |
| 33 | + so if people like to keep FHS they could define XDG_* for it |
35 | 34 |
|
36 | | -* Update Dockerfile.mingw |
| 35 | + Patch from kwkam |
37 | 36 |
|
38 | | - avoid docker cache when using git |
| 37 | + GH-1057 |
39 | 38 |
|
40 | | - Patch from qweaszxcdf |
| 39 | +* MacOS: Allocate once (apfs compat) |
41 | 40 |
|
42 | | - GH-970 |
| 41 | +* Fix bug that signal handler does not work with libaria2 |
43 | 42 |
|
44 | | -* Add --peer-agent option |
| 43 | + This commit fixes the bug that signal handler does not work with |
| 44 | + libaria2 when aria2::RUN_ONCE is passed to aria2::run(). |
45 | 45 |
|
46 | | - Add --peer-agent for setting the version/user agent used in the |
47 | | - extended handshake protocol for bittorrent. |
| 46 | + GH-1053 |
48 | 47 |
|
49 | | - Patch from Kurt Kartaltepe |
| 48 | +* Retry on HTTP 502 |
50 | 49 |
|
51 | | - GH-947 |
| 50 | + Patch from nicolov |
52 | 51 |
|
53 | | -* OSX: Allow to specify a build |
54 | | - |
55 | | -* OSX: update c-ares |
56 | | - |
57 | | -* [Docs, libaria2] Fix type of obj pushed into options vector |
58 | | - |
59 | | - aria::KeyVals is a vector of pair of std strings, therefore the type |
60 | | - of object being pushed should be std::pair<std::string, |
61 | | - std::string>, however in the docs, the type of the said object is |
62 | | - KeyVals. If one follows the docs, their code will fail to compile. |
63 | | - |
64 | | - Patch from geetam |
65 | | - |
66 | | - GH-941 |
67 | | - |
68 | | -* AppleTLS: Silence cipher suite selection |
69 | | - |
70 | | -* Unbreak build OSX build |
71 | | - |
72 | | -* Update macOS versions |
73 | | - |
74 | | -* Add --bt-load-saved-metadata option |
75 | | - |
76 | | - Before getting torrent metadata from DHT when downloading with |
77 | | - magnet link, first try to read file saved by --bt-save-metadata |
78 | | - option. If it is successful, then skip downloading metadata from |
79 | | - DHT. By default, this feature is turned off. |
80 | | - |
81 | | - GH-909 |
82 | | - |
83 | | -* Fix regression in bfc54d0b9a694e5d87efd8ed11b5393bc4b66f93 |
84 | | - |
85 | | - Don't save control file if --auto-save-interval is 0. |
86 | | - |
87 | | - GH-917 |
88 | | - |
89 | | -* Fix infinite loop bug when file is not found |
| 52 | + GH-1038 |
0 commit comments