This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from tox-rs/release
Release 0.0.3
- Loading branch information
Showing
3 changed files
with
93 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 0.0.3 (September 7, 2018) | ||
|
||
* download libsodium v1.0.16 (#20) | ||
* Write logs to syslog (#19) | ||
* Add tcp ping sender (#18) | ||
* Use add_initial_bootstrap (#17) | ||
* Run clippy on travis (#16) | ||
* Enable udp ipv6 (#15) | ||
* Update toxcore; fix nodes adding (#14) | ||
* Use secret from arg or key file (#13) | ||
* Make TCP and UDP servers optional (#12) | ||
* Add CI files (#11) | ||
* Add TCP relay (#9) | ||
* Add options to enable/disable LAN discovery (#8) | ||
* Dehardcode several values (#7) | ||
* Save DHT keys to a binary file (#6) | ||
* Update Cargo.toml to improve the package (#5) | ||
* Add multithreading(#4) | ||
* Typo fix (#3) | ||
* DHT server initial implementation (#2) | ||
* Relicense to MIT (#1) |
Oops, something went wrong.