From a6ea38c79973ab70f37f08c3b0a3f34e81280e57 Mon Sep 17 00:00:00 2001 From: cos Date: Tue, 25 May 2021 23:37:13 +0200 Subject: Remove some unnecessary ugly red paint --- CHANGELOG.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 370f372..6af47c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,37 +1,37 @@ ## Version 1.1.8 New feature: -* 407f12d client: output local time by default, add -z/--zulu for UTC +* 407f12d client: output local time by default, add -z/--zulu for UTC Housekeeping: -* 02212e2 Switch to std::time and drop use of 'time' crate -* d42db50 Upgrade several dependencies to latest versions -* e13d6fd Remove deprecated `std::error::Error::description` calls -* 32f11aa Update Dockerfile to Rust 1.42 +* 02212e2 Switch to std::time and drop use of 'time' crate +* d42db50 Upgrade several dependencies to latest versions +* e13d6fd Remove deprecated `std::error::Error::description` calls +* 32f11aa Update Dockerfile to Rust 1.42 ## Version 1.1.7 * Improved options for client output thanks to @zicklag (f1f834e8c). - By default the client now outputs just the time reported by the queried server. - The `-v` or `--verbose` flag will print additional information such as the response's + By default the client now outputs just the time reported by the queried server. + The `-v` or `--verbose` flag will print additional information such as the response's midpoint and radius. `-j` or `--json` outputs responses in JSON format instead. - Non-response text output is written to standard error to enable verbose output + Non-response text output is written to standard error to enable verbose output while redirecting the response(s) to a file or pipe like so: - + ``` $ roughenough-client -v roughtime.int08h.com 2002 > time.txt Requesting time from: "roughtime.int08h.com":2002 Received time from server: midpoint="Oct 08 2019 18:40:38", radius=1000000, verified=No (merkle_index=0) - + $ cat time.txt Oct 08 2019 18:40:38 ``` ## Version 1.1.6 -* Fix several Clippy items (266f1adc9) +* Fix several Clippy items (266f1adc9) * Update to latest Rusoto (6ff01af52) * Update to latest google-cloudkms (a0165c019) * Update Dockerfile to Rust 1.38 (a14c2e8) @@ -49,9 +49,9 @@ Housekeeping: ## Version 1.1.3 -* Add decrypt option to `roughenough-kms` +* Add decrypt option to `roughenough-kms` -## Version 1.1.2 +## Version 1.1.2 * Add client request statistics tracking. * Clean-up and simplification of server inner loop. @@ -67,24 +67,24 @@ Housekeeping: [feature's documentation](https://github.com/int08h/roughenough/blob/master/doc/OPTIONAL-FEATURES.md#http-health-check) * Support AWS and Google Key Management Systems (KMS) to protect the server's long-term key. See the [KMS documentation](https://github.com/int08h/roughenough/blob/master/doc/OPTIONAL-FEATURES.md#key-management-system-kms-support). -* Numerous refactorings and clean ups to support fuzzing of +* Numerous refactorings and clean ups to support fuzzing of server components (b801eda, thanks to @Aaron1011) ## Version 1.0.6 -* As pointed out in #10, the client and server binary names were too generic. Rename +* As pointed out in #10, the client and server binary names were too generic. Rename them to be packaging friendly. Thank you @grempe. (b43bcb27ad) - + ## Version 1.0.5 -* The server now supports configuration from +* The server now supports configuration from [environment variables](https://github.com/int08h/roughenough#server-configuration) - + ## Version 1.0.4 -* Update `untrusted` dependency to incorporate security fix (see https://github.com/RustSec/advisory-db/pull/24). +* Update `untrusted` dependency to incorporate security fix (see https://github.com/RustSec/advisory-db/pull/24). Fixes #6 reported by @tirkarthi (383b0347). - + ## Release 1.0.3 * Limit the number of tags in a message to 1024 (0b8c965) @@ -97,9 +97,9 @@ Housekeeping: ## Release 1.0.1 (yanked) -* Release 1.0.1 was removed from Github and yanked from crates.io due to a range-check bug. - 1.0.2 is its replacement. - +* Release 1.0.1 was removed from Github and yanked from crates.io due to a range-check bug. + 1.0.2 is its replacement. + ## Release 1.0.0 Thanks to @Aaron1011's work, Roughenough has 1.0 level of functionality. -- cgit v1.2.3