File tree 2 files changed +25
-3
lines changed
2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,28 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
11
11
12
12
## Version History
13
13
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
+
14
36
### Development Build: v5.1.0-rc1+dev458
15
37
16
38
- Adds Counting Semaphore Test with timeouts
Original file line number Diff line number Diff line change 21
21
/**
22
22
* \file
23
23
*
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
26
26
*
27
27
*/
28
28
34
34
/*
35
35
* Development Build Macro Definitions
36
36
*/
37
- #define OS_BUILD_NUMBER 458
37
+ #define OS_BUILD_NUMBER 500
38
38
#define OS_BUILD_BASELINE "v5.1.0-rc1"
39
39
40
40
/*
You can’t perform that action at this time.
0 commit comments