diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-11 22:49:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-11 22:49:44 -0400 |
commit | d1c7f65a8e76b594c63bf23baf7fb6c19ba44c00 (patch) | |
tree | 981c40261f0e943f5cb6f3404284bf9cf8a7270d /changes | |
parent | e7b10e5ecfdf3ede4123f921c1d2419268235176 (diff) | |
parent | 13847b8db6b676c4f2951a4195758f395b7551a8 (diff) | |
download | tor-d1c7f65a8e76b594c63bf23baf7fb6c19ba44c00.tar.gz tor-d1c7f65a8e76b594c63bf23baf7fb6c19ba44c00.zip |
Merge branch 'bug3135' into maint-0.2.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3135 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3135 b/changes/bug3135 new file mode 100644 index 0000000000..d761123480 --- /dev/null +++ b/changes/bug3135 @@ -0,0 +1,6 @@ + o Minor bugfixes + - Do not crash when our configuration file becomes unreadable + (usually due to a permissions change) between when we start + up and when a controller calls SAVECONF. Fixes bug 3135; + bugfix on 0.0.9pre6. + |