Skip to content

Commit

Permalink
IC:2021-05-25, Bump to v5.1.0-rc1+dev458
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed May 26, 2021
1 parent 8643a9c commit 7fe31a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF

## Version History

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

- Adds Counting Semaphore Test with timeouts
- Removes chance of deadlock by ensuring OS_TaskGetId returns the task ID it knows about, regardless of whether the task is pending cancellation or not. Defers cancellation of the task while the BSP is locked, ensure it reaches the unlock, then restores the previous cancel state.
- Fixes a bogus debug message about unlocking from the wrong task if the task is pending delete.
See <https://github.com/nasa/osal/pull/1050> and <https://github.com/nasa/cFS/pull/260>

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

- Makes filenames better match terms used in implementation.
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 452
#define OS_BUILD_NUMBER 458
#define OS_BUILD_BASELINE "v5.1.0-rc1"

/*
Expand Down

0 comments on commit 7fe31a1

Please sign in to comment.