Skip to content

Commit 8d8d55c

Browse files
committed
IC:2021-06-01, Bump to v5.1.0-rc1+dev500
See #1058 and nasa/cFS#263
1 parent 269e6c1 commit 8d8d55c

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
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+dev500
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/**
2222
* \file
2323
*
24-
* Provide version identifiers for cFS' Operating System Abstraction Layer
25-
* See @ref cfsversions for version and build number and description
24+
* Provide version identifiers for the cFS Operating System Abstraction Layer
25+
* See @ref cfsversions for component versioning strategy
2626
*
2727
*/
2828

@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 458
37+
#define OS_BUILD_NUMBER 500
3838
#define OS_BUILD_BASELINE "v5.1.0-rc1"
3939

4040
/*

0 commit comments

Comments
 (0)