aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-28 11:10:45 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-28 11:10:45 -0400
commit362d712aa83e423481dd1c1c5dab1e3106d480d0 (patch)
tree401d1b65df340197b0e9f5123e02947eaf36c26a
parentb755f57dcc6f91e523e47398a0fb6b9760646b9b (diff)
downloadtor-362d712aa83e423481dd1c1c5dab1e3106d480d0.tar.gz
tor-362d712aa83e423481dd1c1c5dab1e3106d480d0.zip
Rescroll changelog
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b505df455c..730078c382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
Changes in version 0.2.8.2-alpha - 2016-03-28
Tor 0.2.8.2-alpha is the second alpha in its series. It fixes numerous
bugs in earlier versions of Tor, including some that prevented
- authorities using Tor 0.2.7.x from running correctly. IPv6 and directory
- support should also be much improved.
+ authorities using Tor 0.2.7.x from running correctly. IPv6 and
+ directory support should also be much improved.
o New system requirements:
- Tor no longer supports versions of OpenSSL with a broken
@@ -213,8 +213,8 @@ Changes in version 0.2.8.2-alpha - 2016-03-28
directory (there are 6 overall) and the seventh one would fail
because no directories were left, thereby triggering a close on
all current directory connections asking for the hidden service.
- The solution here is to not close the connections if we
- have pending directory fetches. Fixes bug 15937; bugfix
+ The solution here is to not close the connections if we have
+ pending directory fetches. Fixes bug 15937; bugfix
on tor-0.2.7.1-alpha.
o Minor bugfixes (hidden service, control port):