From b5753ba9469450adde1136c5d50e82b4cad7b658 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 20 Jun 2012 16:45:46 +0000 Subject: Split log.txt into individual release notes. Integrate most of the relevant contents from the pyblosxom news site into said relnotes. DRY suggests having only one form of release notes, and having it in the public source repo. Also some updates for the allocator changes. --- doc/relnotes/1_3_2.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/relnotes/1_3_2.txt (limited to 'doc/relnotes/1_3_2.txt') diff --git a/doc/relnotes/1_3_2.txt b/doc/relnotes/1_3_2.txt new file mode 100644 index 000000000..c4a99be88 --- /dev/null +++ b/doc/relnotes/1_3_2.txt @@ -0,0 +1,21 @@ +Version 1.3.2, 2003-11-13 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fixed a bug preventing DSA signatures from verifying on X.509 objects +* Made the X509_Store search routines more efficient and flexible +* Added a function to X509_PublicKey to do easy public/private key matching +* Added support for decoding indefinite length BER data +* Changed Pipe's peek() to take an offset +* Removed Filter::set_owns in favor of the new incr_owns function +* Removed BigInt::zero() and BigInt::one() +* Renamed the PEM related options from base/pem_* to pem/* +* Added an option to specify the line width when encoding PEM +* Removed the "rng/safe_longterm" option; it's always on now +* Changed the cipher used for RNG super-encryption from ARC4 to WiderWake4+1 +* Cleaned up the base64/hex encoders and decoders +* Added an ASN.1/BER decoder as an example +* AES had its internals marked 'public' in previous versions +* Changed the value of the ASN.1 NO_OBJECT enum +* Various new hacks in the configure script +* Removed the already nominal support for SunOS + -- cgit v1.2.3