diff options
| author | Guilhem Moulin <guilhem@debian.org> | 2023-04-25 20:09:16 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@debian.org> | 2023-04-25 20:21:40 +0200 | 
| commit | d531c00ae1c422b3f0948d297098722fb448edb5 (patch) | |
| tree | f6397a285f0789dc6fe067dc8e9671592d40de1f | |
| parent | 5d965c73acc3c3e53a407186910cf6a7b8ccd812 (diff) | |
Update changelog for 0.8.2-1 releasedebian/0.8.2-1
| -rw-r--r-- | debian/changelog | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index b03a9b2..733c62c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lacme (0.8.2-1) unstable; urgency=medium + +  * New upstream bugfix release. +    + 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.  Closes: #1034834. +    + Test suite: Point stretch's archive URL to archive.d.o. + + -- Guilhem Moulin <guilhem@debian.org>  Tue, 25 Apr 2023 20:08:21 +0200 +  lacme (0.8.1-1) unstable; urgency=medium    [ Guilhem Moulin ] | 
