pull/1/head
Tatsuhiro Tsujikawa 2009-02-13 14:19:15 +00:00
parent 7007a7386f
commit 3ca104a506
1 changed files with 18 additions and 0 deletions

18
NEWS
View File

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