summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-08-10 18:04:17 -0400
committerRoger Dingledine <arma@torproject.org>2013-08-10 18:04:17 -0400
commitc2150628fd819f8a6679e9717c659d9468c27a8a (patch)
treee6b8dabb63d79681e751951a8f4499b13f5c238c /ChangeLog
parent42335972d5f73c18b59459201d80f4e769cc2a5b (diff)
downloadtor-c2150628fd819f8a6679e9717c659d9468c27a8a.tar.gz
tor-c2150628fd819f8a6679e9717c659d9468c27a8a.zip
fold in change stanza
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e741732ebf..34aa04a109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ Changes in version 0.2.4.16-rc - 2013-08-0?
- Fix a bug in the voting algorithm that could yield incorrect results
when a non-naming authority declared too many flags. Fixes bug 9200;
bugfix on 0.2.0.3-alpha.
+ - Fix an uninitialized read that could in some cases lead to a remote
+ crash while parsing INTRODUCE 1 cells. Bugfix on 0.2.4.1-alpha.
+ Anybody running a hidden service on the experimental 0.2.4.x
+ branch should upgrade. (This is, so far as we know, unrelated to
+ the recent news.)
- Avoid an assertion failure when processing DNS replies without the
answer types we expected. Fixes bug 9337; bugfix on 0.2.4.7-alpha.
- Avoid a crash when using --hash-password. Fixes bug 9295; bugfix on