diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:35 +0000 |
commit | 7e5d7eea9c580ef4b41a765bde624af431942b96 (patch) | |
tree | 2c0d9ca12878fc4525650aa4e54d77a81a07cc09 /vendor/http-auth/CHANGELOG.md | |
parent | Adding debian version 1.70.0+dfsg1-9. (diff) | |
download | rustc-7e5d7eea9c580ef4b41a765bde624af431942b96.tar.xz rustc-7e5d7eea9c580ef4b41a765bde624af431942b96.zip |
Merging upstream version 1.70.0+dfsg2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/http-auth/CHANGELOG.md')
-rw-r--r-- | vendor/http-auth/CHANGELOG.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/vendor/http-auth/CHANGELOG.md b/vendor/http-auth/CHANGELOG.md new file mode 100644 index 000000000..8aaf39ed8 --- /dev/null +++ b/vendor/http-auth/CHANGELOG.md @@ -0,0 +1,31 @@ +## `v0.1.6` (2021-05-02) + +* upgrade `digest`, `md5`, and `sha2` dependencies. + +## `v0.1.5` (2021-11-30) + +* add `http_auth::basic::encode_credentials` for preemptively sending `Basic` + credentials. + +## `v0.1.4` (2021-11-18) + +* more thorough documentation +* shrink `DigestClient` +* support `userhash` in `DigestClient` +* support `-sess` algorithm variants in `DigestClient` + +## `v0.1.3` (2021-10-20) + +* fix `docs.rs` + +## `v0.1.2` (2021-10-20) + +* add RFC 2069 compatibility mode. + +## `v0.1.1` (2021-10-20) + +* allow `Digest`'s `qop` parameter to be omitted. + +## `v0.1.0` (2021-10-20) + +* initial version |