forked from aria2/aria2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
40 lines (22 loc) · 615 Bytes
/
NEWS
File metadata and controls
40 lines (22 loc) · 615 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
aria2 1.36.0
============
Release Note
------------
This release fixes several bugs. See Changes for details.
Changes
-------
* Update wslay
* Bump Windows build dependencies
* Bump android build dependencies
* Fix segfault when time_t is 64bit on 32bit arch
Patch from Natanael Copa
GH-1666
* Updates the make_bash_completion script to Python3.
Patch from sleepymac
GH-1672
* Prevent corrupt downloads after app and/or system crash
Patch from Ali MJ Al-Nasrawy
GH-1644
* Reset sessionDownloadLength and sessionUploadLength on download start
GH-1486
* AppleTLS: Add TLSv1.3 support