summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-20 16:41:28 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-20 16:41:28 -0400
commit47649a558de24961c6784f54dcde84debf8c5851 (patch)
treeec08e9ce26db5edeff9ead3549579b3228b6ec54
parent67f0b51c9239dd1d2318007e3f503d4e09c3097b (diff)
downloadtor-47649a558de24961c6784f54dcde84debf8c5851.tar.gz
tor-47649a558de24961c6784f54dcde84debf8c5851.zip
missing parenthesis
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a57f7d52d..ee3bd69b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,7 +34,7 @@ Changes in version 0.2.7.4-rc - 2015-10-20
- Make the get_ifaddrs_* unit tests more tolerant of different
network configurations. (Don't assume every test box has an IPv4
address, and Don't assume every test box has a non-localhost
- address. Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
+ address.) Fixes bug 17255; bugfix on 0.2.7.3-rc. Patch by "teor".
- Skip backtrace tests when backtrace support is not compiled in.
Fixes part of bug 17151; bugfix on 0.2.7.1-alpha. Patch from
Marcin Cieślak.