aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-08-31 13:30:22 -0400
committerJack Lloyd <[email protected]>2017-08-31 13:30:22 -0400
commit8966348f80c46bf165188d435207449633e3a136 (patch)
tree68792859d478b097b8f302790410f0ea279da198 /news.rst
parentbbedc1aac81747ff459f282556ba0cdf250dbfce (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/news.rst b/news.rst
index fca023b65..1b5bfc4b1 100644
--- a/news.rst
+++ b/news.rst
@@ -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)