aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/log.txt6
-rw-r--r--readme.txt4
3 files changed, 9 insertions, 3 deletions
diff --git a/configure.pl b/configure.pl
index 3d4ce733d..31ad83859 100755
--- a/configure.pl
+++ b/configure.pl
@@ -13,7 +13,7 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 7;
-my $PATCH_VERSION = 23;
+my $PATCH_VERSION = 24;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/log.txt b/doc/log.txt
index 0dc7b3bbc..01604bfb2 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,10 @@
+* 1.7.24-pre, ????-??-??
+ - Compilation fix for IBM XLC for Cell 0.9
+ - Wrap private structs in SSE2 SHA-1 code in anonymous namespace
+ - Fix warning in /proc walking entropy poller
+ - Make configure.pl's CPU autodetection output consistent
+
* 1.7.23, 2008-11-23
- By default use TR1 (thus enabling ECDSA) with GCC and ICC
- Optimize almost all hash functions, especially MD4 and Tiger
diff --git a/readme.txt b/readme.txt
index e47020879..99f19dd37 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,7 +1,7 @@
-Botan 1.7.23 2008-11-23
+Botan 1.7.24-pre ????-??-??
http://botan.randombit.net/
-This release of Botan is the second release candidate for the 1.8.0
+This release of Botan is the third release candidate for the 1.8.0
release. It should be stable, though some APIs have changed
incompatibly since the 1.6 release.