Skip to content

Commit 7840f8f

Browse files
author
Roman Proskuryakov
authored
Merge pull request #375 from tox-rs/release
Release 0.0.10
2 parents eabbe7a + 5c53b82 commit 7840f8f

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# 0.0.10 (May 27, 2019)
2+
3+
* Do not store peer_session_pk in net crypto status (#373)
4+
* Re-grouping file transfer packets from messenger (#371)
5+
* Add ser/de for Conference packets (#356, #358)
6+
* Properly increase unsuccessful attempts counter in tcp client (#369)
7+
* Add .editorconfig (#366)
8+
* Implement onion client (#312)
9+
* Refactor send timeouts (#365)
10+
* Fix overflow in the netcrypto stats calculation (#364)
11+
* Add macros for errors (#357)
12+
* Add "new" method to DhtPkAnnouncePayload (#351)
13+
* Add function to kill a crypto connection (#350)
14+
* Add method to get random nodes from fake friends (#349)
15+
* Store both IPv4 and IPv6 addresses in the crypto connection (#347)
16+
* Add function to set friend's IP address (#346)
17+
* Handle incoming crypto handshake (#345)
18+
* Add function to add a new net crypto connection (#344)
19+
* Add function to get random relays we are connected to (#343)
20+
* Add method for sending lossless packet (#340)
21+
* Handle CryptoData packet (#342)
22+
* Add encrypt/decrypt functions to InnerOnionDataRequest (#341)
23+
* Adjust RequestQueue so that it can be used for onion client (#338)
24+
* Add ser/de for Messenger::FileSendRequest (#331)
25+
* More generic KbucketNode (#339)
26+
* Reduce the number of tokio deps (#337)
27+
* Do not replace a friend with empty struct after readding (#332)
28+
* Add ser/de for MSI packet (#313)
29+
* Fix wrong keys being used for net crypto handshake (#329)
30+
* Add ser/de for Onion::FriendReq (#324)
31+
* Do not send the same packet to the same node twice (#323)
32+
* Add ser/de for Messenger::StatusMessage (#316)
33+
* Add ser/de for Messenger::Typing packet (#318)
34+
* Add packet for DHT PK announcing (#321)
35+
* Add ser/de for Messenger::UserStatus packet (#317)
36+
* Unify IpPort structs (#322)
37+
* Add ser/de for Messenger::Message packet (#319)
38+
* Add ser/de for Messenger::Action packet (#320)
39+
* Add ser/de for Messenger::FileControl packet (#315)
40+
* Add ser/de for Messenger::FileData packet (#314)
41+
* Add function for unbiased random numbers (#309)
42+
* Unify kbucket with nodes queue (#310)
43+
44+
145
# 0.0.9 (January 27, 2019)
246

347
* Add dht::MAIN_LOOP_INTERVAL const (#304)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tox"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
authors = [
55
"Zetok Zalbavar <zetok@openmailbox.org>",
66
"Roman Proskuryakov <humbug@deeptown.org>",
@@ -37,7 +37,7 @@ sodiumoxide = "0.2.2"
3737
nom = "3.2"
3838
cookie-factory = "0.2"
3939
get_if_addrs = "0.5"
40-
parking_lot = "0.7"
40+
parking_lot = "0.8"
4141
failure = "0.1"
4242
lru = "0.1"
4343
bitflags = "1.0"

0 commit comments

Comments
 (0)