Commit b4fb004 1 parent 47d613c commit b4fb004 Copy full SHA for b4fb004
File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,20 @@ 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
11
+ ## Changelog
12
+
13
+ ### Development Build: v7.0.0-rc4+dev60
14
+
15
+ - Add CFE_ES_AppInfo_t element documentation
16
+ - Add FS Functional test
17
+ - Fix mismatched foreach in cmake function
18
+ - Improved code highlighting in cFE Application Developers Guide
19
+ - CFE_FS_ParseInputFileNameEx avoid uninit var
20
+ - Fix array length calculation for perf structs
21
+ - Limit SBR UT loops
22
+ - Initialize BlockData in ES UT
23
+ - Fix ` osal_id_t ` type conversion in ` es_UT.c `
24
+ - See < https://github.com/nasa/cFE/pull/2019 > and < https://github.com/nasa/cFS/pull/410 >
12
25
13
26
### Development Build: v7.0.0-rc4+dev39
14
27
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 60 /**< @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