mirror of https://github.com/aria2/aria2
Updated
parent
7007a7386f
commit
3ca104a506
18
NEWS
18
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue