aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/credits.txt5
-rw-r--r--doc/license.txt1
-rw-r--r--doc/log.txt5
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/credits.txt b/doc/credits.txt
index 67b318842..63ceae483 100644
--- a/doc/credits.txt
+++ b/doc/credits.txt
@@ -20,6 +20,9 @@ N: Martin Doering
D: GF(p) arithmetic
+N: Olivier de Gaalon
+D: SQLite encryption codec (src/wrap/sqlite)
+
N: Matthew Gregan
D: Binary file I/O support, allocator fixes
@@ -64,7 +67,7 @@ D: GP(p) arithmetic
N: Vaclav Ovsik
-D: Perl XS module
+D: Perl XS module (src/wrap/perl-xs)
N: Luca Piccarreta
diff --git a/doc/license.txt b/doc/license.txt
index 599bf7f63..6d9143ee1 100644
--- a/doc/license.txt
+++ b/doc/license.txt
@@ -3,6 +3,7 @@ Botan (http://botan.randombit.net/) is distributed under these terms:
Copyright (C) 1999-2010 Jack Lloyd
2001 Peter J Jones
2004-2007 Justin Karneges
+ 2004 Vaclav Ovsik
2005 Matthew Gregan
2005-2006 Matt Johnston
2006 Luca Piccarreta
diff --git a/doc/log.txt b/doc/log.txt
index 042fe6f17..3a37e3a5e 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,5 +1,10 @@
* 1.9.5-dev, ????-??-??
+ - Numerous ECC optimizations
+ - Allow PK_Signer's fault protection checks to be toggled off
+ - Remove all runtime options
+ - Fix crash in MemoryRegion if Allocator::get failed
+ - Fix small compilation problem on FreeBSD
* 1.9.4, 2010-03-09
- Add the Ajisai SSLv3/TLSv1.0 implementation