diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-22 11:42:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-22 11:42:12 +0000 |
commit | 87a616e128a4c7e706131b9f4c640f781ce0d3eb (patch) | |
tree | 99d22381a3eef28e62991fb9ae383f8c8e31882f /ChangeLog | |
parent | abf9fadccac0c5b4f4d93557bf2fce897ee540ed (diff) | |
download | tor-87a616e128a4c7e706131b9f4c640f781ce0d3eb.tar tor-87a616e128a4c7e706131b9f4c640f781ce0d3eb.tar.gz |
Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh
without a datadirectory from a previous Tor install. Reported
by Zax.
svn:r12928
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes in version 0.2.0.14-alpha - 2007-12-?? o Major bugfixes: + - Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh + without a datadirectory from a previous Tor install. Reported + by Zax. - Fix a crash when we fetch a descriptor that turns out to be unexpected (it used to be in our networkstatus when we started fetching it, but it isn't in our current networkstatus), and we |