diff options
author | Jack Lloyd <[email protected]> | 2020-03-15 09:11:34 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-03-15 09:11:34 -0400 |
commit | 4eb5d74c89a9e4dbac22491f8477a7562b7a4a70 (patch) | |
tree | a6a5f6012c57e8b509f4c6b89e474596a116dd94 /news.rst | |
parent | 99c63de33c927b702bb28ec01cc9e50707fc4e38 (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |