aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-27 21:06:34 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-27 21:06:34 +0000
commit466abecef43b39faf48c33770a7939162341f5f2 (patch)
treed26fdae8f6e2b800cd120ce252821618069c0284 /ChangeLog
parent86551d411d976b16d18fd14524af320d4617ac2a (diff)
downloadtor-466abecef43b39faf48c33770a7939162341f5f2.tar.gz
tor-466abecef43b39faf48c33770a7939162341f5f2.zip
Our new v2 hidden service descriptor format allows descriptors
that have no introduction points. But Tor crashed when we tried to build a descriptor with no intro points (and it would have crashed if we had tried to parse one). Bugfix on 0.2.0.x; patch by Karsten Loesing. svn:r12579
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9869479e53..2c46609c55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@ Changes in version 0.2.0.13-alpha - 2007-11-??
- Don't crash if we get an unexpected value for the
PublishServerDescriptor config option. Reported by Matt Edman;
bugfix on 0.2.0.9-alpha.
+ - Our new v2 hidden service descriptor format allows descriptors
+ that have no introduction points. But Tor crashed when we tried
+ to build a descriptor with no intro points (and it would have
+ crashed if we had tried to parse one). Bugfix on 0.2.0.x; patch
+ by Karsten Loesing.
Changes in version 0.2.0.12-alpha - 2007-11-16