Commit 4e377ef 1 parent b210b27 commit 4e377ef Copy full SHA for 4e377ef
File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
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+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
+
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 36
36
/*
37
37
* Development Build Macro Definitions
38
38
*/
39
- #define OS_BUILD_NUMBER 458
39
+ #define OS_BUILD_NUMBER 501
40
40
#define OS_BUILD_BASELINE "v5.1.0-rc1"
41
41
42
42
/*
You can’t perform that action at this time.
0 commit comments