aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-01-21 08:34:09 -0500
committerJack Lloyd <[email protected]>2019-01-21 08:34:09 -0500
commit1d979eea648ad5c6d948bd58eae158b7ab0c5193 (patch)
tree3ab8d506b8d0f978778768d47a0c20485cbade60 /news.rst
parentfb20486176390a5449d96ff00234191bf1d3ac31 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index b90c66c8c..5d7d9eae9 100644
--- a/news.rst
+++ b/news.rst
@@ -8,6 +8,29 @@ Version 2.10.0, Not Yet Released
set of pages locked into memory (using mlock/VirtualLock). It is now
faster and with improved exploit mitigations. (GH #1800)
+* Add BMI2 implementations of SHA-512 and SHA-3 which improve performance by
+ 25-35% on common CPUs. (GH #1815)
+
+* Rename the exception Integrity_Failure to Invalid_Authentication_Tag to make
+ its meaning and usage more clear. The old name remains as a typedef. (GH #1816)
+
+* Support for using Boost filesystem and MSVC's std::filesystem have been
+ removed, since already POSIX and Win32 versions had to be maintained for
+ portability. (GH #1814)
+
+* Add a facility for sandboxing the command line util. Currently FreeBSD
+ (Capsicum) and OpenBSD (pledge) sandboxes are supported. (GH #1808)
+
+* Use ``if constexpr`` when available.
+
+* Add support for using ``sccache`` to cache the Windows CI build (GH #1807)
+
+* Fix a compilation error when building the amalgamation outside of the original
+ source directory when AVX2 was enabled. (GH #1812)
+
+* Fix a crash when creating the amalgamation if a header file was edited on
+ Windows but then the amalgamation was built on Linux (GH #1763)
+
Version 2.9.0, 2019-01-04
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^