diff options
author | lloyd <[email protected]> | 2009-10-23 13:55:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-23 13:55:08 +0000 |
commit | 1bbab4ef0544388a46f02ab2985ada55a82c0e9d (patch) | |
tree | 280de7757ff8d25464ec32646628d81145ea71d4 | |
parent | a25f42bb52627a9fd38288e0bc345f93998cc942 (diff) |
Update docs for 1.9.1 release 2009-10-231.9.1
-rwxr-xr-x | configure.py | 2 | ||||
-rw-r--r-- | doc/log.txt | 3 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/configure.py b/configure.py index c6ab1f99c..45979aa4c 100755 --- a/configure.py +++ b/configure.py @@ -39,7 +39,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 1 version_so_patch = 1 - version_suffix = '-dev' + version_suffix = '' version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) diff --git a/doc/log.txt b/doc/log.txt index 20886a708..c1913764f 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,11 +1,12 @@ -* 1.9.1-dev, 2009-??-?? +* 1.9.1, 2009-10-23 - Better support for Python and Perl wrappers - Add an implementation of Blue Midnight Wish (Round 2 tweak version) - Modify Skein-512 to match the tweaked 1.2 specification - Add threshold secret sharing (draft-mcgrew-tss-02) - Add runtime cpu feature detection for x86/x86-64 - Add code for general runtime self testing for hashes, MACs, and ciphers + - Optimize XTEA; twice as fast as before on Core2 and Opteron - New parsing code for SCAN algorithm names - Enable SSE2 optimizations under Visual C++ - Remove all use of C++ exception specifications diff --git a/readme.txt b/readme.txt index 4ee618af0..bc7c7fc71 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.1-dev 2009-??-?? +Botan 1.9.1 2009-10-23 Botan is a C++ class library for performing a wide variety of cryptographic operations. |