summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-20 13:28:16 -0500
committerNick Mathewson <nickm@torproject.org>2009-11-20 13:28:16 -0500
commit444eff62862551fd984b8173ecb174483d7dbb7b (patch)
treed84930a9fba4a5118a90b30049e217cc1292e65f /ChangeLog
parent1ee580407ccb91304cf7ae24c0d809f57e6b4ccc (diff)
downloadtor-444eff62862551fd984b8173ecb174483d7dbb7b.tar.gz
tor-444eff62862551fd984b8173ecb174483d7dbb7b.zip
Fix compilation on OSX 10.3.
On this OSX version, there is a stub mlockall() function that doesn't work, *and* the declaration for it is hidden by an '#ifdef _P1003_1B_VISIBLE'. This would make autoconf successfully find the function, but our code fail to build when no declaration was found. This patch adds an additional test for the declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c00fcdb4e5..1aa07a30c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Changes in version 0.2.2.7-alpha - 2009-??-??
+ o Minor bugfixes:
+ - Fix compilation on OSX 10.3, which has a stub mlockall() but hides it.
+
Changes in version 0.2.2.6-alpha - 2009-11-19
o Major features:
- Directory authorities can now create, vote on, and serve multiple