Skip to content

Commit

Permalink
IC:2021-09-21, v6.8.0-rc1+dev1022
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Sep 22, 2021
1 parent 09cf122 commit a9cf2aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob

## Version History

### Development Build: v6.8.0-rc1+dev1022

- CFE_Assert macro names
- Update msgid testcase to match implementation
- Single time domain in functional time tests
- Add missing inclusions in CFE API headers
- Use existing /ram for FS header test
- Add static local to function test so data section is nonzero
- Make invalid buffer length consistent in es task test
- Only check base filename in library info functional
- Confirm sb/time reset requirements in coverage test
- Fix broken link in Application Developers Guide
- See <https://github.com/nasa/cFE/pull/1967> and <https://github.com/nasa/cFS/pull/359>

### Development Build: v6.8.0-rc1+dev994

- Update directory diagrams in cFE Application Developers Guide
Expand Down Expand Up @@ -580,7 +594,6 @@ of the OSAL limit. Task name shows up as `ES_BG_TASK`
- Updates variable checks in read_targetconfig

- See <https://github.com/nasa/cFE/pull/912>

### Development Build: v6.8.0-rc1+dev91

- Sets Revision to 99 for development build.
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 @@ -28,7 +28,7 @@
#define CFE_VERSION_H

/* Development Build Macro Definitions */
#define CFE_BUILD_NUMBER 994 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_NUMBER 1022 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_BASELINE "v6.8.0-rc1" /**< @brief Development: Reference git tag for build number */

/* Version Macro Definitions updated for official releases only */
Expand Down

0 comments on commit a9cf2aa

Please sign in to comment.