summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-26 03:48:03 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-26 03:48:03 +0000
commitea0afb6c39d0a7f8d518cdd22a99c75f9a028666 (patch)
treecee83e48691d553730deda247702bb6e8ae77584 /ChangeLog
parent12fbf01abee0d963d4b051083c2a0ac16b2dcecb (diff)
downloadtor-ea0afb6c39d0a7f8d518cdd22a99c75f9a028666.tar.gz
tor-ea0afb6c39d0a7f8d518cdd22a99c75f9a028666.zip
bump to 0.2.0.18-alpha
svn:r13291
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a9aa4692d2..887f2f7d59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,14 @@
-Changes in version 0.2.0.18-alpha - 2008-01-??
+Changes in version 0.2.0.18-alpha - 2008-01-25
o New directory authorities:
- Set up dannenberg (run by CCC) as the sixth v3 directory
authority.
o Major bugfixes:
- - We accidentally enabled the under-development v2 TLS handshake
- code, which is causing log entries like "TLS error while
- renegotiating handshake". Disable it again. Resolves bug 590.
- Fix a major memory leak when attempting to use the v2 TLS
handshake code. Bugfix on 0.2.0.x; fixes bug 589.
+ - We accidentally enabled the under-development v2 TLS handshake
+ code, which was causing log entries like "TLS error while
+ renegotiating handshake". Disable it again. Resolves bug 590.
- We were computing the wrong Content-Length: header for directory
responses that need to be compressed on the fly, causing clients
asking for those items to always fail. Bugfix on 0.2.0.x; fixes
@@ -23,13 +23,15 @@ Changes in version 0.2.0.18-alpha - 2008-01-??
handle more, do another bandwidth test.
- New config options WarnPlaintextPorts and RejectPlaintextPorts so
Tor can warn and/or refuse connections to ports commonly used with
- vulnerable-plaintext protocols.
+ vulnerable-plaintext protocols. Currently we warn on ports 23,
+ 109, 110, and 143, but we don't reject any.
o Minor bugfixes:
- When we setconf ClientOnly to 1, close any current OR and Dir
listeners. Reported by mwenge.
- When we get a consensus that's been signed by more people than
- we expect, don't log about it; it's not a big deal.
+ we expect, don't log about it; it's not a big deal. Reported
+ by Kyle Williams.
o Minor features:
- Don't answer "/tor/networkstatus-bridges" directory requests if