diff options
author | lloyd <[email protected]> | 2010-09-15 13:45:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-15 13:45:55 +0000 |
commit | 72ba429aa2550d12b13ce321a567601bddf7c665 (patch) | |
tree | e3eaa4c1c7c678374aea4dffec27ebeec5a930c4 /doc | |
parent | 180c5358cb31e9c003cada3705bb30cf01732878 (diff) |
Document removing append
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 5de47ef89..1c1baf3fe 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,11 +1,12 @@ * 1.9.11-dev, ????-??-?? - Fix SSL handshake failures when using RC4 ciphersuites - - Changed semantics of MemoryRegion::resize and clear to match STL - - Add hex encoding/decoding functions that can be used without a Pipe - Use small tables in the first round of AES + - Add hex encoding/decoding functions that can be used without a Pipe - Add support for dynamic engine loading on Windows - Allow using PBKDF2 with empty passphrases + - Changed semantics of MemoryRegion::resize and clear to match STL + - Removed MemoryRegion::append, replaced by push_back and operator+= - Support use of HMAC(SHA-256) and CMAC(Blowfish) in passhash9 - Switch default PKCS #8 encryption algorithm from AES-128 to AES-256 - Improve support for Intel Atom processors |