Skip to content

3.7.14

Compare
Choose a tag to compare
@AnarManafov AnarManafov released this 31 May 06:37
· 88 commits to master since this release

dds-commander

Fixed: Multiple stability fixes and improvements.
Fixed: Potential crash in the Monitoring Watchdog service

dds-agent

Fixed: Address potential crash in the external process termination routines.
Fixed: Revised handling of the slots container.
Fixed: Potential crash in the Monitoring Watchdog service

dds-slurm-plugin

Modified: Remove #SBATCH --ntasks-per-node=1. (GH-444)
Modified: Remove #SBATCH --cpus-per-task=%DDS_NSLOTS%. (GH-442)

dds-topology

Fixed: Stability improvements.
Fixed: Missing lock on topology update.
Added: Custom type of Task and Collection requirements. (GH-445)

dds-tools-api

Fixed: Stability improvements.
Modified: Added CSession::waitForNumSlots. Deprecated CSession::waitForNumAgents. (GH-439)

dds-intercom-api

Fixed: Fixed a bug, which made Intercom to get an exception "boost thread: trying joining itself".
Modified: Set debug log severity on Custom command events. This should significantly reduce the daily log. (GH-424)

DDS

Modified: Change the build type to RelWithDebInfo (in BuildSetup.cmake)