diff options
-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 32f9cae1a..d0393d750 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,9 @@ -* 1.8.1-pre, 2009-??-?? +* 1.8.1, 2009-01-20 - Avoid a valgrind warning in es_unix.cpp on 32-bit Linux - Fix memory leak in PKCS8 load_key and encrypt_key - Relicense api.tex from CC-By-SA 2.5 to BSD + - Fix botan-config on MacOS X, Solaris * 1.8.0, 2008-12-08 - Fix compilation on Solaris with GCC diff --git a/readme.txt b/readme.txt index 1ad5cd9f0..de14f98fa 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.1-pre 2009-??-?? +Botan 1.8.1 2009-01-20 Botan is a C++ class library for performing a wide variety of cryptographic operations. |