aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-07 08:05:56 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-07 08:05:56 -0400
commit5e86a2868319f8aa55d2858fdb4d83e6f9f69120 (patch)
tree5a7401b6ff2c81ee0e59164f57cf98c32bc0f293 /changes
parentabf88af4887782f6952d90755d64f946d4958e6d (diff)
parent882b2ad0aa46702e8420ef0d4bd788daff6f3ffd (diff)
downloadtor-5e86a2868319f8aa55d2858fdb4d83e6f9f69120.tar.gz
tor-5e86a2868319f8aa55d2858fdb4d83e6f9f69120.zip
Merge branch '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.