diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-01-19 04:59:24 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-01-19 05:04:50 +0100 |
commit | 4728bd904f2b64fe183a068e5fb1be00ee5e6008 (patch) | |
tree | e5c5e85ee9a1ce82c73c9f8e656962dfce47fd67 /ChangeLog | |
parent | a5e83769b762d9fa09d0600d68ebdbe5c33f6da3 (diff) | |
download | tor-4728bd904f2b64fe183a068e5fb1be00ee5e6008.tar.gz tor-4728bd904f2b64fe183a068e5fb1be00ee5e6008.zip |
Fix build on Solaris by disabling support for DisableAllSwap
Fixes bug 1198. Solaris doesn't have RLIMIT_MEMLOCK for get/setrlimit,
so disable support because we don't know if all memory can be locked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,9 @@ Changes in version 0.2.2.7-alpha - 2010-01-?? but there is non-exit bandwidth, or no guard bandwidth but there is non-guard bandwidth, don't crash during path selection. Bugfix on 0.2.0.3-alpha. + - Fix compilation on Solaris by removing support for the + DisableAllSwap config option. Solaris doesn't have an rlimit for + mlockall, so we cannot use it safely. Bugfix on 0.2.2.6-alpha. o Removed features: - Remove the HSAuthorityRecordStats option that version 0 hidden |