mirror of
https://github.com/aria2/aria2.git
synced 2024-11-23 18:13:32 +08:00
32 lines
569 B
Plaintext
32 lines
569 B
Plaintext
aria2 1.29.0
|
|
============
|
|
|
|
Release Note
|
|
------------
|
|
|
|
This release fixes several bugs. See Changes below for detailed bug
|
|
fixes. This release adds 1xx non-final response support. Wslay
|
|
library is updated to the latest revision.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* WinTLS: Fix busy loop on write error
|
|
|
|
GH-767
|
|
|
|
* Support 1xx non-final response
|
|
|
|
GH-763
|
|
|
|
* Update wslay
|
|
|
|
GH-764
|
|
|
|
* Don't download piece which is filtered out (e.g., --select-file)
|
|
|
|
This commit fixes the bug that piece which is not requested by
|
|
--select-file is downloaded in multi-file Web-Seeding.
|
|
|
|
GH-769
|