diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e85573097808b272aea5072a448281d4a08ae6b..5600cc9d19af375d545283a115a888c7162c3222 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 b125ead62c5b1422eea5065034692bb6f03377eb..56fb22350bd927d34024a37b78004851baa5ad4b 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?