diff options
author | lloyd <[email protected]> | 2008-06-28 13:25:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-28 13:25:40 +0000 |
commit | db9fa3242774973c2469b3cec097e28172e579ab (patch) | |
tree | 42ed4a36af5642dceec4b57a71c8af06308d5463 | |
parent | 3f96eb37b14edfba7dd3e28e2bfe67f2fcd919e1 (diff) |
Update changelog and readme for 1.7.7
-rw-r--r-- | doc/log.txt | 3 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 1c7a4b4ef..bbe5a5962 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.7.7, 2008-07-?? +* 1.7.7, 2008-06-28 - Remove the global PRNG object - Add a test suite for the ANSI X9.31 PRNG - Much cleaner and (mostly) thread-safe reimplementation of es_ftw @@ -7,6 +7,7 @@ - Remove the randomizing version of OctetString::change - Make the cipher and MAC to use in Randpool configurable - Move RandomNumberGenerator declaration to rng.h + - RSA_PrivateKey will not generate keys smaller than 1024 bits - Fix an error decoding BER UNIVERSAL types with special taggings * 1.7.6, 2008-05-05 diff --git a/readme.txt b/readme.txt index 13fb170f4..f629a1441 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.7 (prerelease) +Botan 1.7.7 http://botan.randombit.net/ Please note that this is an experimental / development version of |