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 | |
parent | 5d2ea73ab4a35c8136eaff86df02b1c23131976b (diff) |
Update for 1.7.23 release 2008-11-231.7.23
-rw-r--r-- | doc/log.txt | 8 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 5 insertions, 5 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 diff --git a/readme.txt b/readme.txt index 06cc1ab0b..e47020879 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.23-pre ????-??-?? +Botan 1.7.23 2008-11-23 http://botan.randombit.net/ This release of Botan is the second release candidate for the 1.8.0 |