]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
These changes files are also merged in 0.3.4.6-rc: remove them.
authorNick Mathewson <nickm@torproject.org>
Tue, 7 Aug 2018 12:10:26 +0000 (08:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 7 Aug 2018 12:10:26 +0000 (08:10 -0400)
changes/bug26994 [deleted file]
changes/bug27003 [deleted file]

diff --git a/changes/bug26994 b/changes/bug26994
deleted file mode 100644 (file)
index 664894a..0000000
+++ /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 (file)
index 4f2045a..0000000
+++ /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.