aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-21 22:58:22 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-21 22:58:22 +0000
commit73ff2e5d5e1edaf4c6295035e73090c775512a23 (patch)
tree6fed88e5294dd28fb3be8bf26443d84a8911e866 /ChangeLog
parent57c26115fc2227fbabadcdcc51dbbd67ee4d7fa5 (diff)
downloadtor-73ff2e5d5e1edaf4c6295035e73090c775512a23.tar.gz
tor-73ff2e5d5e1edaf4c6295035e73090c775512a23.zip
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 aren't using bridges. Bugfix on 0.2.0.x. svn:r12911
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4936154f49..f1716118b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
Changes in version 0.2.0.14-alpha - 2007-12-??
+ o Major bugfixes:
+ - 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
+ aren't using bridges. Bugfix on 0.2.0.x.
+
o Minor bugfixes:
- Make the unit tests build again.