diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-16 14:13:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-16 14:13:39 -0500 |
commit | 454d85436385a7ee0b60f18834d707d72b08b915 (patch) | |
tree | f5bb20faeb465f1046393b636f164c3810335c5f /changes | |
parent | f470756cf4660bd7d5e9d4c8d66a56adfd3b7ff7 (diff) | |
parent | 68ca6d2e1971372617f920e71a4a51e16900095e (diff) | |
download | tor-454d85436385a7ee0b60f18834d707d72b08b915.tar.gz tor-454d85436385a7ee0b60f18834d707d72b08b915.zip |
Merge branch 'bug21074_029'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21074_downgrade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade new file mode 100644 index 0000000000..c9f81bd137 --- /dev/null +++ b/changes/bug21074_downgrade @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Don't exit the Tor process if setrlimit() fails to change the file + limit (which can happen sometimes on some versions of OSX). Fixes + bug 21074; bugfix on 0.0.9pre5. |