aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-03-15 09:11:34 -0400
committerJack Lloyd <[email protected]>2020-03-15 09:11:34 -0400
commit4eb5d74c89a9e4dbac22491f8477a7562b7a4a70 (patch)
treea6a5f6012c57e8b509f4c6b89e474596a116dd94 /news.rst
parent99c63de33c927b702bb28ec01cc9e50707fc4e38 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 1e44b3954..26b966ffc 100644
--- a/news.rst
+++ b/news.rst
@@ -34,6 +34,15 @@ Version 2.14.0, Not Yet Released
been removed. Instead only ``botan_all.cpp`` and ``botan_all.h`` are
generated. (GH #2246)
+* Improve support for baremetal systems with no underlying OS.
+ (GH #2303 #2304 #2305)
+
+* The build system now avoids using ``-rpath=$ORIGIN`` or (on macOS)
+ install_name which allowed running the tests from the build
+ directory without setting ``LD_LIBRARY_PATH``/``DYLD_LIBRARY_PATH``
+ environment variables. Instead set the dynamic linker variables
+ appropriately, or use ``make check``. (GH #2294 #2302)
+
* Add new option ``--name-amalgamation`` which allows naming the
amalgamation output, instead of the default ``botan_all``. (GH #2246)