update changelog now that the udp_socket fix is back-ported to RC_0_16
This commit is contained in:
parent
fa4c016d39
commit
a15b4ef514
|
@ -1,6 +1,5 @@
|
||||||
1.0 release
|
1.0 release
|
||||||
|
|
||||||
* fix bug in udp_socket when changing socks5 proxy quickly
|
|
||||||
* fix bugs in convert_to/from_native() on windows
|
* fix bugs in convert_to/from_native() on windows
|
||||||
* fix support for web servers not supporting keepalive
|
* fix support for web servers not supporting keepalive
|
||||||
* support storing save_path in resume data
|
* support storing save_path in resume data
|
||||||
|
@ -58,6 +57,8 @@
|
||||||
* fix uTP edge case where udp socket buffer fills up
|
* fix uTP edge case where udp socket buffer fills up
|
||||||
* fix nagle implementation in uTP
|
* fix nagle implementation in uTP
|
||||||
|
|
||||||
|
* fix bug in udp_socket when changing socks5 proxy quickly
|
||||||
|
|
||||||
0.16.17 release
|
0.16.17 release
|
||||||
|
|
||||||
* don't fall back on wildcard port in UPnP
|
* don't fall back on wildcard port in UPnP
|
||||||
|
|
Loading…
Reference in New Issue