diff options
-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. |