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
|
||||
|
||||
* fix bug in udp_socket when changing socks5 proxy quickly
|
||||
* fix bugs in convert_to/from_native() on windows
|
||||
* fix support for web servers not supporting keepalive
|
||||
* support storing save_path in resume data
|
||||
|
@ -58,6 +57,8 @@
|
|||
* fix uTP edge case where udp socket buffer fills up
|
||||
* fix nagle implementation in uTP
|
||||
|
||||
* fix bug in udp_socket when changing socks5 proxy quickly
|
||||
|
||||
0.16.17 release
|
||||
|
||||
* don't fall back on wildcard port in UPnP
|
||||
|
|
Loading…
Reference in New Issue