summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-01-21 22:42:16 +0000
committerRoger Dingledine <arma@torproject.org>2008-01-21 22:42:16 +0000
commita9aa8917fcfd647d59d0462a99b27e0d4277ee0d (patch)
treeaec702f0c04bf04c3774cf6555e00e7ba7333a40
parent750ed3d0159c12b0f88f056b360e50efb4d46666 (diff)
downloadtor-a9aa8917fcfd647d59d0462a99b27e0d4277ee0d.tar.gz
tor-a9aa8917fcfd647d59d0462a99b27e0d4277ee0d.zip
a changelog entry for r13218
svn:r13220
-rw-r--r--ChangeLog18
1 files changed, 10 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c9891952a..26b0914112 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
Changes in version 0.2.0.18-alpha - 2008-01-??
+ 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.
+
o Major features:
- Avoid going directly to the directory authorities even if you're a
relay, if you haven't found yourself reachable yet or if you've
@@ -10,20 +17,15 @@ Changes in version 0.2.0.18-alpha - 2008-01-??
Tor can warn and/or refuse connections to ports commonly used with
vulnerable-plaintext protocols.
- 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.
+ o Minor bugfixes:
+ - When we setconf ClientOnly to 1, close any current OR and Dir
+ listeners. Reported by mwenge.
o Minor features:
- Don't answer "/tor/networkstatus-bridges" directory requests if
the request isn't encrypted.
- Make "ClientOnly 1" config option disable directory ports too.
- o Minor bugfixes:
- - When we setconf ClientOnly to 1, close any current OR and Dir
- listeners. Reported by mwenge.
-
Changes in version 0.2.0.17-alpha - 2008-01-17
Tor 0.2.0.17-alpha makes the tarball build cleanly again (whoops).