diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d942721e..f1c9155b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# 0.0.7 (October 27, 2018) + +* Fix connection_id verification in tcp_server (#253) +* Silence wrong ping_id error in NodesResponse (#252) +* Silence onion_return decrypt errors (#251) +* Add DHT packet handler to be handled in client only (#250) +* Ignore client shutdown errors in tcp_server (#248) +* Move connection_id validation to parsers in tcp_server (#247) +* Temporary disabling hanging tcp test (#246) +* Add parser for Hardening DhtRequest (#245) +* Verify length of incoming BootstrapInfo packet (#243) +* Add unparsed buffer to codecs' errors (#242) +* Use crate failure for toxencryptsave (#241) +* Fix broken tcp test due to tokio update (#240) +* Use crate failure for Codec and ServerExt (#239) +* Use callback to get the message of the day (#238) +* Remove linkage from client when closing a client (#237) +* Remove redundant tcp Server::Client::send_impl (#235) +* Merge ServerProcessor with ServerExt (#234) +* Do not return an error if tcp connection by id was not found (#233) +* Reenable clippy and unused_parens warnings (#232) +* Add dummy implementation of TcpConnection (#231) +* Get rid of crate quickcheck (#230) +* Don't validate PublicKey in parsers due to bug in c-toxcore (#228) +* Use tokio::spawn to run TCP connections (#227) +* Remove dht_old/ (#226) +* Add test for status of established connection in net_crypto (#225) +* Ipv6Addr/Ipv4Addr parsing optimization (#224) +* Fix clippy warnings (#223) +* Add parser for Nickname packet for Messenger (#222) +* Give appropriate names to the bucket and kbucket (#221) +* Validate PublicKey when parsing (#220) +* Add tests for Packet for FriendConnection (#219) +* Add parser of Offline packet for Messenger (#218) +* Refactor onion to use Server::get_closest (#217) +* Simplify dht node, fix IPv6 issues (#216) +* NodesQueue stores PackedNodes(#215) +* parser for Online packet for Messenger (#214) + # 0.0.6 (September 7, 2018) * Fill node_to_bootstrap of friend with close nodes (#212) diff --git a/Cargo.toml b/Cargo.toml index d37c13f5e..12d7d96f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tox" -version = "0.0.6" +version = "0.0.7" authors = [ "Zetok Zalbavar ", "Roman Proskuryakov ",