diff options
author | Guilhem Moulin <guilhem@debian.org> | 2023-04-25 20:07:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2023-04-25 20:07:41 +0200 |
commit | 5d965c73acc3c3e53a407186910cf6a7b8ccd812 (patch) | |
tree | d009d14a9ff1b0e4d87e9ae77098cd7c622186fb /Changelog | |
parent | dc90791dea5335fb48eb23311539710aef375910 (diff) | |
parent | c80a2530eb014b34a314e078fec2589bc7969e33 (diff) |
Merge tag 'v0.8.2' into debian/latest
Release version 0.8.2
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +lacme (0.8.2) upstream; + + + client: Handle "ready" → "processing" → "valid" status change during + newOrder, instead of just "ready" → "valid". The latter may be what + we observe when the server is fast enough, but according to RFC 8555 + sec. 7.1.6 the state actually transitions via "processing" state and + we need to account for that. + - Test suite: Point stretch's archive URL to archive.d.o. + + -- Guilhem Moulin <guilhem@fripost.org> Tue, 25 Apr 2023 20:06:22 +0200 + lacme (0.8.1) upstream; + lacme-accountd: improve log messages and refactor logging logic. |