diff options
author | Jack Lloyd <[email protected]> | 2015-07-02 07:23:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-02 07:23:29 -0400 |
commit | f3180d6ef7025146ff8ea8c9fed2d0b40cab96f9 (patch) | |
tree | 21c280b7b448f88a42f3cedebf28b4488f4af479 /doc/relnotes/1_9_5.rst | |
parent | 2c4a8aa78a3cb40a3a5ab7a902db2a55e4d33388 (diff) |
Combine all release notes into a single file, just easier to read.
Which when you think about it is the main criteria on which to judge
release notes, right? No text changes beyond removing Sphinx interdoc
links and the :pr: extlinks to Bugzilla.
Remove combine_relnotes.py as this was its last run. The setup for
the website is very broken as a result of this change, that comes next.
Diffstat (limited to 'doc/relnotes/1_9_5.rst')
-rw-r--r-- | doc/relnotes/1_9_5.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/relnotes/1_9_5.rst b/doc/relnotes/1_9_5.rst deleted file mode 100644 index cdcd8db4b..000000000 --- a/doc/relnotes/1_9_5.rst +++ /dev/null @@ -1,14 +0,0 @@ -Version 1.9.5, 2010-03-29 -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -* Numerous ECC optimizations -* Fix GOST 34.10-2001 X.509 key loading -* Allow PK_Signer's fault protection checks to be toggled off -* Avoid using pool-based locking allocator if we can't mlock -* Remove all runtime options -* New BER_Decoder::{decode_and_check, decode_octet_string_bigint} -* Remove SecureBuffer in favor of SecureVector length parameter -* HMAC_RNG: Perform a poll along with user-supplied entropy -* Fix crash in MemoryRegion if Allocator::get failed -* Fix small compilation problem on FreeBSD - |