summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-26 16:10:56 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-26 16:10:56 +0000
commitbc597758dc79008226a25c0f11a8713709b94f2f (patch)
tree7398d99764d7b0af7454010b12d6adf4db1e54b1 /ChangeLog
parentcfd21c58b538c7f967b41b87619b8147d17bf17d (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c49cc7f3a4..6a9060526f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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