summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-07 08:10:26 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-07 08:10:26 -0400
commit8410d3b0ad6b7132452d6979914b20697707ea85 (patch)
tree8d87c5cdc495097ed2a3703a84183d464cf7ad7e /changes
parent5e86a2868319f8aa55d2858fdb4d83e6f9f69120 (diff)
downloadtor-8410d3b0ad6b7132452d6979914b20697707ea85.tar.gz
tor-8410d3b0ad6b7132452d6979914b20697707ea85.zip
These changes files are also merged in 0.3.4.6-rc: remove them.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug269943
-rw-r--r--changes/bug270036
2 files changed, 0 insertions, 9 deletions
diff --git a/changes/bug26994 b/changes/bug26994
deleted file mode 100644
index 664894a7fc..0000000000
--- a/changes/bug26994
+++ /dev/null
@@ -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
deleted file mode 100644
index 4f2045afc7..0000000000
--- a/changes/bug27003
+++ /dev/null
@@ -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.