summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket112437
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket11243 b/changes/ticket11243
new file mode 100644
index 0000000000..0b470baf79
--- /dev/null
+++ b/changes/ticket11243
@@ -0,0 +1,7 @@
+ o Major features (downloading):
+ - Upon receiving a server descriptor, microdescriptor, extrainfo
+ document, or other object that is unparseable, if its digest
+ matches what we expected, then mark it as not to be downloaded
+ again. Previously, when we got a descriptor we didn't like, we
+ would keep trying to download it over and over. Closes ticket
+ 11243.