Bläddra i källkod

Updated for 1.9.2

Tatsuhiro Tsujikawa 15 år sedan
förälder
incheckning
fb55d9b736
1 ändrade filer med 31 tillägg och 0 borttagningar
  1. 31 0
      NEWS

+ 31 - 0
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
 ===========