Skip to content

Commit

Permalink
Merge pull request #111 from tox-rs/release_004
Browse files Browse the repository at this point in the history
Release 0.0.4
  • Loading branch information
kpp authored Apr 27, 2018
2 parents be8b99a + 4bc1569 commit 9832790
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 0.0.4 (April 27, 2018)

* Implement OnionAnnounce struct (#77)
* Use InnerOnionResponse as onion response payload (#85)
* Handle onion request/response packets in DHT Node (#88)
* Handle OnionAnnounceRequest/OnionDataRequest packets (#106)
* Add sender's address to TCP's onion sink (#113)
* Update TCP onion packets (#115)
* Migrate to parking_lot::RwLock instead of std (#82)
* Refactor DHT Node, remove client struct (#96)
* Fix "Decrypting DhtRequest failed" (#102)
* Add TCP Relay client connection (#10)
* Improve TCP Relay tests (#103)
* Add hash of pings to DHT server (#98)
* Fix ".ping_id does not match" (#86, #87)
* Migrate to tokio-timer v0.2 (#108)
* Remove timedout clients from DHT Node (#73)
* Remove useless union value from decryption errors (#110)
* Implement Lan Discovery handler (#71, #78)
* Split Onion, TCP, DHT Packet into multiple files (#72, #83, #109)
* Move to our IoFuture since it is going to be deprecated in tokio (#112)

# 0.0.3 (March 27, 2018)

* Parse all Onion packets (#50)
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.3"
version = "0.0.4"
authors = [
"Zetok Zalbavar <zetok@openmailbox.org>",
"Roman Proskuryakov <humbug@deeptown.org>",
Expand Down

0 comments on commit 9832790

Please sign in to comment.