Skip to content

Commit

Permalink
IC:2021-08-17, Bump to v6.8.0-rc1+dev873
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Aug 17, 2021
1 parent 9da565a commit aef08fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions 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+dev873

- Add CFE assert macros to functional test
- Adds invalid id syslog to for CFE_ES_DeleteApp and CFE_ES_ReloadApp and verifies required reporting
- Stop memory leak & add cds size test.
- Mark read only inputs as const
- Check resource ID idx is less than max
- Update CFE_ES_RunLoop documentation
- Add Message Api Functional Test
- Partial #1724, update in/out status and nonnull/nonzero tags
- Add External Time Source Functional Tests
- Add Perf API functional tests
See <https://github.com/nasa/cFE/pull/1808> and <https://github.com/nasa/cFS/pull/337>

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

- Move global count into test global struct
Expand All @@ -25,6 +39,7 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
- Replace cFE_FTAssert_VOIDCALL with new UtAssert_VOIDCALL
- Remove multiple instantiations of CFE_FT_Global
- Add functional tests for cFE Table APIs
- See <https://github.com/nasa/cFE/pull/1759> and <https://github.com/nasa/cFS/pull/328>

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

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 844 /**< @brief Development: Number of development commits since baseline */
#define CFE_BUILD_NUMBER 873 /**< @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 aef08fc

Please sign in to comment.