diff options
author | Yawning Angel <yawning@torproject.org> | 2015-03-28 03:09:17 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2015-03-28 03:09:17 +0000 |
commit | 402fe97d8547d216746d2237010f32b691cb71e1 (patch) | |
tree | 127608f71b1c8428a723b47769d5c91511ee1fdc /ChangeLog | |
parent | 657c8e4f02ad6c6c3cc97256b7529fe5514c0945 (diff) |
Add support for tor feature #15435.
If the relevant enviornment variable is set, treat read errors from
Stdin as a SIGTERM.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ Changes in version 0.0.5 - UNRELEASED: - Go vet/fmt fixes, and misc. code cleanups. Patches by mvdan. - Changed the go.net import path to the new location (golang.org/x/net). - Added limited support for detecting if the parent process crashes. + - Support for tor feature #15335 (stdin based termination notification). Changes in version 0.0.4 - 2015-02-17 - Improve the runtime performance of the obfs4 handshake tests. |