From 74c985fd49b1b76411586caea6eed0db2510eade Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 17 Aug 2023 12:48:58 -0400 Subject: [PATCH] basic doc additions --- CHANGELOG.md | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e85573..5600cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for gbs-downloader -## 0.1.0.0 -- YYYY-mm-dd +## 0.1.0.0 -- 2023-08-17 * First version. Released on an unsuspecting world. +* Basic support for loading storage service announcements for server discovery. +* Basic support for downloading the contents associated with a CHK or SDMF read capability. + * CHK and SDMF directories are also supported. diff --git a/README.md b/README.md index b125ead..56fb223 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ It aims for bit-for-bit compatibility with the original Python implementation. ### What is the current state? * It can download immutable and mutable shares from Great Black Swamp storage servers. + * It *does not* cryptographically verify the identity of servers it communicates with. * It can interpret, decode, and decrypt the data for CHK- and SDMF-encoded shares to recover the plaintext. ## Why does it exist? -- GitLab