aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-09-19 14:07:39 -0400
committerMatt Traudt <sirmatt@ksu.edu>2017-09-21 14:18:42 -0400
commitc20d4db7bfb17937a473d2b221a94321d66a32f4 (patch)
treec6ba6aec75154776f9f23cec7e9bd02d274b5a77 /changes
parent4c7a89a226be2f75400f3fc22d19ec9c31acd891 (diff)
downloadtor-c20d4db7bfb17937a473d2b221a94321d66a32f4.tar.gz
tor-c20d4db7bfb17937a473d2b221a94321d66a32f4.zip
sched: Hard exit if we can't select a scheduler
Fixes #23581 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug235814
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23581 b/changes/bug23581
new file mode 100644
index 0000000000..55f0860dc1
--- /dev/null
+++ b/changes/bug23581
@@ -0,0 +1,4 @@
+ o Minor bugfixes (scheduler):
+ - Make a hard exit if tor is unable to pick a scheduler which can happen
+ if the user specifies a scheduler type that is not supported and not
+ other types in Schedulers. Fixes ticket 23581.; bugfix on 0.3.2.1-alpha.