diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-24 11:18:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-24 11:18:41 -0400 |
commit | 461771ebbce3a86965eb2d696f9d42e9bcb777c9 (patch) | |
tree | 4b4ced672b7e6a80aa2d2a8e7df8430a1a40e04e /changes | |
parent | 6f5a74002ac6406ebe602a3d8d36d251bd217df4 (diff) | |
parent | db81cdbb0f9a69bc7bb0a4f77ff0fe44875f7cda (diff) | |
download | tor-461771ebbce3a86965eb2d696f9d42e9bcb777c9.tar tor-461771ebbce3a86965eb2d696f9d42e9bcb777c9.tar.gz |
Merge branch 'bug4438-v2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4438 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4438 b/changes/bug4438 new file mode 100644 index 000000000..94690e18e --- /dev/null +++ b/changes/bug4438 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Fix a dirauth-only exit on sighup that could happen during some + configuration state transitions. We now don't treat it as a fatal + error when the new descriptor we just generated in init_keys + isn't accepted. Fixes bug 4438; bugfix on 0.2.1.9-alpha. + |