Skip to content

Commit 64611c6

Browse files
committed
Increase version to v5.1.0-rc1+dev49
1 parent 9f0975c commit 64611c6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,30 @@ The autogenerated OSAL user's guide can be viewed at <https://github.com/nasa/cF
1010

1111
## Version History
1212

13+
### Development Build: 5.1.0-rc1+dev49
14+
15+
- Adds an event callback mechanism to certain state changes in OSAL. This allows the CFE PSP to be notified at these points, and therefore it can add platform-specific functionality.
16+
- Correct issues involving recent OS_Milli2Ticks change.
17+
- See <https://github.com/nasa/osal/pull/612>
18+
1319
### Development Build: 5.1.0-rc1+dev44
20+
1421
- Removes OS_Tick2Micros and internalize OS_Milli2Ticks.
1522
- Adds ut_assert address equal macro.
1623
- See <https://github.com/nasa/osal/pull/607>
1724

1825
### Development Build: 5.1.0-rc1+dev38
26+
1927
- Sets Revision to 99 for development builds
2028
- See <https://github.com/nasa/osal/pull/600>
2129

22-
2330
### Development Build: 5.1.0-rc1+dev34
2431

25-
- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex
26-
function.
32+
- Move this existing function into the public API, as it is performs more verification than the OS_ConvertToArrayIndex function.
2733
- The C library type is signed, and this makes the result check work as intended.
2834
- See <https://github.com/nasa/osal/pull/596>
2935

36+
3037
### Development Build: 5.1.0-rc1+dev16
3138

3239
- In the next major OSAL release, this code will be no longer supported at all. It should be removed early in the cycle to avoid needing to maintain this compatibility code. This code was already conditional on the OSAL_OMIT_DEPRECATED flag and as such the CCB has already tested/verified running the code in this configuration as part of CI scripts. After this change, the build should be equivalent to the result of building with OMIT_DEPRECATED=true.

src/os/inc/osapi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/*
3131
* Development Build Macro Definitions
3232
*/
33-
#define OS_BUILD_NUMBER 44
33+
#define OS_BUILD_NUMBER 49
3434
#define OS_BUILD_BASELINE "v5.1.0-rc1"
3535

3636
/*

0 commit comments

Comments
 (0)