Skip to content

Commit bf05cc8

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev219
1 parent 25336b2 commit bf05cc8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev219
4+
- Consistent use of CFE_EVS_EventType_Enum_t for EventType
5+
- Combine redundant switch blocks to simplify CFE_ES_CleanupObjectCallback
6+
- Unloading module after failed app start
7+
- Simplify and clarify EVS_AddLog logic
8+
- See <https://github.com/nasa/cFE/pull/2308>, <https://github.com/nasa/cFE/pull/2612>, <https://github.com/nasa/cFE/pull/2616>, and <https://github.com/nasa/cFE/pull/2309>
9+
310
## Development Build: equuleus-rc1+dev209
411
- Remove redundant status check in CFE_ES_RegisterCDSEx()
512
- See <https://github.com/nasa/cFE/pull/2329>

modules/core_api/fsw/inc/cfe_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define CFE_VERSION_H
2727

2828
/* Development Build Macro Definitions */
29-
#define CFE_BUILD_NUMBER 209 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
29+
#define CFE_BUILD_NUMBER 219 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
3030
#define CFE_BUILD_BASELINE "equuleus-rc1" /**< @brief Development: Reference git tag for build number */
3131
#define CFE_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
3232
#define CFE_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)