summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-13 17:13:24 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-13 17:13:24 -0500
commit9e48b30a7faa16e91c2a04a2bd7611e78fdd347c (patch)
tree2c1c45bf7df578ffeef9102b5030d6c377d1f194 /ChangeLog
parentd2b16d2052ae65b7d56b5cba82a1e88b19d8e117 (diff)
downloadtor-9e48b30a7faa16e91c2a04a2bd7611e78fdd347c.tar.gz
tor-9e48b30a7faa16e91c2a04a2bd7611e78fdd347c.zip
Reference correct ticket in 028 changelog, part 2. Closes 21124.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cb124343d..013dddf1b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1854,7 +1854,7 @@ Changes in version 0.2.8.2-alpha - 2016-03-28
testing versions of the static libraries. Fixes bug 18490; bugfix
on 0.2.7.1-alpha.
- Avoid spurious failures from configure files related to calling
- exit(0) in TOR_SEARCH_LIBRARY. Fixes bug 18625; bugfix on
+ exit(0) in TOR_SEARCH_LIBRARY. Fixes bug 18626; bugfix on
0.2.0.1-alpha. Patch from "cypherpunks".
- Silence spurious clang-scan warnings in the ed25519_donna code by
explicitly initializing some objects. Fixes bug 18384; bugfix on