Skip to content

Commit

Permalink
IC: Caelum-rc4+dev10, cFE v7.0.0-rc4+dev136
Browse files Browse the repository at this point in the history
- Resolve UT uninit var static analysis warnings
- Resolve fsw uninit var static analysis warnings
- Resolve UT non-distinct identifier warnings
- Resolve UT buffer underflow warning
- Fix cFE_Users_guide url 404 error'
- See <#2111> and <nasa/cFS#492>
  • Loading branch information
astrogeco committed May 31, 2022
1 parent a041044 commit 7625f02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFE/blob

## Changelog

### Development Build: v7.0.0-rc4+dev136

- Resolve UT uninit var static analysis warnings
- Resolve fsw uninit var static analysis warnings
- Resolve UT non-distinct identifier warnings
- Resolve UT buffer underflow warning
- Fix cFE_Users_guide url 404 error'
- See <https://github.com/nasa/cFE/pull/2111> and <https://github.com/nasa/cFS/pull/492>

### Development Build: v7.0.0-rc4+dev127

- Update RTEMS toolchain files
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 127 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_NUMBER 136 /**< @brief Development: Number of development git commits since CFE_BUILD_BASELINE */
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */

/* See \ref cfsversions for definitions */
Expand Down

0 comments on commit 7625f02

Please sign in to comment.