mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 00:53:19 +00:00
Updated for 1.9.2
This commit is contained in:
parent
504d25bf1f
commit
fb55d9b736
31
NEWS
31
NEWS
@ -1,3 +1,34 @@
|
||||
aria2 1.9.2
|
||||
===========
|
||||
|
||||
Release Note
|
||||
------------
|
||||
|
||||
This release adds kqueue, port_associate/port_getn and poll() support
|
||||
for socket event notification to eliminate 1024 file descriptor
|
||||
limitation of select() call. The bug that aria2.unpause and
|
||||
aria2.unpauseAll XML-RPC method fail when -s1 is given in command-line
|
||||
argument was fixed.
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
* Print warning when trying to add file descriptor >= FD_SET or < 0
|
||||
to fd_set for other than MinGW32 build. For MinGW32 build, print
|
||||
warning when trying to add file descriptor to fd_set when it
|
||||
already contains FD_SET file descriptors.
|
||||
|
||||
* Defined FD_SETSIZE 1024 for MinGW32.
|
||||
|
||||
* Added missing timespec.h to SRCS
|
||||
|
||||
* Fixed the bug that aria2.unpause fails with -s1.
|
||||
|
||||
* Supported poll, kqueue, port_associate/port_getn for socket event
|
||||
notification
|
||||
|
||||
|
||||
|
||||
aria2 1.9.1
|
||||
===========
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user