diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-14 14:10:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-17 10:02:57 -0400 |
commit | faab7881894e55e71c0a19654f3c733c8b0d2920 (patch) | |
tree | d680a947407633af5609604599d083313a837753 /changes | |
parent | 4b362d002ccd2008ebfa4b44e3ca61e8efa96cac (diff) | |
download | tor-faab7881894e55e71c0a19654f3c733c8b0d2920.tar.gz tor-faab7881894e55e71c0a19654f3c733c8b0d2920.zip |
changes file for 6044
Diffstat (limited to 'changes')
-rw-r--r-- | changes/6044 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/6044 b/changes/6044 new file mode 100644 index 0000000000..6f932a3127 --- /dev/null +++ b/changes/6044 @@ -0,0 +1,5 @@ + o Minor features: + - Enable Tor to read configuration, state, and key information from + a FIFO. Previously Tor would only read from files with a positive + stat.st_size. Code from meejah; fixes bug 6044. + |