diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-07 08:05:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-07 08:05:51 -0400 |
commit | 882b2ad0aa46702e8420ef0d4bd788daff6f3ffd (patch) | |
tree | dec4ec72e2f981e8e9aa1e3fd898dc0a3fc8d760 /changes | |
parent | a54e94878a438a269659387b9e6eea84f7e12771 (diff) | |
parent | 176999fd955dea5916a560374db7d4efd3a1dad1 (diff) | |
download | tor-882b2ad0aa46702e8420ef0d4bd788daff6f3ffd.tar.gz tor-882b2ad0aa46702e8420ef0d4bd788daff6f3ffd.zip |
Merge branch 'bug27003_034_v2' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27003 | 6 |
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. |