aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-02-24 01:41:36 +0000
committerlloyd <[email protected]>2010-02-24 01:41:36 +0000
commita9c62f36a45881642d9710f3305aca955d76fb53 (patch)
tree8c0151c04bdce4a6d0a83b8398811688eefdd20a
parent2aceaaa8d1b051ff225ebe5d75d3f02ac874e751 (diff)
Document removal of TR1 dependency
-rw-r--r--doc/log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 10288d712..313c468c9 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -9,7 +9,7 @@
- Add support for password hashing for authentication (passhash9.h)
- Add support for Win32 high resolution system timers
- Changed S2K interface: derive_key now takes salt, iteration count
- - Remove dependency on TR1 for ECC code
+ - Remove dependency on TR1 for ECC and CVC code
- Fix crash in GMP_Engine if library is shutdown and reinitialized
- Fix an invalid memory read in MD4
- Remove Timer class entirely