diff options
Diffstat (limited to 'doc/relnotes/0_7_1.rst')
-rw-r--r-- | doc/relnotes/0_7_1.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/relnotes/0_7_1.rst b/doc/relnotes/0_7_1.rst deleted file mode 100644 index cc57ef0ee..000000000 --- a/doc/relnotes/0_7_1.rst +++ /dev/null @@ -1,14 +0,0 @@ -Version 0.7.1, 2001-05-16 -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -* Rewrote configure script: more consistent and complete -* Made it easier to find out parameters of types at run time (opencl.h) -* New functions for finding the version being used (version.h) -* New SymmetricKey interface for Filters (symkey.h) -* InvalidKeyLength now records what the invalid key length was -* Optimized DES, CS-Cipher, MISTY1, Skipjack, XTEA -* Changed GOST to use correct S-box ordering (incompatible change) -* Benchmark code was almost totally rewritten -* Many more entries in the test vector file -* Fixed minor and idiotic bug in check.cpp - |