aboutsummaryrefslogtreecommitdiff
path: root/changes/bug28524
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2018-11-19 15:48:08 -0600
committerTaylor Yu <catalyst@torproject.org>2018-11-19 15:48:08 -0600
commit0489288aa2ec62c84f612f80bb56883244af380d (patch)
treef9e8af150189cb5dfb561b27a6b74d65970d3e0d /changes/bug28524
parent3260914db06acd5a8a0b4f0e5991f8e318190dce (diff)
downloadtor-0489288aa2ec62c84f612f80bb56883244af380d.tar.gz
tor-0489288aa2ec62c84f612f80bb56883244af380d.zip
Update control_free_all() for #27169
Reset the added bootstrap tracking state introduced by ticket 27169. Fixes bug 28524; bugfix on 0.3.5.1-alpha.
Diffstat (limited to 'changes/bug28524')
-rw-r--r--changes/bug285244
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28524 b/changes/bug28524
new file mode 100644
index 0000000000..1cad700422
--- /dev/null
+++ b/changes/bug28524
@@ -0,0 +1,4 @@
+ o Minor bugfixes (restart-in-process, boostrap):
+ - Add missing resets of bootstrap tracking state when shutting
+ down (regression caused by ticket 27169). Fixes bug 28524;
+ bugfix on 0.3.5.1-alpha.