Skip to content

Commit 36ae395

Browse files
committed
IC:2021-08-03, Bump to v6.8.0-rc1+dev810
1 parent 47e591a commit 36ae395

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ The detailed cFE user's guide can be viewed at <https://github.com/nasa/cFS/blob
1010

1111
## Version History
1212

13+
### Development Build: v6.8.0-rc1+dev810
14+
15+
- Add null pointer check to table GetAddresses and ReleaseAddresses
16+
- Explain FS Header offset & add offset functional tests.
17+
- Handle fail status in GetTypeFromMsgId
18+
- Add Functional Test for EVS Send Event API
19+
- Remove SB get last message sender info requirement
20+
- Update UTs to use UtAssert_MIR
21+
- Add Functional Tests cFE Message ID
22+
- Add Time Conversion Functional Test
23+
- See <https://github.com/nasa/cFE/pull/1759> and <https://github.com/nasa/cFS/pull/328>
24+
1325
### Development Build: v6.8.0-rc1+dev789
1426

1527
- Correct return code check

modules/core_api/fsw/inc/cfe_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define CFE_VERSION_H
2929

3030
/* Development Build Macro Definitions */
31-
#define CFE_BUILD_NUMBER 789 /**< @brief Development: Number of development commits since baseline */
31+
#define CFE_BUILD_NUMBER 810 /**< @brief Development: Number of development commits since baseline */
3232
#define CFE_BUILD_BASELINE "v6.8.0-rc1" /**< @brief Development: Reference git tag for build number */
3333

3434
/* Version Macro Definitions updated for official releases only */

0 commit comments

Comments
 (0)