Nick Mathewson пре 10 година
родитељ
комит
2a902ae525
2 измењених фајлова са 4 додато и 6 уклоњено
  1. 4 0
      ChangeLog
  2. 0 6
      changes/testscripts

+ 4 - 0
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-
     - Autodetect CHUTNEY_PATH if the chutney and Tor sources are side-
       by-side in the same parent directory. Closes ticket 16903. Patch
       by-side in the same parent directory. Closes ticket 16903. Patch
       by "teor".
       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
     - Add a new set of callgraph analysis scripts that use clang to
       produce a list of which Tor functions are reachable from which
       produce a list of which Tor functions are reachable from which
       other Tor functions. We're planning to use these to help simplify
       other Tor functions. We're planning to use these to help simplify

+ 0 - 6
changes/testscripts

@@ -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.
-