summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-01 01:03:51 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-01 01:03:51 -0400
commit3a0b8c85c4f8ea5ea2278917de6fcf1a201d1cbf (patch)
treef87ab384944a719b680854184dfeb67dd37bff6b
parent48a6816eb591c6f2a89963bba3d827d845481a0e (diff)
downloadtor-3a0b8c85c4f8ea5ea2278917de6fcf1a201d1cbf.tar.gz
tor-3a0b8c85c4f8ea5ea2278917de6fcf1a201d1cbf.zip
retroactively fix version typo in changelog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fa320a541e..bdce206eff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -337,7 +337,7 @@ Changes in version 0.2.3.16-alpha - 2012-06-05
indefinitely. Fixes bug 5380; bugfix on 0.2.1.14-rc.
- When fetching a bridge descriptor from a bridge authority,
always do so anonymously, whether we have been able to open
- circuits or not. Partial fix for bug 1938; bugfix on 2.0.7-alpha.
+ circuits or not. Partial fix for bug 1938; bugfix on 0.2.0.7-alpha.
This behavior makes it *safer* to use UpdateBridgesFromAuthority,
but we'll need to wait for bug 6010 before it's actually usable.