diff options
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | doc/logs/log-17.txt | 7 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/configure.pl b/configure.pl index b5baa4921..298f9a7b2 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 = 2; +my $PATCH_VERSION = 3; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/logs/log-17.txt b/doc/logs/log-17.txt index 15c0cc5f7..4934a35a8 100644 --- a/doc/logs/log-17.txt +++ b/doc/logs/log-17.txt @@ -1,5 +1,10 @@ -* 1.7.2, Oct 13, 2007 +* 1.7.3, November 4, 2007 + - New invocation syntax for configure.pl + - Support for IPv4 addresses in a subject alternative name + - New generic Unix entropy source (es_unix) fast poll + +* 1.7.2, October 13, 2007 - Initialize the global library state lazily - Add plain CBC-MAC for backwards compatability with old systems - Clean up some of the self test code diff --git a/readme.txt b/readme.txt index fd15539cf..882db47d6 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.2 (prerelease) +Botan 1.7.3 (prerelease) Please note that this is an experimental / development version of Botan. Don't be surprised by bugs. No, the documentation hasn't been |