From: Nick Mathewson Date: Thu, 4 Feb 2016 17:54:54 +0000 (-0500) Subject: whoops, add a changes file for 18242. X-Git-Tag: tor-0.2.8.2-alpha~134^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d63cbf7f94d7747c00f6bf30a4094d13dc92332;p=thirdparty%2Ftor.git whoops, add a changes file for 18242. --- 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.