Commit a0a3be0 1 parent c1aa63d commit a0a3be0 Copy full SHA for a0a3be0
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,19 @@ This is a collection of services and associated framework to be located in the `
8
8
9
9
The detailed cFE user's guide can be viewed at < https://github.com/nasa/cFS/blob/gh-pages/cFE_Users_Guide.pdf > .
10
10
11
- ## Version History
12
-
11
+ ## Changelog
12
+
13
+ ### Development Build: v7.0.0-rc4+dev58
14
+
15
+ - Add FS Functional test
16
+ - Fix mismatched foreach in cmake function
17
+ - Improved code highlighting in cFE Application Developers Guide
18
+ - CFE_FS_ParseInputFileNameEx avoid uninit var
19
+ - Fix array length calculation for perf structs
20
+ - Limit SBR UT loops
21
+ - Initialize BlockData in ES UT
22
+ - Fix ` osal_id_t ` type conversion in ` es_UT.c `
23
+ - See < https://github.com/nasa/cFE/pull/2019 > and < https://github.com/nasa/cFS/pull/410 >
13
24
### Development Build: v7.0.0-rc4+dev39
14
25
15
26
- Use cfe time clock state enum t in cmd/tlm and handling
Original file line number Diff line number Diff line change 28
28
#define CFE_VERSION_H
29
29
30
30
/* Development Build Macro Definitions */
31
- #define CFE_BUILD_NUMBER 39 /**< @brief Development: Number of development commits since baseline */
31
+ #define CFE_BUILD_NUMBER 58 /**< @brief Development: Number of development commits since baseline */
32
32
#define CFE_BUILD_BASELINE "v7.0.0-rc4" /**< @brief Development: Reference git tag for build number */
33
33
34
34
/* Version Macro Definitions updated for official releases only */
You can’t perform that action at this time.
0 commit comments