aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/logs/log-17.txt9
-rw-r--r--readme.txt2
3 files changed, 11 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index 033e99a7f..c7d92e2f2 100755
--- a/configure.pl
+++ b/configure.pl
@@ -9,7 +9,7 @@ use File::Copy;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 7;
-my $PATCH_VERSION = 3;
+my $PATCH_VERSION = 4;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/logs/log-17.txt b/doc/logs/log-17.txt
index a09ab6617..d0307bb7b 100644
--- a/doc/logs/log-17.txt
+++ b/doc/logs/log-17.txt
@@ -1,4 +1,13 @@
+* 1.7.4, March 10, 2008
+ - Use unaligned memory read/writes on systems that allow it, for performance
+ - Assembly for x86-64 for accessing the bswap instruction
+ - Use larger buffers in ARC4 and WiderWAKE for significant throughput increase
+ - Unroll loops in SHA-160 for a few percent increase in performance
+ - Fix compliation with GCC 3.2 in es_ftw and es_unix
+ - Build fix for NetBSD systems
+ - Prevent es_dev from being built except on Unix systems
+
* 1.7.3, January 23, 2008
- New invocation syntax for configure.pl with several new options
- Support for IPv4 addresses in a subject alternative name
diff --git a/readme.txt b/readme.txt
index facd46bd9..c6eef310b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.7.3
+Botan 1.7.4
http://botan.randombit.net/
Please note that this is an experimental / development version of