From c5c144de5b5dbb03b942178ad09a66ebf5cdcb9d Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 1 Jul 2012 20:03:29 +0000 Subject: Rename all text files that are actually reStructuredText to .rst --- doc/relnotes/0_8_0.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/relnotes/0_8_0.rst (limited to 'doc/relnotes/0_8_0.rst') diff --git a/doc/relnotes/0_8_0.rst b/doc/relnotes/0_8_0.rst new file mode 100644 index 000000000..62c3a0384 --- /dev/null +++ b/doc/relnotes/0_8_0.rst @@ -0,0 +1,21 @@ +Version 0.8.0, 2002-04-24 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Merged BigInt: many bugfixes and optimizations since alpha2 +* Added RSA (rsa.h) +* Added EMSA2 (emsa2.h) +* Lots of new interface code for public key algorithms (pk_base.h, pubkey.h) +* Changed some interfaces, including SymmetricKey, to support the global rng +* Fixed a serious bug in ManagedAllocator +* Renamed RIPEMD128 to RIPEMD_128 and RIPEMD160 to RIPEMD_160 +* Removed some deprecated stuff +* Added a global random number generator (rng.h) +* Added clone functions to most of the basic algorithms +* Added a library initializer class (init.h) +* Version macros in version.h +* Moved the base classes from opencl.h to base.h +* Renamed the bzip2 module to comp_bzip2 and zlib to comp_zlib +* Documentation updates for the new stuff (still incomplete) +* Many new deprecated things: check doc/deprecated.txt + + -- cgit v1.2.3