diff options
author | lloyd <[email protected]> | 2007-03-24 18:48:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-24 18:48:33 +0000 |
commit | 87f63c0866a4406a269998a8d7a1532e83310bcf (patch) | |
tree | 0377d7795fd6b0d4fdb82f52eff573c2f2028361 | |
parent | 20d9a5ebed65495821470b8490cb81df9fd626cf (diff) |
Update changelog, readme and configure.pl for 1.6.21.6.2
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | doc/log.txt | 5 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index fd1c31631..c9c0cbfb1 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 6; -my $PATCH_VERSION = 1; +my $PATCH_VERSION = 2; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index b76744136..3ba830480 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,9 @@ +* 1.6.2, March 24, 2007 + - Fix autodection on Athlon64s running Linux + - Fix builds on QNX and compilers using STLport + - Remove a call to abort() that crept into production + * 1.6.1, January 20, 2007 - Fix some base64 decoder bugs - Add a new option to base64 encoding, to always append a newline diff --git a/readme.txt b/readme.txt index c32d8bbde..5995e21d4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,5 +1,5 @@ -This is Botan 1.6.1. +This is Botan 1.6.2 Botan 1.6 is mostly compatible with Botan 1.4, and many applications written against 1.4 will work against 1.6 without any modifications. |