diff options
author | lloyd <[email protected]> | 2008-04-29 15:50:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-29 15:50:28 +0000 |
commit | 3b86cc47adad5c0dfb792126042146a158f4f3f5 (patch) | |
tree | e688fe365e6572239cc237018d362c3ea054e871 | |
parent | 06997750dd74af4fb5278e27e87dc409ed561c7f (diff) |
Document changes from remove-libstate
-rw-r--r-- | doc/log.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 6ffccf2c4..4a592446e 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,7 +1,11 @@ * 1.7.6 - - Initial support for Windows DLLs + - Initial support for Windows DLLs, from Joel Low + - Timer objects are now treated as entropy sources - Removed the AEP module, due to inability to test + - Removed Global_RNG and rng.h + - Removed system_clock + - Removed Library_State::UI and the pulse callback logic * 1.7.5, 2008-04-12 - The API of X509_CA::sign_request was altered to avoid race conditions @@ -1076,3 +1080,4 @@ * 0.7.0, 2001-03-01 - First public release + |