Skip to content

Commit

Permalink
Merge pull request #199 from tox-rs/release
Browse files Browse the repository at this point in the history
Release 0.0.6
  • Loading branch information
kpp authored Sep 7, 2018
2 parents c6d1c20 + a8e2120 commit a99eb8d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 0.0.6 (September 7, 2018)

* Fill node_to_bootstrap of friend with close nodes (#212)
* Parse packet type FriendRequests (#211)
* Add parameter for eviction strategy (#210)
* Speed up 'cargo test' for tcp (#209)
* Simplify constructor of Kbucket (#207)
* Refactor SockAndTime struct (#206)
* Parse packet type ShareRelays (#205)
* Add fake friends to DHT (#204)
* Handle all connections in ServerExt::run (#203)
* Renaming and minor refactoring (#202)
* Parse packet type Alive (#201, #208)
* Treat IPv4 and IPv6 addresses of same node as they belonged to different nodes (#200)
* Fix Appveyor to download libsodium v1.0.16 (#198)
* Remove pub from DHT Server::try_add_close_nodes (#197)
* Remove take_while while bootstrapping from nodes (#196)
* Avoid issues with floating point arithmetic (#195)
* Fix log for TCP server (#194)
* Bootstrap from bootstrap nodes when all nodes in Kbucket are discarded (#192)
* Limit bootstrap nodes of friend instead of close nodes (#191)
* Use cargo-clippy instead of deprecated clippy plugin (#189)
* Fix clippy warnings (#188, #190)
* Fix add overflow in DHT server (#187)
* Get closest global IP in OnionAnnounce (#187)
* Improve DHT tests (#186)
* Relicense to MIT/GPLv3+ (#185)
* Fix hole punching (#183, #193)
* Simplify example and synchronize it with tox-node (#182)
* Use DhtNode instead of PackedNode (#181)
* Update the status of the project (#180)
* Send periodic pings in TCP server (#178)
* Fix binary search in Kbucket (#177)
* Add crypto_core::random_usize (#176)
* Add mutable iterator for Kbucket (#175)
* DHT refactoring, NAT fixes, improve ping sender (#174, #179, #193)
* Set onion sink for DHT Server via setter (#173)
* Poll Future in PingSender::try_add (#172)
* Fix IPv6 in DHT (#171)
* Add TCP:ServerExt to serve each TCP connection (#170)
* Do not send LAN IPs in NodesResponse (#168)
* Optional LanDiscovery for DhtNode (#167)

# 0.0.5 (June 27, 2018)

* DHT refactoring, move periodic tasks from example into lib code (#161)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tox"
version = "0.0.5"
version = "0.0.6"
authors = [
"Zetok Zalbavar <zetok@openmailbox.org>",
"Roman Proskuryakov <humbug@deeptown.org>",
Expand Down

0 comments on commit a99eb8d

Please sign in to comment.