aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-10 15:38:52 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-10 15:38:52 -0500
commit69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5 (patch)
treea0742ef91ea8dde163cfdc60fe359b17a4d1b619 /changes
parent4dc8dc4b89259e1418cd984abe1cd8d8fc6a7496 (diff)
parent55d6fd27cbe6f058a1f444f47f05c7b64891655e (diff)
downloadtor-69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5.tar.gz
tor-69c47ab5fd608ecd47ddd3c1d2f041a2b41791b5.zip
Merge remote-tracking branch 'sebastian/bug18242'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug182426
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18242 b/changes/bug18242
new file mode 100644
index 0000000000..e91f6d5eb3
--- /dev/null
+++ b/changes/bug18242
@@ -0,0 +1,6 @@
+ o Minor bugfixes (testing):
+ - We no longer disable assertions in the unit tests when coverage
+ is enabled. Instead, we require you to say --disable-asserts-in-tests
+ to the configure script if you need assertions disabled in the
+ unit tests (for example, if you want to perform branch coverage).
+ Fixes bug 18242; bugfix on 0.2.7.1-alpha.