aboutsummaryrefslogtreecommitdiff
path: root/doc/HACKING/ReleasingTor.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-06-05 15:38:25 -0400
committerNick Mathewson <nickm@torproject.org>2019-06-05 15:38:25 -0400
commit4ceec4760c659122d900e56559b75157d1837ae2 (patch)
treef869fd9f49758f2c313b3a167a78787e45ade3b8 /doc/HACKING/ReleasingTor.md
parent54eb3c043c1c7599a7cbd73321fba3476d49728b (diff)
downloadtor-4ceec4760c659122d900e56559b75157d1837ae2.tar.gz
tor-4ceec4760c659122d900e56559b75157d1837ae2.zip
change some CI-substitute logic
Diffstat (limited to 'doc/HACKING/ReleasingTor.md')
-rw-r--r--doc/HACKING/ReleasingTor.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md
index 4c87a366cc..02e846a3b9 100644
--- a/doc/HACKING/ReleasingTor.md
+++ b/doc/HACKING/ReleasingTor.md
@@ -40,10 +40,14 @@ new Tor release:
* clang scan-build. (See the script in ./scripts/test/scan_build.sh)
* make test-network and make test-network-all (with
- --enable-expensive-hardening)
+ --enable-fragile-hardening)
* Running Tor yourself and making sure that it actually works for you.
+ * Running Tor under valgrind. (Our 'fragile hardening' doesn't cover
+ libevent and openssl, so using valgrind will sometimes find extra
+ memory leaks.)
+
=== II. Write a changelog