File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Development Build: equuleus-rc1+dev47
4
+ - use virtual path as name for FS_BASED maps
5
+ - POSIX implementation honors stack pointer
6
+ - See < https://github.com/nasa/osal/pull/1448 > and < https://github.com/nasa/osal/pull/1450 >
7
+
3
8
## Development Build: equuleus-rc1+dev41
4
9
- Remove unreachable branch (superfluous if condition)
5
10
- See < https://github.com/nasa/osal/pull/1368 >
Original file line number Diff line number Diff line change 34
34
/*
35
35
* Development Build Macro Definitions
36
36
*/
37
- #define OS_BUILD_NUMBER 41
37
+ #define OS_BUILD_NUMBER 47
38
38
#define OS_BUILD_BASELINE "equuleus-rc1"
39
39
#define OS_BUILD_DEV_CYCLE "equuleus-rc2" /**< @brief Development: Release name for current development cycle */
40
40
#define OS_BUILD_CODENAME "Equuleus" /**< @brief: Development: Code name for the current build */
You can’t perform that action at this time.
0 commit comments