Skip to content

Commit

Permalink
Merge pull request #1302 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
Bump to v7.0.0-rc4+dev120
  • Loading branch information
dzbaker authored Oct 4, 2022
2 parents fd6f92b + 0a1aee9 commit b8e9b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Changelog

### Development Build: v6.0.0-rc4+dev120
- Fix #1300, do not set file permissions on UT assert outputs
- See <https://github.com/nasa/osal/pull/1301>

### Development Build: v6.0.0-rc4+dev116
- Use fstat and fchmod for TOCTOU Bug
- Remove 'return;' from last line of void functions.
Expand Down
2 changes: 1 addition & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 116
#define OS_BUILD_NUMBER 120
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
Expand Down

0 comments on commit b8e9b83

Please sign in to comment.