diff options
author | lloyd <[email protected]> | 2009-04-16 22:16:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-04-16 22:16:41 +0000 |
commit | 07ffeeee0e4fd3cd2ccf4b3267fabef20eee2964 (patch) | |
tree | 3fad944a12e78b079791578666e8f4574742185b | |
parent | f149841cd24851add6ea9e8680a0f65f00bf1652 (diff) |
Bump version to 0.8.3-pre
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | doc/log.txt | 3 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index 2ea9d657e..6f9c0243d 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; -my $PATCH_VERSION = 2; +my $PATCH_VERSION = 3; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index 7df039c2c..1c4a629d0 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,7 @@ +* 1.8.3-pre, 2009-??-?? + - Add XTS mode from IEEE P1619 + * 1.8.2, 2009-04-07 - Make entropy polling more flexible and in most cases faster - GOST 28147 now supports multiple sbox parameters diff --git a/readme.txt b/readme.txt index 367e6bb48..de2833c2e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.2 2009-04-07 +Botan 1.8.3-pre 2009-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |