diff options
author | Jack Lloyd <[email protected]> | 2019-05-07 04:20:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-05-07 04:20:41 -0400 |
commit | ab6faeaf43b5515fa9136bfdb8501a1e97bf7133 (patch) | |
tree | 12fc26aa559b7021c771f7818483862629e86ef5 /news.rst | |
parent | a867666b5b3d65305cb52d13872fb2829440fb61 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,10 @@ Version 2.11.0, Not Yet Released deprecated. The deprecation message suggests the alternate API to use. (GH #1915) +* Remove use of table lookups for IP/FP transforms in DES (GH #1928) + +* Improve the tests for SRP6 (GH #1917 #1923) + * Document the build system * When available use POSIX ``sysconf`` to detect the number of CPUs (GH #1877) @@ -44,6 +48,10 @@ Version 2.11.0, Not Yet Released * Fix an issue with UbSan in the tests (GH #1892) +* Remove use of ``-mabi`` flag when building on MIPS64 (GH #1918) + +* Make it possible to specify additional libraries in ``LDFLAGS`` (GH #1916) + * Fix the makefile .PHONY syntax (GH #1874) Version 2.10.0, 2019-03-30 |