aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2008-11-16 01:52:44 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2008-11-16 01:52:44 +0000
commit6d7951c02231cc86006938bc01d23a5ac8b9c013 (patch)
tree93a3e8b0d0a89c78fb321255f90dea9fb7c90982 /ChangeLog
parent425bfdae202a21fee5f5846edfe54575d6dcd3b4 (diff)
downloadtor-6d7951c02231cc86006938bc01d23a5ac8b9c013.tar.gz
tor-6d7951c02231cc86006938bc01d23a5ac8b9c013.zip
Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1.5-alpha.
svn:r17275
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15ddcdcdd8..cc68082edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-??
o Major bugfixes:
- Fix a DOS opportunity during the voting signature collection process
at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x.
+ - Fix a possible segfault when establishing an exit connection. Bugfix
+ on 0.2.1.5-alpha.
o Minor bugfixes:
- Get file locking working on win32. Bugfix on 0.2.1.6-alpha. Fixes