aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-02-22 16:19:35 -0500
committerRoger Dingledine <arma@torproject.org>2010-02-22 16:19:35 -0500
commit8ce1cb174d9e0801488e5d924a40318b71667d2e (patch)
treec20fd441ff4daba78afc1f0af6533d24d70851ef /ChangeLog
parent295e6557a9d37b4466602d77e0dc2ada060fddd4 (diff)
downloadtor-8ce1cb174d9e0801488e5d924a40318b71667d2e.tar
tor-8ce1cb174d9e0801488e5d924a40318b71667d2e.tar.gz
elevate a changelog entry, and get my mailto out of the man page
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fe3bc729..dc4cfe86c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@ Changes in version 0.2.2.9-alpha - 2010-02-22
that didn't allow exiting to any ports. This bug could screw
with load balancing and stats. Bugfix on 0.1.1.6-alpha; fixes bug
1238. Bug discovered by Martin Kowalczyk.
+ - When freeing a cipher, zero it out completely. We only zeroed
+ the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
+ and patched by ekir. Fixes bug 1254.
o Minor bugfixes:
- Fix static compilation by listing the openssl libraries in the right
@@ -45,9 +48,6 @@ Changes in version 0.2.2.9-alpha - 2010-02-22
- Fix a spec conformance issue: the network-status-version token
must be the first token in a v3 consensus or vote. Discovered by
parakeep. Bugfix on 0.2.0.3-alpha.
- - When freeing a cipher, zero it out completely. We only zeroed
- the first ptrsize bytes. Bugfix on tor-0.0.2pre8. Discovered
- and patched by ekir. Fixes bug 1254.
o Code simplifications and refactoring:
- Generate our manpage and HTML documentation using Asciidoc. This