forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd43035
commit 6ee2f34
Showing
9 changed files
with
74 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Released 2024-05-02 | ||
|
||
Download :ghrelease:`this release on GitHub <DDS-3.28.1>`. | ||
|
||
Read `the documentation for this release on Read the Docs <https://opendds.readthedocs.io/en/dds-3.28.1>`__. | ||
|
||
Additions | ||
========= | ||
|
||
- Added :cmake:var:`OPENDDS_COMPILE_WARNINGS` and ``configure`` option ``--compile-warnings=[WARNING|ERROR]`` to enable additional compiler warnings and treating them as errors. (:ghpr:`4558`) | ||
- Add a ``configure`` script option for MPC options requiring a value. (:ghpr:`4574`) | ||
|
||
- For example, ``./configure --mpc:value_template build_flags+="-Wall -Werror"``. | ||
|
||
Platform Support and Dependencies | ||
================================= | ||
|
||
- Building with CMake | ||
|
||
- Fixed CMake saying it's missing the ACE library when using :cmake:var:`OPENDDS_ACE_TAO_SRC` with an ACE/TAO outside of the build directory. (:ghpr:`4604`) | ||
|
||
Removals | ||
======== | ||
|
||
- Values passed to the configure script via ``--mpcopts`` are no longer split on spaces. (:ghpr:`4574`) | ||
|
||
- For example, ``./configure --mpcopts="-value_template build_flags+=-Wall -Werror"`` must now be written as ``./configure --mpcopts=-value_template --mpcopts="build_flags+=-Wall -Werror"``. | ||
|
||
Fixes | ||
===== | ||
|
||
- Fixed incorrect usage of OpenSSL in ``gov_gen`` application. (:ghpr:`4591`) | ||
- Fix bug where ``Service_Participant::type_object_encoding`` doesn't return configured value. (:ghpr:`4593`) | ||
- Do not send heartbeats during a fragmented send in ``rtps_udp``. (:ghpr:`4603`) | ||
|
||
Documentation | ||
============= | ||
|
||
- Added :cfg:prop:`[transport@rtps_udp]send_buffer_size` and :cfg:prop:`[transport@rtps_udp]rcv_buffer_size`. (:ghpr:`4602`) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.