commit 8410d3b0ad6b7132452d6979914b20697707ea85
parent 5e86a2868319f8aa55d2858fdb4d83e6f9f69120
Author: Nick Mathewson <nickm@torproject.org>
Date: Tue, 7 Aug 2018 08:10:26 -0400
These changes files are also merged in 0.3.4.6-rc: remove them.
Diffstat:
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/changes/bug26994 b/changes/bug26994
@@ -1,3 +0,0 @@
- o Minor bugfixes (portability):
- - Avoid a compilation error in test_bwmgt.c on Solaris 10.
- Fixes bug 26994; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug27003 b/changes/bug27003
@@ -1,6 +0,0 @@
- 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.