Merge remote-tracking branch 'origin/maint-0.2.2'
[tor.git] / changes / bug3327
blob454eb3156ce048c21ecb5a1ef9146e3519eab435
1   o Major features:
2     - Relays now try regenerating and uploading their descriptor more
3       frequently if they are not listed in the consensus, or if the
4       version of their descriptor listed in the consensus is too
5       old. This fix should prevent situations where a server declines
6       to re-publish itself because it has done so too recently, even
7       though the authorities decided not to list its recent-enough
8       descriptor. Fix for bug 3327.
10   o Minor features:
11     - Relays now include a reason for regenerating their descriptors
12       an HTTP header when uploading to the authorities.  This will
13       make it easier to debug descriptor-upload issues in the future.