diff options
author | lloyd <[email protected]> | 2006-07-12 06:29:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-12 06:29:43 +0000 |
commit | 8974ff0a2b13bfdca123786718ae82f957bd8613 (patch) | |
tree | 7d8611d99aa3a188a04090e522bb307be502e286 | |
parent | 861c01037180b83a2c28764d02930dda90191853 (diff) |
Updated changelog1.5.9
-rw-r--r-- | doc/log.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 883b9331e..ec59849af 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,9 +1,13 @@ -* 1.5.9, +* 1.5.9, July 12, 2006 - Fixed bitrot in the AEP engine - Fix support for marking certificate/CRL extensions as critical - Significant cleanups in the library state / initialization code + - LibraryInitializer takes an explicit InitializerOptions object + - Make Mutex_Factory an abstract class, add Default_Mutex_Factory + - Change configuration access to using global_state() - Add support for global named mutexes throughout the library + - Add some STL wrappers for the delete operator - Change how certificates are created to be more flexible and general * 1.5.8, June 23, 2006 |