Skip to content

Commit 53a0730

Browse files
committed
IC:2021-08-31, Bump to v6.8.0-rc1+dev979
1 parent 74320c3 commit 53a0730

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@ 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+dev979
14+
15+
- Add SB API test cases
16+
- Add ES API test cases
17+
- Add TBL API test cases
18+
- Add FS API test cases
19+
- Add Time Clock Test
20+
- Add EVS coverage test for MessageSendCounter not incrementing when sending a filtered event.
21+
- SB test improvements:
22+
- unsubscribe of single pipe ID, confirms other subscriptions not changed
23+
- Confirms that MsgLimit and PipeDepth are both honored and that delivery to other (open) pipes is not affected when some pipes have reached delivery limits
24+
- Adds use of CFE_SB_PEND_FOREVER in some cases
25+
- Adds a sequence number validation to the Zero copy test.
26+
- Verify that CFE_TBL_Modified calculates and sets the table CRC and the Updated flag
27+
- Add call to CFE_ES_ExitChildTask in es_task_test
28+
- Incorrect OSAL Format in Users Guide Reference
29+
- Improve EVS code coverage
30+
- Improve FS coverage
31+
- Improve MSG branch coverage
32+
- Improve resource ID branch coverage
33+
- Improve SBR branch coverage
34+
- Improve TIME branch coverage
35+
- Improve TBL code coverage
36+
- Support custom PSP directory in build system
37+
- Update time tests to use bitmask check macros
38+
- See <https://github.com/nasa/cFE/pull/1885> and <https://github.com/nasa/cFS/pull/348>
39+
1340
### Development Build: v6.8.0-rc1+dev933
1441

1542
- Add software bus tests

modules/core_api/fsw/inc/cfe_version.h

+1-1
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 933 /**< @brief Development: Number of development commits since baseline */
31+
#define CFE_BUILD_NUMBER 979 /**< @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)