aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.py2
-rw-r--r--doc/log.txt3
-rw-r--r--readme.txt2
3 files changed, 4 insertions, 3 deletions
diff --git a/configure.py b/configure.py
index 0dea05a38..03114a245 100755
--- a/configure.py
+++ b/configure.py
@@ -42,7 +42,7 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 6
version_so_patch = 6
- 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 89e95aa14..80232bf91 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,9 +1,10 @@
-* 1.9.6-dev, ????-??-??
+* 1.9.6, 2010-04-09
- TLS: Add support for TLS v1.1
- TLS: Support server name indicator extension
- TLS: Fix server handshake
- TLS: Fix server using DSA certificates
+ - TLS: Avoid timing channel between CBC padding check and MAC verification
* 1.9.5, 2010-03-29
- Numerous ECC optimizations
diff --git a/readme.txt b/readme.txt
index c4549912c..1b20014dd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.9.6-dev, ????-??-??
+Botan 1.9.6, 2010-04-09
Botan is a C++ class library for performing a wide variety of
cryptographic operations.