Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fold in new changes entries | Roger Dingledine | 2012-04-30 |
| | |||
* | Say that bug4438 was a fix on 0.2.1.9-alpha. | Nick Mathewson | 2012-03-28 |
| | | | | | | | | | | Specifically, it was a fix on 33e2053ebca5d, where we introduced the WRA_* and ROUTER_* codes for dirserv_add_descriptor. Previously, we had checked for a _negative_ return from dirserv_add_descriptor, which meant "rejected". An insufficiently new descriptor would give a 0-valued return. But when we switched from numbers to enums, we got this check wrong and had init_keys() give an error whenever the descriptor wasn't accepted. | ||
* | Don't exit on dirauths for some config transitions | Sebastian Hahn | 2011-11-08 |