mirror of https://github.com/aria2/aria2
Updated NEWS for 1.11.1 release.
parent
c1152f061f
commit
8d8fb31a45
8
NEWS
8
NEWS
|
@ -5,16 +5,20 @@ Release Note
|
|||
------------
|
||||
|
||||
This release fixes the bug that aria2 does not work on platforms which
|
||||
have kqueue() system call due to invalid timeout parameter.
|
||||
have kqueue() system call due to invalid timeout parameter. The
|
||||
--show-console-readout option was added. This option toggles the
|
||||
appearance of console readout.
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Added --show-console-readout option. This option toggles
|
||||
appearance of console readout.
|
||||
|
||||
* Fixed the bug that microsecond part of timeval overwlows in
|
||||
waitData(). This bug affects platforms which have kqueue() system
|
||||
call. Those systems are FreeBSD, OpenBSD, NetBSD and Darwin (Mac OS
|
||||
X).
|
||||
|
||||
|
||||
|
||||
aria2 1.11.0
|
||||
|
|
Loading…
Reference in New Issue