Tatsuhiro Tsujikawa преди 16 години
родител
ревизия
3ca104a506
променени са 1 файла, в които са добавени 18 реда и са изтрити 0 реда
  1. 18 0
      NEWS

+ 18 - 0
NEWS

@@ -21,6 +21,24 @@ html.
 Changes
 -------
 
+* Fixed the segmentation fault during execution of choking algorithm
+  in leecher state because of broken compare operator implementation.
+
+* Open file in binary mode. This fixes the bug that local torrent file
+  doesn't work on win32.
+
+* Added a check to see struct sockaddr_in has sin_len member.  Set
+  struct sockaddr_in.sin_len if HAVE_SOCKADDR_IN_SIN_LEN is defined.
+
+* Fixed possible buffer overrun when writing dht.dat.
+
+* Fix epoll error on the old kernel 2.6.8 or ealier.
+
+* Fixed the bug that adding 0 length filter to BitfieldMan filters 1
+  block. It should not filter anything.
+
+* Fixed broken selected file BitTorrent download.
+
 * Changed the default value of --proxy-method option from 'tunnel' to
   'get'. Use 'tunnel' for HTTPS regardless of --proxy-method option.