diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-03 15:10:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-03 15:10:57 -0400 |
commit | aa430c72254c56bad00900d4ad676d6c4529bff0 (patch) | |
tree | cbe17db5a5093bb9ff27cefeb2de8d1ee121bb43 | |
parent | 604a18e680ef139513ba630391f655fb6394eae1 (diff) | |
download | tor-aa430c72254c56bad00900d4ad676d6c4529bff0.tar.gz tor-aa430c72254c56bad00900d4ad676d6c4529bff0.zip |
Now normalize_exit has a bug number.
-rw-r--r-- | changes/normalize_exit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/normalize_exit b/changes/normalize_exit index 636d45a45a..300aace551 100644 --- a/changes/normalize_exit +++ b/changes/normalize_exit @@ -1,3 +1,4 @@ o Minor features: - Try harder to normalize the exit status of the Tor process to the - standard-provided range. + standard-provided range. Fixes bug 16975; bugfix on every version + of Tor ever. |