diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-08 11:31:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-08 11:32:02 -0400 |
commit | c7c24785ee1b846c608ae4691df7d10476885b66 (patch) | |
tree | 1f3dc1d7e95bc4ff1f2d29403ab77aa853d75551 /changes | |
parent | 0bec65277abed5567458e94c05c2b94f1b84e460 (diff) | |
download | tor-c7c24785ee1b846c608ae4691df7d10476885b66.tar.gz tor-c7c24785ee1b846c608ae4691df7d10476885b66.zip |
Generate bootstrapping status messages for microdescs too
Fix for 9927.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9927 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9927 b/changes/bug9927 new file mode 100644 index 0000000000..e66280c3c4 --- /dev/null +++ b/changes/bug9927 @@ -0,0 +1,4 @@ + o Minor features: + - Generate bootstrapping status update events correctly for fetching + microdescriptors. Fixes bug 9927. + |