From b797af260e8b70bc288b92798d8863ea27f5ccd9 Mon Sep 17 00:00:00 2001 From: Anar Manafov Date: Wed, 29 Jan 2025 13:19:48 +0100 Subject: [PATCH] WiP --- README.md | 16 ++++++++-------- ReleaseNotes.md | 3 +++ dds-tools-lib/src/Tools.h | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a6856a30..e4f19608 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ DDS - is a tool-set that automates and significantly simplifies a deployment of DDS: -- implements a single-responsibility-principle command line tool-set and APIs, -- treats users’ tasks as black boxes, -- doesn’t depend on RMS (provides deployment via SSH, when no RMS is present), -- supports workers behind FireWalls (outgoing connection from WNs required), -- doesn’t require pre-installation on WNs, -- deploys private facilities on demand with isolated sandboxes, -- provides a key-value properties propagation service for tasks, -- provides a rules based execution of tasks. +- Implements a single-responsibility-principle command line toolset and APIs. +- Treats users' tasks as black boxes. +- Does not depend on RMS (provides deployment via SSH when no RMS is present). +- Supports workers behind firewalls (outgoing connection from WNs required). +- Does not require pre-installation on WNs. +- Deploys private facilities on demand with isolated sandboxes. +- Provides a key-value properties propagation service for tasks. +- Provides rules-based execution of tasks. ## Documentation diff --git a/ReleaseNotes.md b/ReleaseNotes.md index ec95d429..55872a32 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,9 @@ ## v3.12 (NOT YET RELEASED) +- DDS general + - Fixed: build errors with boost 1.87. + ## v3.11 (2024-09-05) - DDS general diff --git a/dds-tools-lib/src/Tools.h b/dds-tools-lib/src/Tools.h index 4c25febc..813b7929 100644 --- a/dds-tools-lib/src/Tools.h +++ b/dds-tools-lib/src/Tools.h @@ -74,7 +74,7 @@ namespace dds * \par Example2: Attach to an existing DDS session and request the number of running agent * \code CSession session; - // Attach to a DDS sesion with sessionID = 446b4183-1313-4648-99aa-4f8fae81311c + // Attach to a DDS session with sessionID = 446b4183-1313-4648-99aa-4f8fae81311c session.attach("446b4183-1313-4648-99aa-4f8fae81311c"); SAgentInfoRequest::ptr_t agentInfoRequestPtr = SAgentInfoRequest::makeRequest();