From ec36d1c956d6e823512a325721ba30a370f3e7d3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 10 Mar 2020 10:26:11 -0400 Subject: [PATCH] More detailed description of 28992 fix. --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d5ad708d3..7024b2b1e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,8 +28,9 @@ Changes in version 0.4.3.3-alpha - 2020-03-?? on 0.3.2.2-alpha. o Minor bugfixes (onion service v3, client): - - Remove a BUG() that is causing a stacktrace for a situation that - very rarely happens but still can. Fixes bug 28992; bugfix + - Remove a BUG() warning that would cause a stack trace if an onion + service descriptor was freed while we were waiting for a + rendezvous circuit to complete. Fixes bug 28992; bugfix on 0.3.2.1-alpha. o Documentation (manpage):