diff options
author | Jack Lloyd <[email protected]> | 2017-08-31 13:30:22 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-31 13:30:22 -0400 |
commit | 8966348f80c46bf165188d435207449633e3a136 (patch) | |
tree | 68792859d478b097b8f302790410f0ea279da198 /news.rst | |
parent | bbedc1aac81747ff459f282556ba0cdf250dbfce (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -34,6 +34,13 @@ Version 2.3.0, Not Yet Released * Add is_passhash9_alg_supported (GH #1154) +* Added a new target for LLVM bitcode (GH #1169) + +* Add new command line options `--rng-type=drbg` and `--drbg-seed` which + allow running commands with a deterministic RNG. (GH #1169) + +* Fix a number of warnings seen under Visual C++ (GH #1171) + * Workaround a GCC 7 bug that caused miscompilation of the GOST-34.11 hash function on x86-32. (GH #882 #1148) @@ -44,10 +51,12 @@ Version 2.3.0, Not Yet Released * Silence a Clang warning in create_private_key (GH #1150) -* The fuzzers have been better integrated with the main build. (GH #1158) +* The fuzzers have been better integrated with the main build. See the + handbook for details. (GH #1158) * The Travis CI build is now run via a Python script. This makes it - easier to replicate the behavior of the CI build locally. (GH #1162) + easier to replicate the behavior of the CI build locally. Also a number + of changes were made to improve the turnaround time of CI builds. (GH #1162) * Fix a bug in FFI tests that caused the test files not to be found when using `--data-dir` option (GH #1149) |