diff options
author | Chris Ball <chris@printf.net> | 2010-07-31 22:35:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-02 12:14:01 -0400 |
commit | 73a4c0690edd49ea8fec2b8034bc2b0b681acdb0 (patch) | |
tree | 1e8b0b4e951dd25f33722dc8c1667d9a197c0087 /changes | |
parent | 9ffa9779819bfba33a6a9fdd888aeb52c99d00d9 (diff) | |
download | tor-73a4c0690edd49ea8fec2b8034bc2b0b681acdb0.tar.gz tor-73a4c0690edd49ea8fec2b8034bc2b0b681acdb0.zip |
Bug #919: Don't rebind ports if we receive SIGHUP while hibernating.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug919 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug919 b/changes/bug919 new file mode 100644 index 0000000000..728b821a95 --- /dev/null +++ b/changes/bug919 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a regression that caused Tor to rebind its ports if it receives + SIGHUP while hibernating. Bugfix in 0.1.1.6-alpha, closes bug 919. + |