diff options
| -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 ]  | 
