aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-12 12:16:25 +0000
committerlloyd <[email protected]>2009-07-12 12:16:25 +0000
commit888a13815646a1811a128780e7e0ab3794ca9e4c (patch)
treeb4dbc8820ba9699f7660e6632604ced2db6a326f
parentb6089af7c0750d5db0c74bb56fbd43672630d665 (diff)
Do a 1.8.4 release to fix MR nonce gen bug
-rwxr-xr-xconfigure.py2
-rw-r--r--doc/log.txt3
-rw-r--r--readme.txt2
3 files changed, 5 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index faaa566c0..3269b855e 100755
--- a/configure.py
+++ b/configure.py
@@ -33,7 +33,7 @@ from optparse import (OptionParser, OptionGroup,
class BuildConfigurationInformation(object):
def version_major(self): return 1
def version_minor(self): return 8
- def version_patch(self): return 3
+ def version_patch(self): return 4
def version_so_patch(self): return 2
diff --git a/doc/log.txt b/doc/log.txt
index 0ee8c6b0e..ffa392d2f 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,7 @@
+* 1.8.4, 2009-07-12
+ - Fix a bug in nonce generation in the Miller-Rabin test
+
* 1.8.3, 2009-07-11
- Add a new Python configuration script
- Add the Skein-512 SHA-3 candidate hash function
diff --git a/readme.txt b/readme.txt
index 65915499d..4cc7fc47a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.8.3 2009-07-11
+Botan 1.8.4 2009-07-12
Botan is a C++ class library for performing a wide variety of
cryptographic operations.