Skip to content

Commit 2484176

Browse files
committed
Updating documentation and version numbers for equuleus-rc1+dev53
1 parent b88b641 commit 2484176

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev53
4+
- use virtual path as name for FS_BASED maps
5+
- Remove softsleep, as a dead store.
6+
- Remove stray remaining 'goto' in OSAL test code
7+
- Align mismatched function prototype/implem. parameter names
8+
- Move variables declared mid-function to the top
9+
- 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>
10+
311
## Development Build: equuleus-rc1+dev41
412
- Remove unreachable branch (superfluous if condition)
513
- See <https://github.com/nasa/osal/pull/1368>

src/os/inc/osapi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
/*
3535
* Development Build Macro Definitions
3636
*/
37-
#define OS_BUILD_NUMBER 41
37+
#define OS_BUILD_NUMBER 53
3838
#define OS_BUILD_BASELINE "equuleus-rc1"
3939
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
4040
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */

0 commit comments

Comments
 (0)