diff options
author | lloyd <[email protected]> | 2009-11-03 18:15:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-03 18:15:50 +0000 |
commit | 226d96ee4e64994beb9ec9436a29ac6656d61924 (patch) | |
tree | 8929da19856c46a9eed7c283bfd75e14d075d7bc | |
parent | 2be9e2c1aeae30baf64954f8411e82ddd646a728 (diff) | |
parent | 9032fa6c541eb51c47dc7971b5d82171a1274db7 (diff) |
propagate from branch 'net.randombit.botan.1_8' (head a101c8c86b755a666c72baf03154230e09e0667e)1.9.2
to branch 'net.randombit.botan' (head 948905e3872b6f5904686533c6aa87d38ff90a71)
-rw-r--r-- | doc/log.txt | 3 | ||||
-rwxr-xr-x | doc/scripts/configure.pl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index ef14d84ec..97e40db5e 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -29,10 +29,11 @@ - Add --no-autoload option to configure.py, for minimized builds - The previously used configure.pl script is no longer supported -* 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/doc/scripts/configure.pl b/doc/scripts/configure.pl index 9415d5a42..1ce01e2b4 100755 --- a/doc/scripts/configure.pl +++ b/doc/scripts/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 = ''; |