aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/log.txt5
-rw-r--r--readme.txt2
3 files changed, 7 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index 1cfbfe64e..6b9b9b71a 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 = 6;
+my $PATCH_VERSION = 7;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/log.txt b/doc/log.txt
index 9259c822a..7ecc2f647 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,9 @@
+* 1.7.7,
+ - Remove many uses of the global PRNG object
+ - Remove both default arguments to ANSI_X931_RNG's constructor
+ - Remove the randomizing version of OctetString::change
+
* 1.7.6, 2008-05-05
- Initial support for Windows DLLs, from Joel Low
- Reset the position pointer when a new block is generated in X9.32 PRNG
diff --git a/readme.txt b/readme.txt
index 14b1bb0ea..13fb170f4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.7.6
+Botan 1.7.7 (prerelease)
http://botan.randombit.net/
Please note that this is an experimental / development version of