aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-03 18:01:57 +0000
committerlloyd <[email protected]>2009-11-03 18:01:57 +0000
commit9032fa6c541eb51c47dc7971b5d82171a1274db7 (patch)
treede763ee16540b4863427c45fa1bb7d36e1270219
parentfc1e61500e77fcabe67e6d2607810c1ba071bbdd (diff)
Update docs for 1.8.8 release 2009-11-031.8.8
-rwxr-xr-xconfigure.pl2
-rwxr-xr-xconfigure.py4
-rw-r--r--doc/log.txt3
-rw-r--r--readme.txt2
4 files changed, 6 insertions, 5 deletions
diff --git a/configure.pl b/configure.pl
index 9415d5a42..1ce01e2b4 100755
--- a/configure.pl
+++ b/configure.pl
@@ -13,7 +13,7 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 8;
-my $PATCH_VERSION = 7;
+my $PATCH_VERSION = 8;
my $VERSION_SUFFIX = '';
diff --git a/configure.py b/configure.py
index 4d923d78e..7f597a853 100755
--- a/configure.py
+++ b/configure.py
@@ -38,8 +38,8 @@ class BuildConfigurationInformation(object):
version_major = 1
version_minor = 8
version_patch = 8
- version_so_patch = 8
- 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 9ccb286ca..97476c381 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,8 +1,9 @@
-* 1.8.8-dev, 2009-??-??
+* 1.8.8, 2009-11-03
- Alter Skein-512 to match the tweaked 1.2 specification
- Fix use of inline asm for access to x86 bswap function
- Allow building the library without AES enabled
+ - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild
* 1.8.7, 2009-09-09
- Fix processing multiple messages in XTS mode
diff --git a/readme.txt b/readme.txt
index 36f2d2043..965de00cf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.8.8-dev 2009-??-??
+Botan 1.8.8 2009-11-03
Botan is a C++ class library for performing a wide variety of
cryptographic operations.