Skip to content

Commit

Permalink
Updating documentation and version numbers for equuleus-rc1+dev53
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Feb 23, 2024
1 parent b88b641 commit 2484176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Development Build: equuleus-rc1+dev53
- use virtual path as name for FS_BASED maps
- Remove softsleep, as a dead store.
- Remove stray remaining 'goto' in OSAL test code
- Align mismatched function prototype/implem. parameter names
- Move variables declared mid-function to the top
- See <https://github.com/nasa/osal/pull/1448>, <https://github.com/nasa/osal/issues/1452>, <https://github.com/nasa/osal/pull/1357>, <https://github.com/nasa/osal/pull/1354>, and <https://github.com/nasa/osal/pull/1331>

## Development Build: equuleus-rc1+dev41
- Remove unreachable branch (superfluous if condition)
- See <https://github.com/nasa/osal/pull/1368>
Expand Down
2 changes: 1 addition & 1 deletion src/os/inc/osapi-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/*
* Development Build Macro Definitions
*/
#define OS_BUILD_NUMBER 41
#define OS_BUILD_NUMBER 53
#define OS_BUILD_BASELINE "equuleus-rc1"
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
Expand Down

0 comments on commit 2484176

Please sign in to comment.