aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-02 17:41:58 +0000
committerlloyd <[email protected]>2010-11-02 17:41:58 +0000
commite7d229f20b712a3d31f5c2ce2cce764e72b7de89 (patch)
tree8a7ada40cb2cb731bbbc3a1f35c22196667d23d9
parent0c0f023c1f6f85cc9e1e455577025f23d8661276 (diff)
Tick to 1.8.11 release 2010-11-021.8.11
-rwxr-xr-xconfigure.py4
-rw-r--r--doc/log.txt4
-rw-r--r--readme.txt2
3 files changed, 6 insertions, 4 deletions
diff --git a/configure.py b/configure.py
index e121713b5..3053dea67 100755
--- a/configure.py
+++ b/configure.py
@@ -38,8 +38,8 @@ class BuildConfigurationInformation(object):
version_major = 1
version_minor = 8
version_patch = 11
- version_so_patch = 11
- version_suffix = '-dev'
+ version_so_patch = 2
+ 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 38b242555..97c7480b7 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,8 +1,10 @@
-* 1.8.11, ????-??-??
+* 1.8.11, 2010-11-02
- Fix a number of CRL encoding and decoding bugs
- When building a debug library under VC++, use the debug runtime
- Fix compilation under Sun Studio on Linux and Solaris
+ - Add several functions for compatability with 1.9
+ - In the examples, read most input files as binary
- The Perl build script has been removed in this release
* 1.8.10, 2010-08-31
diff --git a/readme.txt b/readme.txt
index 6ed263bc9..7277dfbee 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.8.11, ????-??-??
+Botan 1.8.11, 2010-11-02
Botan is a C++ class library for performing a wide variety of
cryptographic operations.