aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-08-31 20:19:33 +0000
committerlloyd <[email protected]>2009-08-31 20:19:33 +0000
commit5b1b378f77ece0ed9dd726dc1083cbbd1ccbe937 (patch)
tree50d96a6cc63eb35334a2c2d32ccae1a2ad4dc0c6 /doc
parent8381ceca38f0eee44e893921cbd74fdb3014f7ba (diff)
parent53f3baadaaf6e2475f3e98943ea3e835579715df (diff)
propagate from branch 'net.randombit.botan.1_8' (head c2624292793f396cf940403e0d12073a9b2c7b17)
to branch 'net.randombit.botan' (head 07a71effa1ba495b6ea57b2490ad38bf58a23bd0)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt2
-rwxr-xr-xdoc/scripts/configure.pl6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/log.txt b/doc/log.txt
index a84e72d62..e1b7a13c1 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -5,6 +5,8 @@
- Add Rivest's package transform (an all or nothing transform)
- Minor speedups to the Turing key schedule
+* 1.8.7-pre, 2009-??-??
+
* 1.8.6, 2009-08-13
- Add Cryptobox, a set of simple password-based encryption routines
- Only read world-readable files when walking /proc for entropy
diff --git a/doc/scripts/configure.pl b/doc/scripts/configure.pl
index 4859ede74..592eb2bff 100755
--- a/doc/scripts/configure.pl
+++ b/doc/scripts/configure.pl
@@ -12,12 +12,12 @@ use File::Find;
use Sys::Hostname;
my $MAJOR_VERSION = 1;
-my $MINOR_VERSION = 9;
-my $PATCH_VERSION = 0;
+my $MINOR_VERSION = 8;
+my $PATCH_VERSION = 7;
my $VERSION_SUFFIX = '-pre';
-my $SO_PATCH_VERSION = 0;
+my $SO_PATCH_VERSION = 7;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION$VERSION_SUFFIX";
my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION$VERSION_SUFFIX";