aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt8
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