diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-26 16:10:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-26 16:10:56 +0000 |
commit | bc597758dc79008226a25c0f11a8713709b94f2f (patch) | |
tree | 7398d99764d7b0af7454010b12d6adf4db1e54b1 /ChangeLog | |
parent | cfd21c58b538c7f967b41b87619b8147d17bf17d (diff) | |
download | tor-bc597758dc79008226a25c0f11a8713709b94f2f.tar.gz tor-bc597758dc79008226a25c0f11a8713709b94f2f.zip |
Use fcntl for file locking when flock() is not available.
svn:r17391
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? 0.1.2.8-beta. - If one win32 nameserver fails to get added, continue adding the rest, and don't automatically fail. + - Use fcntl() for locking when flock() is not available. Should fix + compilation on Solaris. Should fix Bug 873. Bugfix on 0.2.1.6-alpha. o Minor features (controller): - Return circuit purposes in response to GETINFO circuit-status. Fixes |