aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-08-27 20:03:36 +0000
committerlloyd <[email protected]>2008-08-27 20:03:36 +0000
commit23c9da21cb5dfe8d33158f3e735e439c94bca0c5 (patch)
treec28129fc7248a14d0e6318bc17d9fb9ef798b118
parent987d0c8db083d1a365064f06dd393284b0b8160f (diff)
Changes for 1.7.91.7.9
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/log.txt11
-rw-r--r--readme.txt2
3 files changed, 13 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index 4745cf8c3..27624b9be 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 = 8;
+my $PATCH_VERSION = 9;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/log.txt b/doc/log.txt
index 6b26ec3f1..0ab223d3b 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,15 @@
+* 1.7.9, 2008-08-27
+ - Make clear() in most algorithm base classes a pure virtual
+ - Add noexec stack marker for GNU linker in assembly code
+ - Avoid string operations in ressol
+ - Compilation fixes for MinGW and Visual Studio C++ 2008
+ - Some autoconfiguration fixes for Windows
+
+* 1.6.5, 2008-08-27
+ - Add noexec stack marker for GNU linker in assembly code
+ - Fix autoconfiguration problem on x86 with GCC 4.2 and 4.3
+
* 1.7.8, 2008-07-15
- Added the block cipher Noekeon
- Remove global deref_alias function
diff --git a/readme.txt b/readme.txt
index 8d4468a11..850cc0113 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.7.8
+Botan 1.7.9
http://botan.randombit.net/
Please note that this is an experimental / development version of