From 0c7b0738346a017404df2574d33caa11d83970df Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 1 Jul 2024 13:53:43 -0400 Subject: [PATCH] Updating documentation and version numbers for equuleus-rc1+dev163 --- CHANGELOG.md | 11 +++++++++++ modules/core_api/fsw/inc/cfe_version.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f319a94f2..f7e98470b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Development Build: equuleus-rc1+dev163 +- Improve CFE_SB_AllocateMessageBuffer error report +- Update CFE_PLATFORM_ES_DEFAULT_SYSLOG_MODE macro in es_verify.h +- Update comment re. limits of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID +- Use size_t for variables/parameters representing size +- Remove superfluous status assignment in CFE_SB_CreatePipe +- null value in vsnprintf +- Adds JSC 2.1 Static Analysis comments +- Reduces CFE_EVS_MAX_PORT_MSG_LENGTH to prevent new line character truncation +- See , , , , , , , and + ## Development Build: equuleus-rc1+dev141 - use resourceids for internal table validation and dump control blocks - refactor SB to support additional use cases diff --git a/modules/core_api/fsw/inc/cfe_version.h b/modules/core_api/fsw/inc/cfe_version.h index f4e4916bc..efc7bf9de 100644 --- a/modules/core_api/fsw/inc/cfe_version.h +++ b/modules/core_api/fsw/inc/cfe_version.h @@ -26,7 +26,7 @@ #define CFE_VERSION_H /* Development Build Macro Definitions */ -#define CFE_BUILD_NUMBER 141 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ +#define CFE_BUILD_NUMBER 163 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */ #define CFE_BUILD_BASELINE "equuleus-rc1" /**< @brief Development: Reference git tag for build number */ #define CFE_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */ #define CFE_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */