aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-02-13 10:56:24 -0500
committerDavid Goulet <dgoulet@torproject.org>2019-02-13 10:56:24 -0500
commit6efc2a0e1f785e1e12fb8c7fd4b6aa4feceb647a (patch)
tree46c71ddafc4ff3f6a8c687e4407ffc1a931425df /changes
parent2e770216c498d7e714d1dbd78ab8790e137959f1 (diff)
parentd71ca3968213ea2ed6e30e7a1a5478db759a61e5 (diff)
downloadtor-6efc2a0e1f785e1e12fb8c7fd4b6aa4feceb647a.tar.gz
tor-6efc2a0e1f785e1e12fb8c7fd4b6aa4feceb647a.zip
Merge branch 'tor-github/pr/650' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug291613
-rw-r--r--changes/ticket286683
-rw-r--r--changes/ticket291604
3 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug29161 b/changes/bug29161
new file mode 100644
index 0000000000..39a638acf6
--- /dev/null
+++ b/changes/bug29161
@@ -0,0 +1,3 @@
+ o Minor bugfixes (tests):
+ - Detect and suppress "bug" warnings from the util/time test on Windows.
+ Fixes bug 29161; bugfix on 0.2.9.3-alpha.
diff --git a/changes/ticket28668 b/changes/ticket28668
new file mode 100644
index 0000000000..6386e0051f
--- /dev/null
+++ b/changes/ticket28668
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Treat all unexpected ERR and BUG messages as test failures.
+ Closes ticket 28668.
diff --git a/changes/ticket29160 b/changes/ticket29160
new file mode 100644
index 0000000000..8e11183064
--- /dev/null
+++ b/changes/ticket29160
@@ -0,0 +1,4 @@
+ o Minor bugfixes (tests):
+ - Do not log an error-level message if we fail to find an IPv6
+ network interface from the unit tests. Fixes bug 29160; bugfix on
+ 0.2.7.3-rc.