diff options
Diffstat (limited to 'doc/relnotes/0_7_7.rst')
-rw-r--r-- | doc/relnotes/0_7_7.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/relnotes/0_7_7.rst b/doc/relnotes/0_7_7.rst new file mode 100644 index 000000000..83dfd2d2f --- /dev/null +++ b/doc/relnotes/0_7_7.rst @@ -0,0 +1,15 @@ +Version 0.7.7, 2001-11-24 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Filter::send now works in the constructor of a Filter subclass +* You may now have to include <opencl/pipe.h> explicitly in some code +* Added preliminary PK infrastructure classes in pubkey.h and pkbase.h +* Enhancements to SecureVector (append, destroy functions) +* New infrastructure for secure memory allocation +* Added IEEE P1363 primitives MGF1, EME1, KDF1 +* Rijndael optimizations and cleanups +* Changed CipherMode<B> to BlockCipherMode(B*) +* Fixed a nasty bug in pipe_unixfd +* Added portions of the BigInt code into the main library +* Support for VAX, SH, POWER, PowerPC-64, Intel C++ + |