diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-11-16 01:52:44 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-11-16 01:52:44 +0000 |
commit | 6d7951c02231cc86006938bc01d23a5ac8b9c013 (patch) | |
tree | 93a3e8b0d0a89c78fb321255f90dea9fb7c90982 /ChangeLog | |
parent | 425bfdae202a21fee5f5846edfe54575d6dcd3b4 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |