summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-24 15:31:50 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-24 15:31:50 -0400
commit2a902ae5251005aa565fdbeb53f8a84d8d52616d (patch)
treeebaf40a92c3bd5bb24f3240a7aee435399dadee6
parent85b65bf29f2245eb1363640cddf82e57ba5e7957 (diff)
downloadtor-2a902ae5251005aa565fdbeb53f8a84d8d52616d.tar.gz
tor-2a902ae5251005aa565fdbeb53f8a84d8d52616d.zip
fold 17148 into changelog
-rw-r--r--ChangeLog4
-rw-r--r--changes/testscripts6
2 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a4f04a7ceb..67de1b8a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -254,6 +254,10 @@ Changes in version 0.2.7.3-rc - 2015-09-24
- Autodetect CHUTNEY_PATH if the chutney and Tor sources are side-
by-side in the same parent directory. Closes ticket 16903. Patch
by "teor".
+ - Use environment variables rather than autoconf substitutions to
+ send variables from the build system to the test scripts. This
+ change should be easier to maintain, and cause 'make distcheck' to
+ work better than before. Fixes bug 17148.
- Add a new set of callgraph analysis scripts that use clang to
produce a list of which Tor functions are reachable from which
other Tor functions. We're planning to use these to help simplify
diff --git a/changes/testscripts b/changes/testscripts
deleted file mode 100644
index d3ac79f521..0000000000
--- a/changes/testscripts
+++ /dev/null
@@ -1,6 +0,0 @@
- o Testing:
- - Use environment variables rather than autoconf substitutions to send
- variables from the build system to the test scripts. This change should
- be easier to maintain, and cause 'make distcheck' to work better than
- before. Fixes bug 17148.
-