diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-13 15:06:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-13 15:06:26 +0000 |
commit | ac6cc430473f6a43c2b26cf88131a0339c67b66a (patch) | |
tree | b5ae870443b25da0e5d1fe9c455fab430ef8e09f /ChangeLog | |
parent | 3a92e3f15f23466c5d12f95a5bdbc98b2837e02b (diff) | |
download | tor-ac6cc430473f6a43c2b26cf88131a0339c67b66a.tar.gz tor-ac6cc430473f6a43c2b26cf88131a0339c67b66a.zip |
r18781@catbus: nickm | 2008-03-13 11:00:51 -0400
Have OpenBSD_malloc_Linux.c use SIZE_T_MAX from torint.h, instead of checking cpu macros. There is always one more cpu you havent checked for.
svn:r14000
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.1-alpha - 2008-??-?? (sometimes) to buffer data for the network. Looking at different BIOs could result in write counts on the order of ULONG_MAX. Fix for bug 614. Bugfix on 0.1.2.x. + - Make --enable-openbsd-malloc work correctly on Linux with alpha CPUs. + Bugfix on 0.2.0.x. o Minor features: - Allow separate log levels to be configured for different logging |