2015-12-10 08:53:14 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This project follows [semantic versioning](http://semver.org).
|
|
|
|
|
2019-12-04 15:33:42 +00:00
|
|
|
### v1.1.0 (2019-12-04)
|
2019-12-04 08:32:35 +00:00
|
|
|
|
2019-12-04 09:34:08 +00:00
|
|
|
- [added] Exchange peer timeout and adapt keepalive accordingly
|
|
|
|
- [added] Reducing published peer timeout to 5 min when NAT is detected
|
2019-12-04 12:43:38 +00:00
|
|
|
- [added] Added more tests
|
2019-12-04 15:33:42 +00:00
|
|
|
- [changed] Rust version 1.39.0
|
2019-12-04 08:32:35 +00:00
|
|
|
- [changed] Updated dependencies
|
2019-12-04 12:43:38 +00:00
|
|
|
- [fixed] Fixed potential startup dependency issue
|
2019-12-04 15:33:42 +00:00
|
|
|
- [fixed] Fixed wrong base62 encoding
|
2019-12-04 08:32:35 +00:00
|
|
|
|
2019-03-21 17:02:41 +00:00
|
|
|
### v1.0.0 (2019-03-21)
|
2019-02-18 08:56:37 +00:00
|
|
|
|
2019-02-19 21:04:21 +00:00
|
|
|
- [added] Added ability to publish small beacons for rendezvous
|
2019-03-02 00:13:35 +00:00
|
|
|
- [added] Added build chain for packages
|
2019-03-01 23:50:55 +00:00
|
|
|
- [added] Added more tests
|
2019-02-18 08:56:37 +00:00
|
|
|
- [changed] Allow to build binary without manpage
|
2019-03-01 23:50:55 +00:00
|
|
|
- [changed] Rust edition 2018
|
|
|
|
- [changed] Rust version 1.33.0
|
|
|
|
- [changed] Updated dependencies
|
2019-02-19 21:04:21 +00:00
|
|
|
- [fixed] Fixed bug that could cause repeated initialization messages
|
2019-02-18 08:56:37 +00:00
|
|
|
|
2019-02-16 14:42:03 +00:00
|
|
|
### v0.9.1 (2019-02-16)
|
|
|
|
|
2019-02-18 08:56:37 +00:00
|
|
|
- [fixed] Fixed bug in new hex secret key functionality
|
2019-02-16 14:42:03 +00:00
|
|
|
|
2019-02-15 22:44:39 +00:00
|
|
|
### v0.9.0 (2019-02-15)
|
2019-01-04 11:32:48 +00:00
|
|
|
|
2019-02-15 21:42:13 +00:00
|
|
|
- [added] Added support for cross-compilation
|
2019-01-10 18:36:50 +00:00
|
|
|
- [added] Added keepalive option for nodes behind NAT
|
|
|
|
- [added] Added ability to write out statistics file with peers and traffic info
|
|
|
|
- [added] Added dummy device type that does not allocate an interface
|
2019-02-15 21:42:13 +00:00
|
|
|
- [added] Added ability to change /dev/tun path
|
2019-01-10 18:36:50 +00:00
|
|
|
- [changed] Using ring instead of libsodium
|
|
|
|
- [changed] Using PBKDF2 for shared keys (**incompatible**)
|
2019-02-15 21:42:13 +00:00
|
|
|
- [changed] Updated dependencies
|
2019-01-04 11:32:48 +00:00
|
|
|
- [fixed] Hashed magics now also consider first character (**incompatible**)
|
|
|
|
|
2019-01-10 18:36:50 +00:00
|
|
|
### v0.8.2 (2019-01-02)
|
2017-07-22 14:34:20 +00:00
|
|
|
|
|
|
|
- [changed] Using serde instead of rustc_serialize
|
2019-01-01 23:35:14 +00:00
|
|
|
- [changed] Updated libsodium to 1.0.16
|
2017-07-22 14:34:20 +00:00
|
|
|
- [changed] Updated dependencies
|
2019-01-01 23:35:14 +00:00
|
|
|
- [changed] Making clippy happy
|
2019-01-01 21:55:15 +00:00
|
|
|
- [fixed] Fixed wrong address
|
2017-07-22 14:34:20 +00:00
|
|
|
|
2017-05-09 07:27:44 +00:00
|
|
|
### v0.8.1 (2017-05-09)
|
2016-11-28 10:28:46 +00:00
|
|
|
|
|
|
|
- [added] Added more tests
|
2017-05-04 06:22:24 +00:00
|
|
|
- [changed] Updated dependencies
|
|
|
|
- [changed] Updated libsodium to 1.0.12
|
2017-05-04 05:50:58 +00:00
|
|
|
- [changed] Small fixes to make clippy happy
|
2017-05-04 06:22:24 +00:00
|
|
|
- [changed] Removed a layer of indirection from inner loop
|
2017-05-04 05:50:58 +00:00
|
|
|
- [fixed] Fixed two problems with routing table
|
2016-11-28 10:28:46 +00:00
|
|
|
|
2016-11-25 06:29:12 +00:00
|
|
|
### v0.8.0 (2016-11-25)
|
2016-06-21 06:57:20 +00:00
|
|
|
|
2016-08-10 09:34:13 +00:00
|
|
|
- [added] Support for automatic port forwarding via UPnP
|
2016-08-08 14:30:22 +00:00
|
|
|
- [added] Added `-s` shorthand for `--subnet`
|
2016-08-10 09:34:13 +00:00
|
|
|
- [added] Support for YAML config file via `--config`
|
2016-11-23 14:21:22 +00:00
|
|
|
- [added] Support for running in the background
|
|
|
|
- [added] Support for dropping permissions
|
|
|
|
- [added] Support for writing a pid file
|
|
|
|
- [added] Support for writing logs to logfile
|
2016-08-30 06:52:22 +00:00
|
|
|
- [changed] Not overriding recently learnt addresses in switch mode
|
|
|
|
- [changed] Caching resolved addresses to increase performance
|
2016-08-08 07:34:13 +00:00
|
|
|
- [changed] Configurable magic header is now used instead of Network-ID (**incompatible**)
|
2016-08-08 14:30:22 +00:00
|
|
|
- [changed] Clarified documentation on TUN netmasks
|
2016-08-12 06:39:46 +00:00
|
|
|
- [changed] Added timestamps to output
|
|
|
|
- [changed] Using new YAML config instead of old config files (**incompatible**)
|
|
|
|
- [changed] Prefer IPv4 over IPv6 when possible
|
2016-11-28 10:28:46 +00:00
|
|
|
- [changed] Updated dependencies
|
2016-08-08 07:34:13 +00:00
|
|
|
- [fixed] Fixed documentation of listen parameter
|
2016-08-10 09:34:13 +00:00
|
|
|
- [fixed] Fixed problem with multiple subnets
|
2016-08-08 18:41:29 +00:00
|
|
|
- [fixed] Fixed problem with interrupted poll after suspend to ram
|
2016-08-12 06:39:46 +00:00
|
|
|
- [fixed] Forgot to extend peer timeout on peer exchange
|
|
|
|
- [fixed] No longer broadcasting to additional addresses
|
2016-08-05 06:50:22 +00:00
|
|
|
|
|
|
|
### v0.7.0 (2016-08-05)
|
|
|
|
|
2016-07-06 19:14:09 +00:00
|
|
|
- [added] Added more tests
|
2016-06-30 08:05:37 +00:00
|
|
|
- [added] Added pluggable polling system
|
2016-06-29 06:47:36 +00:00
|
|
|
- [added] Added documentation
|
|
|
|
- [changed] Code cleanup
|
2016-06-21 06:57:20 +00:00
|
|
|
- [changed] Updated dependencies
|
|
|
|
- [changed] Turned some clippy warnings off
|
2016-06-26 17:21:26 +00:00
|
|
|
- [changed] Cross-compiling for ARM
|
2016-08-05 06:50:22 +00:00
|
|
|
- [changed] Updated libsodium to 1.0.11
|
2016-06-26 17:21:26 +00:00
|
|
|
- [removed] Removed Address remove code for prefix table
|
|
|
|
- [fixed] Reconnecting to lost peers when receiving from them or sending to them
|
|
|
|
- [fixed] Sending peer list more often to prevent timeouts
|
2016-06-29 06:47:36 +00:00
|
|
|
- [fixed] Removing learnt addresses of lost peers
|
2016-07-06 19:14:09 +00:00
|
|
|
- [fixed] Fixed possible crash in message decoding
|
2016-06-21 06:57:20 +00:00
|
|
|
|
2016-06-02 07:36:45 +00:00
|
|
|
### v0.6.0 (2016-06-02)
|
2016-04-11 07:10:29 +00:00
|
|
|
|
2016-05-24 08:32:03 +00:00
|
|
|
- [added] Exponential backoff for reconnect timeouts
|
2016-05-11 10:18:23 +00:00
|
|
|
- [added] Systemd compatible startup scripts
|
2016-05-11 08:54:00 +00:00
|
|
|
- [changed] Repeatedly resolving connect addresses to allow DynDNS
|
2016-05-02 07:05:34 +00:00
|
|
|
- [changed] Listening on IPv4 and IPv6
|
2016-05-02 06:35:11 +00:00
|
|
|
- [changed] Using SO_REUSEADDR to allow frequent rebinding
|
2016-04-11 07:10:29 +00:00
|
|
|
- [changed] Building and using local libsodium library automatically
|
2016-05-02 06:35:11 +00:00
|
|
|
- [changed] Updated dependencies
|
2016-04-11 07:10:29 +00:00
|
|
|
|
2016-04-05 13:36:06 +00:00
|
|
|
### v0.5.0 (2016-04-05)
|
2016-02-02 21:05:54 +00:00
|
|
|
|
2016-02-05 15:58:32 +00:00
|
|
|
- [added] Added license and copyright information
|
2016-02-03 09:21:20 +00:00
|
|
|
- [added] Added documentation for daemon config files
|
2016-02-02 21:05:54 +00:00
|
|
|
- [added] Script for performance measurements
|
2016-02-08 19:39:31 +00:00
|
|
|
- [added] Added more tests and benchmarks
|
2016-02-03 09:21:20 +00:00
|
|
|
- [changed] Daemon now detects network config files on its own
|
2016-02-02 21:05:54 +00:00
|
|
|
- [changed] Using display format for addresses
|
|
|
|
- [changed] Updated dependencies
|
|
|
|
- [changed] New measurements
|
2016-02-08 19:39:31 +00:00
|
|
|
- [changed] Only calling crypto_init once
|
|
|
|
- [changed] Passing listen address as &str
|
2016-03-29 08:45:54 +00:00
|
|
|
- [changed] Using FNV hash for better performance
|
2016-03-29 12:26:59 +00:00
|
|
|
- [changed] Using slice operations instead of loops
|
2016-04-05 20:07:25 +00:00
|
|
|
- [changed] Updated libsodium to 1.0.10
|
2016-04-05 13:48:28 +00:00
|
|
|
- [changed] Renamed default.net to example.net
|
2016-02-02 22:58:47 +00:00
|
|
|
- [fixed] Fixed wrong hex address formatting
|
2016-02-04 21:40:26 +00:00
|
|
|
- [fixed] Fixed peer exchange for more than 65000 peers
|
2016-02-08 19:39:31 +00:00
|
|
|
- [fixed] Initializing crypto for benchmarks
|
2016-03-29 11:54:28 +00:00
|
|
|
- [fixed] Removing learned addresses of lost peers
|
2016-02-02 21:05:54 +00:00
|
|
|
|
2016-02-02 10:32:47 +00:00
|
|
|
### v0.4.3 (2016-02-02)
|
2016-02-02 10:01:23 +00:00
|
|
|
|
2016-02-02 10:06:54 +00:00
|
|
|
- [changed] Updated libsodium to 1.0.8
|
2016-02-02 10:01:23 +00:00
|
|
|
- [fixed] Fixed problem with nodes broadcasting to themselves
|
|
|
|
|
2016-01-19 20:58:39 +00:00
|
|
|
### v0.4.2 (2016-01-19)
|
|
|
|
|
|
|
|
- [changed] Updated dependencies
|
|
|
|
- [changed] New measurements
|
|
|
|
- [changed] Using copy trait more often
|
|
|
|
- [fixed] Fixed deb changelog
|
|
|
|
|
2015-12-22 21:52:46 +00:00
|
|
|
### v0.4.1 (2015-12-22)
|
2015-12-22 21:39:02 +00:00
|
|
|
|
|
|
|
- [changed] Logging more verbosely
|
2015-12-22 21:40:26 +00:00
|
|
|
- [fixed] Removing NULL-bytes from interface name
|
2015-12-22 21:44:25 +00:00
|
|
|
- [fixed] Supporting hostnames as peers
|
2015-12-22 21:45:52 +00:00
|
|
|
- [fixed] No longer encrypting multiple times
|
2015-12-22 21:47:41 +00:00
|
|
|
- [fixed] Properly decoding protocol header when sending
|
|
|
|
- [fixed] Corrected size of read data
|
2015-12-10 08:53:14 +00:00
|
|
|
|
2015-12-22 21:52:46 +00:00
|
|
|
### v0.4.0 (2015-12-22)
|
2015-12-10 08:53:14 +00:00
|
|
|
|
2015-12-22 18:32:10 +00:00
|
|
|
- [added] Init script
|
2015-12-13 21:03:06 +00:00
|
|
|
- [changed] Removed last payload memcopy
|
2015-12-10 08:53:14 +00:00
|
|
|
- [changed] Using RNG to select peers for peers list exchange
|
|
|
|
- [changed] Updated dependency versions
|
|
|
|
- [changed] Updated documentation
|
|
|
|
- [fixed] Printing errors instead of panics in some cases
|
2015-12-22 18:32:10 +00:00
|
|
|
- [fixed] Build script for Debian packages
|
2015-12-10 08:53:14 +00:00
|
|
|
|
|
|
|
### v0.3.1 (2015-12-03)
|
|
|
|
|
|
|
|
- [added] Unique node ids to avoid connecting to self (**incompatible**)
|
|
|
|
- [fixed] Calling sync when writing to TUN/TAP device
|
|
|
|
|
|
|
|
### v0.3.0 (2015-12-02)
|
|
|
|
|
|
|
|
- [added] Support for AES256GCM encryption
|
|
|
|
- [added] Including current libsodium in builds
|
|
|
|
- [added] --crypto parameter to select encryption method
|
|
|
|
- [changed] Increased ChaCha20Poly1305 nonce from 8 to 12 bytes (**incompatible**)
|
|
|
|
- [changed] Updated dependency versions
|
|
|
|
- [changed] More tests
|
2016-07-02 09:24:49 +00:00
|
|
|
- [changed] Removed more "unsafe" blocks
|
2015-12-10 08:53:14 +00:00
|
|
|
- [fixed] Forgot to call `sodium_init`, huge performance increase
|
|
|
|
|
|
|
|
### v0.2.0 (2015-11-26)
|
|
|
|
|
|
|
|
- [added] Sending close message at the end
|
|
|
|
- [added] Support for IPv6 addresses
|
|
|
|
- [added] Support for ChaCha20Poly1305 encryption
|
|
|
|
- [removed] Support for ChaCha20HmacSha512256 encryption
|
|
|
|
- [changed] Complete rewrite of encryption code (**incompatible**)
|
|
|
|
- [changed] Removed unused code
|
|
|
|
- [changed] Some speed improvements
|
2016-05-30 12:26:52 +00:00
|
|
|
- [changed] Removed lots of "unsafe" blocks (**fixes security issue**)
|
2015-12-10 08:53:14 +00:00
|
|
|
- [changed] Added benchmarks
|
|
|
|
- [changed] Two step handshake in order to fix problems with inconsistent state
|
|
|
|
- [fixed] Pretty error messages instead of panics with traces
|
|
|
|
- [fixed] Pretty addresses instead of debug representation
|
|
|
|
|
|
|
|
### v0.1.0 (2015-11-25)
|
|
|
|
|
|
|
|
- First release
|