Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev183
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Aug 2, 2024
1 parent 1dfc749 commit 0e47e63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Development Build: equuleus-rc1+dev183
- Runtime Error in coverage-es-ALL, TestApps
- add config tool for platform-specific settings
- Adding bytes read check
- Cast to unsigned int
- Update comment re. limit of CFE_PLATFORM_SB_HIGHEST_VALID_MSGID
- Add element to write error event in CFE_EVS_WriteAppDataFileCmd()
- See <https://github.com/nasa/cFE/pull/2579>, <https://github.com/nasa/cFE/pull/2565>, <https://github.com/nasa/cFE/pull/2584>, <https://github.com/nasa/cFE/pull/2585>, <https://github.com/nasa/cFE/pull/2586>, and <https://github.com/nasa/cFE/pull/2326>

## Development Build: equuleus-rc1+dev167
- CFE_TIME unit test failure when CFE_MISSION_TIME_AT_TONE_WILL_BE set to true
- See <https://github.com/nasa/cFE/pull/2573>
Expand Down
2 changes: 1 addition & 1 deletion modules/core_api/fsw/inc/cfe_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 167 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 183 /**< @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 */
Expand Down

0 comments on commit 0e47e63

Please sign in to comment.