summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-07 08:05:51 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-07 08:05:51 -0400
commit882b2ad0aa46702e8420ef0d4bd788daff6f3ffd (patch)
treedec4ec72e2f981e8e9aa1e3fd898dc0a3fc8d760 /changes
parenta54e94878a438a269659387b9e6eea84f7e12771 (diff)
parent176999fd955dea5916a560374db7d4efd3a1dad1 (diff)
downloadtor-882b2ad0aa46702e8420ef0d4bd788daff6f3ffd.tar.gz
tor-882b2ad0aa46702e8420ef0d4bd788daff6f3ffd.zip
Merge branch 'bug27003_034_v2' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r--changes/bug270036
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27003 b/changes/bug27003
new file mode 100644
index 0000000000..4f2045afc7
--- /dev/null
+++ b/changes/bug27003
@@ -0,0 +1,6 @@
+ o Major bugfixes (event scheduler):
+ - When we enable a periodic event, schedule it in the event loop
+ rather than running it immediately. Previously, we would re-run
+ periodic events immediately in the middle of (for example)
+ changing our options, with unpredictable effects. Fixes bug
+ 27003; bugfix on 0.3.4.1-alpha.