File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ sample_app is an example for how to build and link an application in cFS. See al
88
99## Version History
1010
11+ ### Development Build: 1.2.0-rc1+dev37
12+
13+ - Documentation: Add ` Security.md ` with instructions on reporting vulnerabilities
14+ - Resolves bug where success code was reported as an error for ` CFE_TBL_GetAddress ` .
15+ - Rename ` UT_ClearForceFail ` as ` UT_ClearDefaultValue ` given change from < https://github.com/nasa/osal/issues/724 >
16+ - See < https://github.com/nasa/sample_app/pull/121 >
1117
1218### Development Build: 1.2.0-rc1+dev29
1319
Original file line number Diff line number Diff line change 3232
3333/* Development Build Macro Definitions */
3434
35- #define SAMPLE_APP_BUILD_NUMBER 29 /*!< Development Build: Number of commits since baseline */
35+ #define SAMPLE_APP_BUILD_NUMBER 37 /*!< Development Build: Number of commits since baseline */
3636#define SAMPLE_APP_BUILD_BASELINE \
3737 "v1.2.0-rc1" /*!< Development Build: git tag that is the base for the current development */
3838
You can’t perform that action at this time.
0 commit comments