aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-01 13:18:58 -0500
committerJack Lloyd <[email protected]>2018-03-01 13:18:58 -0500
commitdf13f16b05ea70ce24f97ddd6050ca55fdad6c4f (patch)
tree9def850d545b738b4df833b4e4d440c34835a090 /news.rst
parent1b285e8eb041b1f79eda5db31c9361fec1020947 (diff)
Merge news entries [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index a5d795b73..6ac3865a2 100644
--- a/news.rst
+++ b/news.rst
@@ -21,7 +21,7 @@ Version 2.5.0, Not Yet Released
* Add ability to create custom elliptic curves (GH #1441 #1444)
-* Add support for POWER8 AES instructions (GH #1459 #1206)
+* Add support for POWER8 AES instructions (GH #1459 #1393 #1206)
* Change DL_Group and EC_Group to store their data as shared_ptr for
fast copying. Also both classes precompute additional useful values
@@ -49,8 +49,6 @@ Version 2.5.0, Not Yet Released
* Correct the return value of PK_Encryptor::maximum_input_size which
reported a much too small value (GH #1410)
-* Support detecting POWER crypto extensions using getauxval (GH #1393)
-
* Remove use of CPU specific optimization flags, instead the user should set
these via CXXFLAGS if desired. (GH #1392)