summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug166443
-rw-r--r--changes/chutney-coverage3
-rw-r--r--changes/early-check-paths3
-rw-r--r--changes/test-full3
-rw-r--r--changes/test-workqueue-windows3
-rw-r--r--changes/ticket133386
6 files changed, 21 insertions, 0 deletions
diff --git a/changes/bug16644 b/changes/bug16644
new file mode 100644
index 0000000000..f7126bdc9d
--- /dev/null
+++ b/changes/bug16644
@@ -0,0 +1,3 @@
+ o Minor bugfixes (relay):
+ - Unblock threads before releasing the mutex to ensure predictable
+ scheduling behavior. Fixes bug 16644; bugfix on 0.2.6.3-alpha.
diff --git a/changes/chutney-coverage b/changes/chutney-coverage
new file mode 100644
index 0000000000..53983c87ff
--- /dev/null
+++ b/changes/chutney-coverage
@@ -0,0 +1,3 @@
+ o Testing:
+ - When building Tor with testing coverage enabled, run Chutney tests
+ (if any) using the 'tor-cov' coverage binary.
diff --git a/changes/early-check-paths b/changes/early-check-paths
new file mode 100644
index 0000000000..44bebbe660
--- /dev/null
+++ b/changes/early-check-paths
@@ -0,0 +1,3 @@
+ o Testing:
+ - When running test-network or test-stem, check for the absence
+ of stem/chutney before doing any build operations. \ No newline at end of file
diff --git a/changes/test-full b/changes/test-full
new file mode 100644
index 0000000000..5ff51db803
--- /dev/null
+++ b/changes/test-full
@@ -0,0 +1,3 @@
+ o Testing:
+ - Add new 'test-full' and 'test-full-online' targets to run all tests,
+ including integration tests with stem and chutney.
diff --git a/changes/test-workqueue-windows b/changes/test-workqueue-windows
new file mode 100644
index 0000000000..8d7b7f664b
--- /dev/null
+++ b/changes/test-workqueue-windows
@@ -0,0 +1,3 @@
+ o Testing:
+ - Make the test-workqueue test work on windows by initializing the
+ network before we begin.
diff --git a/changes/ticket13338 b/changes/ticket13338
new file mode 100644
index 0000000000..a1d242fcca
--- /dev/null
+++ b/changes/ticket13338
@@ -0,0 +1,6 @@
+ o Removed code:
+ - The internal pure-C tor-fw-helper tool is now removed from the
+ Tor distribution, in favor of the pure-Go clone available from
+ https://github.com/Yawning/tor-fw-helper . The libraries used
+ by the C tor-fw-helper are not, in our opinion, very confidence-
+ inspiring in their secure-proggramming techniques. Closes ticket 13338.