Skip to content

Commit

Permalink
Update build baseline and bump to v6.0.0-rc4+dev15
Browse files Browse the repository at this point in the history
- Set new build baseline for cFS-Caelum-rc4: v6.0.0-rc4
  • Loading branch information
astrogeco committed Dec 1, 2021
1 parent 136faa9 commit 30635f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,26 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

### Development Build: v6.0.0-rc4+dev15

- Add Duplicate Check to Local Unit Test
- Rename OS_XXXTime to OS_XXXLocalTime in comments
- Fix vxWorks intLib stub aliasing issue
- Recognize ifdef __cplusplus
- Remove extern in stub prototypes
- Add typedef for OSAL status codes
- Set new build baseline for cFS-Caelum-rc4: v6.0.0-rc4
- See <https://github.com/nasa/osal/pull/1191> and <https://github.com/nasa/cFS/pull/390>


### Development Build: v5.1.0-rc1+dev619

- Enable symbol api test and MIR dump too large
- MIR symbol too long or table to long for osloader test
- Add bsp-specific configuration flag registry
- Add os-specifc socket flag function
- See <https://github.com/nasa/osal/pull/1158> and <https://github.com/nasa/cFS/pull/359>

### Development Build: v5.1.0-rc1+dev604

- Add typecast to memchr call
Expand Down
6 changes: 3 additions & 3 deletions src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 619
#define OS_BUILD_BASELINE "v5.1.0-rc1"
#define OS_BUILD_NUMBER 15
#define OS_BUILD_BASELINE "v6.0.0-rc4"

/*
* Version Macro Definitions
Expand Down Expand Up @@ -68,7 +68,7 @@
/*! @brief Version code name
* All modular components which are tested/validated together should share the same code name
*/
#define OS_VERSION_CODENAME "Bootes"
#define OS_VERSION_CODENAME "Draco"

/*! @brief Development Build Version String.
* @details Reports the current development build's baseline, number, and name. Also includes a note about the latest
Expand Down

0 comments on commit 30635f8

Please sign in to comment.