diff options
author | Jack Lloyd <[email protected]> | 2018-04-03 15:34:34 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-04-03 15:34:34 -0400 |
commit | bc3074dccb934ed709d9e70597e0fd1665d98cb1 (patch) | |
tree | c190b2fdf7ebe37e07c9f0b1ae21197e4758f119 /news.rst | |
parent | cf0c8a50280d34070170187b9f1651d4dd58d330 (diff) |
Fix quoting
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -63,7 +63,7 @@ Version 2.5.0, 2018-04-02 * Add DSA and ElGamal keygen functions to FFI (#1426) -* Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) +* Add ``Pipe::prepend_filter`` to replace deprecated ``Pipe::prepend`` (GH #1402) * Fix a memory leak in the OpenSSL block cipher integration, introduced in 2.2.0 @@ -72,7 +72,7 @@ Version 2.5.0, 2018-04-02 standard prime generation (like for RSA keys) to be slower than necessary. (GH #1413 #1411) -* Correct the return value of PK_Encryptor::maximum_input_size which +* Correct the return value of ``PK_Encryptor::maximum_input_size`` which reported a much too small value (GH #1410) * Remove use of CPU specific optimization flags, instead the user should set @@ -98,7 +98,7 @@ Version 2.5.0, 2018-04-02 * Add ``--msvc-runtime`` option to allow using static runtime (GH #1499 #210) -* Add --enable-sanitizers= option to allow specifying which sanitizers to +* Add ``--enable-sanitizers=`` option to allow specifying which sanitizers to enable. The existing ``--with-sanitizers`` option just enables some default set which is known to work with the minimum required compiler versions. |