diff options
author | lloyd <[email protected]> | 2008-11-23 22:16:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-23 22:16:19 +0000 |
commit | 5ab10e5d278698425518329e4d994d67a5295091 (patch) | |
tree | 82f8d2589d2a55e54f06054af44b3813a53d2676 /doc/log.txt | |
parent | 5d2ea73ab4a35c8136eaff86df02b1c23131976b (diff) |
Update for 1.7.23 release 2008-11-231.7.23
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/log.txt b/doc/log.txt index 823782f80..0dc7b3bbc 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,12 +1,12 @@ -* 1.7.23-pre, ????-??-?? +* 1.7.23, 2008-11-23 - By default 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 - Cache socket descriptors in the EGD entropy source - Avoid bogging down startup in /proc walking entropy source - Remove Buffered_EntropySource helper class - - Optimize almost all hash functions, especially MD4 and Tiger - - Make Timer pure virtual, and add ANSI_Clock_Timer - - Add configure.pl options --{with,without}-{bzip2,zlib,openssl,gnump} - Add a Default_Benchmark_Timer typedef in benchmark.h - Add examples using benchmark.h and Algorithm_Factory - Add ECC tests from InSiTo |