aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <lloyd@randombit.net>2008-11-24 22:37:38 +0000
committerlloyd <lloyd@randombit.net>2008-11-24 22:37:38 +0000
commitbfdd77b25a12c651c8bb9202db27676d1fc5f9ba (patch)
tree592b7e577f80a94ce64c7ccaba4d1f0718751358 /doc
parente9895bbc3349d2d31758d630cb244362a4919636 (diff)
Rephrase some log entries
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 3b9c3f427..c37b373cf 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,16 +1,16 @@
* 1.7.24-pre, ????-??-??
- - Compilation fix for IBM XLC for Cell 0.9
- Wrap private structs in SSE2 SHA-1 code in anonymous namespace
+ - Change configure.pl's CPU autodetection output to be more consistent
- Fix warning in /proc walking entropy poller
- - Make configure.pl's CPU autodetection output consistent
- - Avoid integer overflow in Pooling_Allocator::get_more_core (bug id #27)
+ - Fix compilation with IBM XLC for Cell 0.9
+ - Fix integer overflow in Pooling_Allocator::get_more_core (bug id #27)
* 1.7.23, 2008-11-23
- - By default use TR1 (thus enabling ECDSA) with GCC and ICC
+ - Change to use TR1 (thus enabling ECDSA) with GCC and ICC
- Optimize almost all hash functions, especially MD4 and Tiger
- Add configure.pl options --{with,without}-{bzip2,zlib,openssl,gnump}
- - Make Timer pure virtual, and add ANSI_Clock_Timer
+ - Change Timer to be pure virtual, and add ANSI_Clock_Timer
- Cache socket descriptors in the EGD entropy source
- Avoid bogging down startup in /proc walking entropy source
- Remove Buffered_EntropySource helper class