summaryrefslogtreecommitdiff
path: root/changes/bug6778
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug6778')
-rw-r--r--changes/bug67784
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug6778 b/changes/bug6778
index 4448d15089..9149f70ea1 100644
--- a/changes/bug6778
+++ b/changes/bug6778
@@ -1,4 +1,6 @@
o Minor bugfixes:
- Avoid a warning when building common_sha1.i out of tree. Fixes bug
6778; bugfix on 0.2.4.1-alpha.
- - Fix a mis-declared dependency on src/common/crypto.c.
+ - Fix mis-declared dependencies on src/common/crypto.c and
+ src/or/tor_main.c that could break out-of-tree builds under some
+ circumstances. Fixes bug 6778; bugfix on 0.2.4.1-alpha.