bug3327 693 B

1234567891011121314
  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.
  9. o Minor features:
  10. - Relays now include a reason for regenerating their descriptors
  11. an HTTP header when uploading to the authorities. This will
  12. make it easier to debug descriptor-upload issues in the future.