Skip to content

Commit 4e377ef

Browse files
committed
IC:2021-06-01, Bump to v5.1.0-rc1+dev501
See #1058 and nasa/cFS#263
1 parent b210b27 commit 4e377ef

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
1111

1212
## Version History
1313

14+
15+
### Development Build: v5.1.0-rc1+dev501
16+
17+
- include doxygen targets locally
18+
- resolve discrepancies between timer API and unit tests
19+
- Ensure correlation between the test cases and documented return values for the OSAL timer API.
20+
- resolve discrepancies between binsem API and unit tests
21+
- add missing clock retcode tests
22+
- resolve discrepancies between common API and unit tests
23+
- resolve discrepancies between countsem API and unit tests
24+
- resolve discrepancies between dir API and unit tests
25+
- resolve discrepancies between module API and unit tests
26+
- resolve discrepancies between mutex API and unit tests
27+
- resolve discrepancies between queue API and unit tests
28+
- resolve discrepancies between task API and unit tests
29+
- resolve discrepancies between timebase API and unit tests
30+
- check misc API return codes
31+
- Rename CodeQL cFE Build and add Duplicate Job
32+
- filter only whole words for keyword match
33+
- update OSAL Config Guide link
34+
- See <https://github.com/nasa/osal/pull/1058> and <https://github.com/nasa/cFS/pull/263>
35+
1436
### Development Build: v5.1.0-rc1+dev458
1537

1638
- Adds Counting Semaphore Test with timeouts

src/os/inc/osapi-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/*
3737
* Development Build Macro Definitions
3838
*/
39-
#define OS_BUILD_NUMBER 458
39+
#define OS_BUILD_NUMBER 501
4040
#define OS_BUILD_BASELINE "v5.1.0-rc1"
4141

4242
/*

0 commit comments

Comments
 (0)