diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-02-12 23:19:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-02-12 23:32:31 -0500 |
commit | 01acce62b95e102e4381a38337f71ca2b30cc40e (patch) | |
tree | 7081302fefb1fc159d33b63e105dc3ebc856cd5c /changes | |
parent | 60b42d68f35870f2d72dae5381120146813e9106 (diff) | |
download | tor-01acce62b95e102e4381a38337f71ca2b30cc40e.tar.gz tor-01acce62b95e102e4381a38337f71ca2b30cc40e.zip |
Add a changes file for bug5084
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5084 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5084 b/changes/bug5084 new file mode 100644 index 0000000000..bf175c63ad --- /dev/null +++ b/changes/bug5084 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Avoid a crash when managed proxies are configured and we receive + HUP signals or configuration values too rapidly. Fixes bug 5084; + bugfix on 0.2.3.6-alpha. |