aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-03-17 09:46:18 +0000
committerPeter Palfrader <peter@palfrader.org>2008-03-17 09:46:18 +0000
commit0cccf7375b6ced5a27df4ff04ee4c80eb20abef4 (patch)
tree9ca64d001f8dec501c0cd45d4878ec1320e3d41f /ChangeLog
parent2ed4b818cb13c88ea2c640682b878f3b1c841591 (diff)
downloadtor-0cccf7375b6ced5a27df4ff04ee4c80eb20abef4.tar
tor-0cccf7375b6ced5a27df4ff04ee4c80eb20abef4.tar.gz
And use 16k pages on ia64. Maybe this should be a configure thing
svn:r14073
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c921dbe38..7e31e99d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,8 +24,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Use proper log levels in the testsuite call of get_interface_address6().
- When using a nonstandard malloc, do not use the platform values for
HAVE_MALLOC_GOOD_SIZE or HAVE_MALLOC_USABLE_SIZE.
- - Make the openbsd malloc code use 8k pages on alpha CPUs. Bugfix on
- 0.2.0.x.
+ - Make the openbsd malloc code use 8k pages on alpha CPUs and 16k pages
+ on ia64. Bugfix on 0.2.0.x.
- Detect mismatched page sizes when using --enable-openbsd-malloc.
Bugfix on 0.2.0.x.
- Stop giving double-close warn when we reject an address for client DNS.