Updated for 1.9.2

This commit is contained in:
Tatsuhiro Tsujikawa 2010-04-28 12:04:25 +00:00
parent 504d25bf1f
commit fb55d9b736

31
NEWS
View File

@ -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
===========