Skip to content

Commit

Permalink
IC:2021-06-01, Bump to v5.1.0-rc1+dev500
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jun 8, 2021
1 parent 269e6c1 commit 8d8d55c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History


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

- include doxygen targets locally
- resolve discrepancies between timer API and unit tests
- Ensure correlation between the test cases and documented return values for the OSAL timer API.
- resolve discrepancies between binsem API and unit tests
- add missing clock retcode tests
- resolve discrepancies between common API and unit tests
- resolve discrepancies between countsem API and unit tests
- resolve discrepancies between dir API and unit tests
- resolve discrepancies between module API and unit tests
- resolve discrepancies between mutex API and unit tests
- resolve discrepancies between queue API and unit tests
- resolve discrepancies between task API and unit tests
- resolve discrepancies between timebase API and unit tests
- check misc API return codes
- Rename CodeQL cFE Build and add Duplicate Job
- filter only whole words for keyword match
- update OSAL Config Guide link
- See <https://github.com/nasa/osal/pull/1058> and <https://github.com/nasa/cFS/pull/263>

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

- Adds Counting Semaphore Test with timeouts
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 @@ -21,8 +21,8 @@
/**
* \file
*
* Provide version identifiers for cFS' Operating System Abstraction Layer
* See @ref cfsversions for version and build number and description
* Provide version identifiers for the cFS Operating System Abstraction Layer
* See @ref cfsversions for component versioning strategy
*
*/

Expand All @@ -34,7 +34,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 458
#define OS_BUILD_NUMBER 500
#define OS_BUILD_BASELINE "v5.1.0-rc1"

/*
Expand Down

0 comments on commit 8d8d55c

Please sign in to comment.