aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/log.txt3
-rwxr-xr-xdoc/scripts/configure.pl2
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 = '';