aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-07-23 16:14:25 +0000
committerlloyd <[email protected]>2007-07-23 16:14:25 +0000
commit690a13333df4d1bdde1ac34e295cc387262cd86a (patch)
tree30522ad7e390ca468ab83340e83885d3973df05e
parentd79e30bd8fff895557c9ebb789a8cedd8ad1c104 (diff)
Document 1.6.3 changes1.6.3
-rw-r--r--doc/log.txt4
-rw-r--r--readme.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 3ba830480..caaea8b66 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,8 @@
+* 1.6.3, July 23, 2007
+ - Fix a race condition in the algorithm lookup cache
+ - Fix problems building the memory pool on some versions of Visual C++
+
* 1.6.2, March 24, 2007
- Fix autodection on Athlon64s running Linux
- Fix builds on QNX and compilers using STLport
diff --git a/readme.txt b/readme.txt
index 5995e21d4..d521fa7c8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,4 @@
-
-This is Botan 1.6.2
+Botan 1.6.3
Botan 1.6 is mostly compatible with Botan 1.4, and many applications
written against 1.4 will work against 1.6 without any modifications.